@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight:400;
	overflow: hidden;
	font-size:16px;
	color: var(--textColor);
	background-color: var(--thmWhite);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body,
button,
input,
select,
textarea {
	font-style: normal;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--thmBlack);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--thmBlack);
}
.h2 {
	font-weight: 700;
	color: var(--thmBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--thmBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--thmBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--thmBlack); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--thmColor1);
}
.content-section {
	position:relative;
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;
	
}
@media(max-width:991px) {
	.accueil.bg-image {
	background-size:cover!important;
	background-position: left center!important;
	}
}

.bg-color {
	background-color: var(--bgColor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--thmColor1);
}
.btn.btn-outline-secondary:hover {
	color: var(--thmWhite);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.main-navbar .navbar .navbar-nav .nav-item:last-child {
	margin-right: 20px;
}
.main-navbar .navbar .navbar-nav .nav-item {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.main-navbar .navbar .navbar-nav .nav-item a::after {
	bottom: 20px;
	background-color: var(--thmColor2);
}
.main-navbar .navbar .navbar-nav .nav-item a.active {
	font-weight:600!important;
}
.navbar-area.is-sticky .main-navbar {
  padding: 0;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-collapse {
	display: inline-block !important;
	flex-basis: auto;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.logo img {
	max-width: 50%;
	}
}
@media (min-width:1200px) {
	.navbar-brand img,
	.logo img {
	max-width: 65%;
	padding: 0;
	}
}

@media (max-width:767px) {
	.logo img {
	max-width: 85%;
	}
}

/***********************************************************************
	FONTS/LINK
***********************************************************************/
a.link-title {
	-webkit-transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(95%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 95%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
}
.little-article a.link-title {
	color: var(--thmBlack);
	margin-bottom:10px;
	line-height:1.2;
}

.slider-content a.link-title:hover,
.categorie a.link-title:hover,
.little-article a.link-title:hover {
	background-size: 100% 2px;
	color: var(--thmColor2);
}

/***********************************************************************
	HEADING
***********************************************************************/
.section-title h2 {
	position: absolute;
	left: 50%;
	font-weight: 700;
	margin-bottom: 30px;
	margin-left: 40px;
	color: var(--thmWhite);
	background: var(--thmColor1);
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 6px;
}
@media (min-width:992px) {
	.section-title h2 {
	font-size: 20px;
	}
}
@media (max-width:991px) {
	.section-title h2 {
	font-size: 18px;
	position:relative;
	left:0;
	margin-bottom:0;
	margin-left: 0;
	}
}

.others-articles h2.title-heading {
	font-size: 30px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--thmWhite);
	background: var(--thmColor1);
	padding: 8px 15px;
	border-radius: 6px;
}

/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--thmWhite);
}
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	content: "\f0a9";
	color: var(--thmColor3);
	font-size: 12px;
	margin-top: 2px;
}
@media (max-width:767px) {
	.breadcrumb-item {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	}
	.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	}
	.breadcrumb-item + .breadcrumb-item::before {
	float: none;
	content: none;
	}
}

/***********************************************************************
	HEADER HOME
***********************************************************************/
.banner-area {
  padding-top: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--thmBlack);
  z-index: -1;
  opacity: 0.7;
}
.banner-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--thmWhite);
  z-index: -1;
  height: 160px;
}
.main-banner-content {
  max-width: 1024px;
}
.main-banner-content h1 {
  font-size: 46px;
  color: var(--thmWhite);
}
.main-banner-item {
  margin-top: 80px;
  padding-top: 20px;
}
.main-banner-item .main-banner-item-content {
  background-color: #F8F8F9;
  padding: 35px;
  position: relative;
  z-index: 1;
  margin-right: -125px;
  border-radius: 8px;
}
.main-banner-item .main-banner-item-image {
	position:relative;
	top:-70px;
	height: 500px;
	overflow: hidden;
}
.main-banner-item .main-banner-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width:768px) and (max-width:1023px) {
	.main-banner-item .main-banner-item-content {
	margin-right: 0;
	}
}

@media (min-width:1200px) {
	.banner-area {
	height:940px;
	}
}
@media (max-width:767px) {
	.banner-area {
	height:100%;
	}
	.banner-area::after {
	height: 0;
	}
	.banner-area {
	min-height: 890px;
	padding-top: 90px;
	padding-bottom: 40px;
	}
	.main-banner-content h1 {
	font-size: 36px;
	}
	.main-banner-item {
	margin-top: 0;
	}
	.main-banner-item .main-banner-item-content {
	padding: 15px 25px;
	margin-right: 0;
	margin-bottom: 15px
	}
	.main-banner-item h2 {
	font-size: 26px;
	}
	.main-banner-item .main-banner-item-image {
	top: 0;
	height: 210px;
	}
}

.thumbs-wrap {
  position: relative;
  z-index: 1;
}
.thumbs-wrap .owl-thumbs {
  position: absolute;
  left: 130px;
}
.thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  margin-right: 30px;
}
.thumbs-wrap .owl-thumbs .owl-thumb-item span {
  font-weight: 500;
  font-size: 16px;
  color: var(--thmWhite);
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: var(--thmTransition);
}
.thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: var(--thmColor3);
  border-bottom: 1px solid var(--thmColor3);
}
@media (min-width:992px) {
	.thumbs-wrap .owl-thumbs {
	bottom: 400px;
	}
}
@media (max-width:991px) {
	.thumbs-wrap .owl-thumbs {
	bottom: 470px;
	}
}
@media (max-width: 767px) {
	.thumbs-wrap .owl-thumbs {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 20px;
	}  
}

/***********************************************************************
	ARTICLES CATEGORIES HOME
***********************************************************************/

.little-article .image-wrap {
	position:relative;
	overflow: hidden;	
	border-radius: 0;
}
.big-article .image-wrap {
	position:relative;
	border-radius: 0;
}

.categories .big-article .article-blog-content {
	padding: 0 30px 30px;
}
.categories .big-article h3.card-title {
	font-size: 36px;
	margin-bottom: 20px;
	color: var(--thmBlack);
}
.categories .big-article h3.card-title a:hover {
	color: var(--thmColor2);
	transition: var(--thmTransition);
}
.categories .big-article .article-blog-text {
	font-size: 16px;
	color: var(--thmBlack);
}
.big-article .image-wrap {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}
.big-article .image-wrap img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big-article .image-wrap::before {
  position: absolute;
  content: "";
  height: 250px;
  width: 635px;
  background: linear-gradient(to bottom,  var(--thmColor1) 0%,var(--thmColor2) 100%);
  left: -50px;
  right: -50px;
  top: -50px;
  z-index: -1;
  border-radius: 10px;
}

@media (min-width:1200px) {
	.big-article  {
	height:450px;
	}
}
@media (max-width:767px) {
	.big-article .image-wrap {
	margin-left: 10px;
	margin-right: 10px;
	}
	.big-article .image-wrap::before {
	height: 150px;
	top: -30px;
	}
	.categories .big-article .article-blog-content {
	padding: 20px 15px;
	}
	.categories .big-article h3.card-title {
	font-size: 26px;
	}	
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.hero-banner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.hero-banner.bg-image {
	min-height: 250px;
	padding: 0;
}
.hero-banner-inside {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-top-page .banner-title h1 {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--thmWhite);
}
.banner-top-page.top-article .banner-title h1 {
	font-size: 36px;
	font-weight: 800;
	text-transform: none;
	margin-bottom: 20px;
	color: var(--thmWhite);
	max-width: 1024px;
	margin: 0 auto;
}
.banner-top-page .banner-subtitle {
	position:relative;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.image-wrap img:hover {
	filter: grayscale(1);
}

@media (min-width: 768px) {
	.hero-banner.bg-image {
	min-height: 360px;
	}
	.banner-subtitle {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: -12px;
	}
	.banner-top-page .banner-title h1 {
	font-size: 36px;
	}	
}
@media (min-width: 1200px) {
	.banner-title,
	.top-page .banner-title,
	.top-article .banner-title {
    margin-top: 100px;
	margin-bottom: 20px;
	}
}
@media (max-width:767px) {
	.banner-top-page .banner-title {
	margin-top:80px;
	}
	.banner-top-page .banner-title h1 {
	font-size: 30px;
	}
}


/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.categorie-liste .card {
	border-radius: 20px;
	background: var(--thmBgcolor);
	border:none;
}
.categorie-liste .card .text-cat,
.categorie-liste .card .text-cat p,
.categorie-liste .card .text-cat h2,
#catpresentation,
#catpresentation h2, 
#catpresentation h3 {
	color: var(--thmWhite);
}
#catpresentation i {
	position:absolute;
	content: "";
	left:50%;
	bottom:-28px;
	transform: translateX(-50%);
	z-index:50;
	border:none;
	width:56px;
	height:56px;
	line-height:54px;
	text-align:center;
	background: var(--thmColor1);
	border-radius:50%;
	font-size: 36px;
	color: var(--thmWhite);
}
.article-blog-wrap {
  margin-bottom: 10px;
  position: relative;
}
.article-blog-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
	border-radius: 8px;	
}
.article-blog-wrap a img {
  display: inline-block !important;
}
.article-blog-wrap .article-blog-content {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 90%;
  padding: 20px;
  transition: all var(--thmTransition) ease-in-out;
}
.article-blog-wrap .article-blog-content span {
  color: var(--thmWhite);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
  transition: var(--thmTransition);
}
.article-blog-wrap .article-blog-content span a {
  color: var(--thmWhite);
}
.article-blog-wrap .article-blog-content span a:hover {
  color: var(--thmBlack);
}
.article-blog-wrap .article-blog-content h2,
.article-blog-wrap .article-blog-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.article-blog-wrap .article-blog-content h2 a,
.article-blog-wrap .article-blog-content h3 a {
  color: var(--thmWhite);
}
.article-blog-wrap:hover img {
	filter: grayscale(1);
}
.article-blog-wrap:hover .article-blog-content {
	background: linear-gradient(to bottom,  var(--thmColor1) 0%,var(--thmColor2) 100%);
}
.article-blog-text {
	position:relative;
	margin-bottom:25px;
}
@media (min-width:768px) {
	.article-blog-wrap {
	height: 350px;
	}
}
@media (min-width:992px) {
	.article-blog-wrap .article-blog-content {
	min-height:80px;
	}
}
@media (max-width:991px) {
	.article-blog-wrap .article-blog-content {
	height:auto;
	}
}
@media (max-width:767px) {
	.article-blog-wrap {
	height: 300px;
	}
}

.auteurs {
	position:absolute;
	top:0;
	left:0;
	z-index:250;
	background: rgba(0,0,0,.7);
	padding: 0 6px 3px;
	border-radius:8px 0 0 0;
}
.auteurs .auteur-text {
  display: inline-block;
  color: var(--thmWhite);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}


/***********************************************************************
	ARTICLE
***********************************************************************/
.article-photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
}
@media (min-width:768px) {
	.article-photo {
	height:500px;
	}
}
@media (min-width:992px) {
	.article-photo {
	height:600px;
	}
}
@media (max-width:1199px) {
	.article-photo {
    height:400px;
  	}
}
@media (max-width:767px) {
	.article-photo {
    height:250px;
  	}
}
#content img {
  border: none;
  border-radius: 9px;
  transition: all 0.4s;
}
#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--thmColor1);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--thmBlack);
}
#content h2::before, 
#content h3::before, 
#content h4::before {
  display: block;
  content: "";
  margin-top: -10px;
  height: 10px;
  visibility: hidden;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
	color: var(--thmColor1);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--thmColor2);
}
#content .fa-li > i {
	color: var(--thmColor1);
}


.title-widget .title-heading {
	text-align: center;
	display: block!important;
	margin-bottom:10px;
}
.title-widget .title-heading {
  background-color: var(--thmWhite);
  font-size:20px;
  font-weight:700;  
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  border-bottom: 0px solid transparent;
  border-top: 0px solid vartransparent;
  transition: all .3s ease-in-out;
  border-radius:8px;
}
.title-widget .title-heading {
	color: var(--thmBlack);
}

.title-widget .title-heading::before, 
.title-widget .title-heading::after {
	position:relative;
	content: "\f111";
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	transform: scale(0.4);
	-moz-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	display: inline-block;
	color: var(--thmColor1);
}
.sidebar-articles {
  position: relative;
  background-color: var(--thmColor2);
  padding: 12px 24px 12px;
  border-radius: 12px;
}

.h2-index {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--thmWhite);
  margin-right: 0.2em;
}
#title-list {
    list-style: none;
    padding-left: 0;
}
#title-list li::marker,
#title-list ul li::marker {
  content: '';
  display: none;
}
#title-list ul li i {
	color: var(--thmWhite);
}
#title-list li {
	margin: 10px 0 5px;
	font-weight: 400;
	border-bottom: 1px solid var(--thmColor3);
	padding-bottom: 10px;
    /*margin: 5px 0 15px;*/ /* Espacement entre les éléments */
	font-weight:400;
}
#title-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#title-list li.level-2 {
    margin-left: 15px; /* Indentation pour les titres <h3> */
}
#title-list li.level-2::first-letter {
  font-size: 1rem;
  font-weight:normal;
}
#title-list a {
    text-decoration: none;
    color: var(--thmWhite);
}
#title-list a:hover {
    text-decoration: none;
	color: var(--thmWhite);
}
#title-list a.active {
    font-weight: bold;
	color: var(--thmWhite);
}


.auteur-article {
	position:relative;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:30px;
	padding:10px 0;
}

.more-article {
	background-color: #F5F5F5;
}



/***********************************************************************
	TEAM
***********************************************************************/
.photo-article.team {
    aspect-ratio: 1/1!important;
}

/***********************************************************************
	PERSONA
***********************************************************************/
.auteurs h2 {
	font-size: 26px;
	color: var(--thmBlack);
	font-weight:600;	
}
.single-team img {
	border-radius:10px;
}

/***********************************************************************
	DIVERS
***********************************************************************/


/***********************************************************************
	CONTACT
***********************************************************************/
.contact-form.formulaire {
	position:relative;
	background-color: #F1F1F1;
	border-radius: 8px;
	padding: 32px;
}
.cv {
    margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: var(--thmWhite);
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.contact-form label {
  display: inline-block;
  margin-bottom: .5rem;
  color: var(--thmBlack);
  font-size: 16px;
}
.contact-form input {
  height: 45px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
.contact-form input {
  padding: 6px 20px 6px 60px;
}
.contact-form .captcha input {
	padding: 6px 20px 6px 20px;
}
.contact-form textarea {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
}
.contact-form .cv i {
  font-size: 22px;
  position: absolute;
  left: 16px;
  color: #8e8e8e;
  top: 45px;
  padding: 0px 0px;
}
.contact-form .cv i {
  left: 13px;
  top: 29px;
  border-right: 0px solid #ddd;
  padding: 13px 17px;
  font-size: 18px;
  width:54px;
}
.contact-form .cv i {
  background: var(--thmColor1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--thmColor1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--thmWhite);
  border: 0;
  outline: 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .submit-btn-wrapper:hover button {
    background-color: var(--thmColor2);
}
.contact-form .submit-btn-wrapper button {
  width: 100%;
}
.alert-danger {
	padding: 5px 10px;
	top: 5px;
	float: right;
	border-radius: 0;
	font-size: 14px;
}
#contact h5.card-title {
	margin:0;
	color: var(--thmWhite);
}
@media (min-width:992px) {
	#contact .alert {
	position: absolute;
	right: 13px;
	top: -5px;
	}
	#contact .alert.captcha-error {
	top: -15px;
	}
}
@media (max-width:991px) {
	#contact .alert {
	position: relative;
	top: 4px;
	}
}

.card .logo-contact img {
  position: relative;
  width: auto;
  height: auto;
  transform: scale(1);
  transition: none;
}
.card:hover .logo-contact img {
  box-shadow: none!important;
}
.infos-contact .card-header {
	background: var(--thmColor1);
	color:  var(--thmWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}

/***********************************************************************
	CTA FOOTER
***********************************************************************/
.cta {
	position:relative;
	min-height:350px;
	padding: 130px 0 80px;
	overflow: hidden;
	background: linear-gradient(to bottom, var(--thmColor1) 0%,var(--thmColor2) 100%);
}
.cta .card a {
	color: var(--thmColor1);
	font-weight:600;
}
.cta .card a:hover {
	color: var(--thmColor2);
	text-decoration: underline;
}

.cta .card {
	border: 5px solid;
	border-color:  var(--thmColor3);
	border-radius: 12px;
}
.cta .card .btn-cta {
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	background: var(--thmColor1);
	border:none;
	color: var(--thmWhite);	
}
.cta .card .btn-cta:hover {
	background: var(--thmColor2);
	border: var(--thmColor2);
	color: var(--thmWhite);	
	text-decoration:none;
} 
@media (min-width:768px) {
	.cta {
	padding: 130px 0 80px;
	}
}
@media (max-width:767px) {
	.cta {
	padding: 80px 0 50px;
	}
}

.about {
	position:absolute;
	content: "";
	width:800px;
	height:auto;
	right: -100px;
	top:-60px;
	object-fit: cover;
	overflow: hidden;
}
.about img {
	width:800px;
	height:auto;
}

.shape-4789{
	overflow:hidden;
	position:relative;
}
.shape-4789::before {
	content:'';
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat; 
	background-size: 100% 44px;
	background-position: 50% 0%;    
	background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><g fill="%23ffffff"><path d="M-1-.4h1004v34a874.4 874.4 0 01-178.7 17.8c-68.8-.4-106.2-8.9-150.6-14-172-19.7-238 35.3-411.7 34.2A860 860 0 01-1 27.4"/><path d="M-1 5.4h1004v31c-57.6 13-118 26-178.7 25.8-68.9-.4-106.2-9.7-150.6-15.3-172-21.7-238 38.7-411.7 37.4C201.4 84 110.6 69.4-1 29.5" opacity=".5"/><path d="M492.6 100.6a442.8 442.8 0 01233-4c3.8 1-1.3-2.8-1.9-3.3a36.2 36.2 0 00-11.6-6.1A447 447 0 00476 91c-.6.1 6.9 5.5 7.5 6 2 1.1 6.5 4.3 9 3.6z" opacity=".5"/><path d="M699.5 68.2a336.2 336.2 0 00-181-5.9c-2 .5 4.3 4.5 4.8 4.8 2 1.3 8 5.8 10.8 5.1A332.4 332.4 0 01713 77.6c3.8 1.2-1.4-3-2-3.3a41 41 0 00-11.5-6.1z"/></g></svg>'); 
}

@media (min-width:768px){
	.shape-4789::before{
	background-size: 100% 78px;
	background-position: 50% 0%;   
	}  
} 
@media (min-width:1025px){
	.shape-4789::before{ 
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	background-size: 100% 90px;
	background-position: 50% 0%;  
	}
}
@media (min-width:2100px){
	.shape-4789::before{
	background-size: 100% calc(2vw + 90px);
	}
}

/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--thmCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--thmWhite);
	font-weight: 400;
}
#footer .footer a:hover {
	color: var(--thmWhite); 
}
#footer .footer ul {
	margin-bottom:0;
}
#footer .footer ul > li {
	font-size:14px;
}
#footer .footer  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@media (max-width:576px) {
	#footer .footer .list-inline-item {
	display: block;
	padding:5px 0;
	}
}

/***********************************************************************
	TO TOP
***********************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--thmColor1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}

@media (max-width:991px) {
	.order-first {
    order: 1 !important;
	}
}
@media (max-width:767px) {
	h1 {
	font-size: 30px;
	}
}