* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/alan-sans-v5-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/alan-sans-v5-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/alan-sans-v5-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/alan-sans-v5-latin-700.woff2') format('woff2');
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "Alan Sans";
	font-style: normal;
	font-weight:400;
	overflow: hidden;
	font-size:16px;
	color: var(--templateColortext);
	background: #fff;
	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: "Alan Sans";
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 56px;
	font-weight: 600;
	color: var(--templateBlack);
	margin-bottom:10px;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--templateBlack);
}
.h2 {
	font-weight: 700;
	color: var(--templateBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--templateBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--templateBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--templateBlack); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--templateColor2);
}
.page-section,
.content-section {
	position:relative;
	padding: 1.5rem 0 0!important;
	background:  var(--templateWhite);
}
.page-section {
	min-height:300px;
	padding-bottom: 30px!important;	
}
.bg-card {
  background: #f7f7f7;
}
.bg-color {
	background-color: var(--templateBgcolor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--templateColor1);
}
.btn.btn-outline-secondary:hover {
	color: var(--templateWhite);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-header {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}	
.navik-menu ul li > a {
	font-weight:600;
	font-size: 16px;
	font-family: "Alan Sans";
}
.navik-menu ul li > a:hover {
	color: var(--templateColor1);
	text-decoration: underline dotted;
}

@media (min-width: 768px) {
	.navik-header .header-shadow-wrapper::after {
	box-shadow: none;
	}
	.navik-header.sticky .header-shadow-wrapper::after {
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
	}
}
@media (min-width: 1200px) {
	.navik-header .logo img {
	max-height: 70px;
	}
	.navik-header.sticky .logo img {
    max-height: 65px;
	}
	.navik-menu > ul > li > a {
    padding: 0 20px;
	}
	.navik-menu > ul > li:last-child > a {
    padding: 0 20px;
	}
	.navik-menu > ul > li.current-menu {
    color: var(--templateColor1);
	}
	.navik-menu > ul > li.current-menu > a {
	color: var(--templateColor1);
	}
}
@media (max-width:1199px) {
	.navik-header .logo {
	padding: 15px 0px;
	text-align: start;
	}
}
@media (max-width:1024px) {
	.navik-header .logo img {
	max-width: 70%;
	height: auto;
	}
}

/***********************************************************************
	HEADING
***********************************************************************/
.heading-inner {position: relative;display: inline-block;margin-bottom: 20px;margin-top: 0;font-size: 30px;text-rendering: optimizeLegibility;}
.tc-heading-style6 .heading-inner {padding-bottom: 15px;}
.tc-heading-style6 .heading-inner:before {content: '';position: absolute;bottom: 0px;height: 3px;width: 80px;background: var(--templateColor1);left: 0;border-radius: 7px;}
.tc-heading-style6 .heading-inner:after {content: '';position: absolute;bottom: 1px;height: 1px;width: 100%;background: #444;left: 0;}
.tc-heading-style6.tc-heading-center {text-align: center;}
.tc-heading-style6.tc-heading-center .heading-inner:after,
.tc-heading-style6.tc-heading-center .heading-inner:before {left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}


/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb {
	margin-bottom: 0;
	margin-top: 20px;
}
.breadcrumb-item {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--templateWhite);
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
float: none;
content: none;
}


/***********************************************************************
	TOP PAGE
***********************************************************************/
.showcase-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/overly-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.home-section {
	padding: 0;
}
.hero-banner {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
	width: 100%;
}
.hero-banner.home-section {
	height: 750px;
}
.hero-banner.home-article {
	height: 650px;
}
.hero-banner.home-section img,
.hero-banner.home-article img {
	position: absolute;
	
}
.hero-banner.home-section img {
	object-fit: cover;	
	width: 100%;
	height:100%;
}
.hero-banner.home-article img {
	object-fit: contain; 	
	object-position: center right;
	right:0;
	height:110%;
}

.hero-banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.hero-banner.home-section::before,
.hero-banner.home-article::before {
	background-color: rgba(0,0,0,0);
}
.hero-banner-inside {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0;
	z-index: 5;
	width: 100%;
	height: auto;	
	display:block;
}
.hero-banner-inside h1 {
	font-size:50px;
	font-weight:800;
}
.hero-banner.home-section .hero-banner-inside h1 {
	font-size: 50px;
	text-transform: uppercase;
}
.hero-banner.home-section .hero-banner-inside h2 {
	font-size: 40px;
	font-weight: 600;
}
.hero-banner-inside h1,
.hero-banner-inside h2 {
	color: var(--templateWhite);
}

.hero-banner .text-intro-home p {
	margin-top:15px;
	color: var(--templateWhite);
}
@media (min-width:1200px) {
	.showcase-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/overly-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	}
	.hero-banner .text-intro-home {
	padding:0 30px;
	}
}
@media (max-width:1199px) {
	.showcase-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background: linear-gradient(to right, var(--templateColor3) 0%,var(--templateColor2) 100%);
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hero-banner.home-section {
	height: 400px;
	}
}
@media (max-width:767px) {
	.hero-banner {
	height: 300px;
	}
	.hero-banner.home-section,
	.hero-banner.home-article {
	height: 400px;
	}
	.hero-banner.home-section .hero-banner-inside h1,
	.hero-banner-inside h1 {
	font-size:32px;
	}
	.hero-banner.home-section .hero-banner-inside h2 {
	font-size: 20px;
	}
}
@media (max-width:576px) {
	.hero-banner.home-section img,
	.hero-banner.home-article img {
	display:none;
	}
}


/***********************************************************************
	NOUVEAUX ARTICLES
***********************************************************************/
.image-accordion-area {
	padding:0px;
}
.accordion-image {
	width: 100%;
	max-width: 1320px;
	height: 500px;
	overflow: hidden;
	margin: 50px auto;
	position:relative;
}

.accordion-image ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}
.accordion-image ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 20%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms ease;
}
.accordion-image ul li div {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.accordion-image ul li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.accordion-image ul li div a {
	display: block;
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 3;
	vertical-align: bottom;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: all 200ms ease;
}
.accordion-image ul li div a * {
	opacity: 0;
	margin: 0;
	width: 100%;
	max-width:80%;
	text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	white-space: wrap;
	overflow: hidden;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.accordion-image ul li div a h2 {
	text-overflow: clip;
	font-size: 30px;
	font-weight:600;
	margin-bottom: 6px;
	top: 200px;
	color:#fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
	transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
	-o-transition: transform 0.5s linear, opacity 0.7s linear;
	transition: transform 0.5s linear, opacity 0.7s linear;
	transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.accordion-image ul li:hover div a h2 {
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	opacity: 1;
}
.accordion-image ul li div a p {
	top: 200px;
	font-size: 16px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
	transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
	-o-transition: transform 0.5s linear, opacity 0.7s linear;
	transition: transform 0.5s linear, opacity 0.7s linear;
	transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.accordion-image ul li:hover div a p{ 
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	opacity: 1;
}
.accordion-image ul:hover li, .accordion-image ul:focus-within li {
	width: 8%;
}
.accordion-image ul li:focus {
	outline: none;
}
.accordion-image ul:hover li:hover,
.accordion-image ul li:focus, .accordion-image ul:focus-within li:focus {
	width: 60%;
}
.accordion-image ul:hover li:hover a,
.accordion-image ul li:focus a, .accordion-image ul:focus-within li:focus a {
	background: rgba(0, 0, 0, 0.4);
}
.accordion-image ul:hover li:hover a *,
.accordion-image ul li:focus a *, .accordion-image ul:focus-within li:focus a * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.accordion-image ul:hover li {
	width: 8% !important;
}
.accordion-image ul:hover li a * {
	opacity: 0 !important;
}
.accordion-image ul:hover li:hover {
	width: 60% !important;
}
.accordion-image ul:hover li:hover a {
	background: rgba(0, 0, 0, 0.4);
}
.accordion-image ul:hover li:hover a * {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/***********************************************************************
	ARTICLES LISTE
***********************************************************************/
.image-card-wrapper {
	height: calc(100% - 15px);
	margin-bottom: 1.5rem;
}
.image-card-wrapper .image-card-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.image-card-wrapper .image-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.image-card-wrapper .image-card-img img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image-card-wrapper:hover .image-card-img img {
	margin-left: 0;
}
.image-card-wrapper .image-card-text {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	text-align: center;
}
.image-card-wrapper .image-card-text h2,
.image-card-wrapper .image-card-text h3 {
	min-height: 60px;
}
@media (min-width:768px) and (max-width:1299px) {
	.image-card-wrapper .image-card-text h2,
	.image-card-wrapper .image-card-text h3 {
	min-height: 70px;
	}
}
.image-card-wrapper .image-card-text h2 a,
.image-card-wrapper .image-card-text h3 a {
	color: #3f3f3f;
	font-size: 18px;
	font-weight: 600;
	transition: .3s;
}
.image-card-wrapper .image-card-text {
	padding: 20px 10px 20px;
}
.image-card-wrapper .image-card-text > p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: var(--templateColortext);
	margin-bottom: 0;
}

.image-card-wrapper .image-card-text i {
	border: 1px solid #ddd;
	border-radius: 100%;
	color: var(--templateBlack);
	display: inline-block;
	font-size: 15px;
	line-height: 50px;
	cursor: pointer;
	margin-top: 20px;
	position: relative;
	width: 50px;
	height: 50px;
}
.image-card-wrapper:hover .image-card-text i {
	border: none;
	background: var(--templateColor2);
	color: var(--templateWhite);
}
.cat_desc .card.intro-cat {
	border:none;
	margin-bottom:20px;
}
.cat_desc .card.intro-cat p {
	margin-bottom:0;
}
@media (min-width:768px) {
	.cat_desc .card.intro-cat {
	margin: -90px 0 20px;
	}
}

/***********************************************************************
	ARTICLE
***********************************************************************/
@media (min-width:768px) {
	.only-mobile {
	display:none;
	}
}
.article-photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
	aspect-ratio:16/9;
	border-radius: 0;
}
.article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
}
#content img {
	border: none;
	transition: all 0.4s;
}
#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--templateColor2);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--templateBlack);
}
#content h2::before, 
#content h3::before, 
#content h4::before {
	display: block;
	content: "";
	margin-top: 0;
	height: 0;
	visibility: hidden;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
	color: var(--templateColor1);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--templateColor2);
}
#content .fa-li > i {
	color: var(--templateColor1);
}
.sidebar-articles {
	position: relative;
}
.sidebar-articles .card-sommaire .card-sommaire-title {
	text-align: center;
	display: block!important;
	margin-bottom:0;
	border-radius: 0;
	background-color: var(--templateColor2);
	font-size:22px;
	font-weight:600;  
	height: 44px;
	line-height: 40px;
	padding: 0;
	position: relative;
	transition: all .3s ease-in-out;
}
.sidebar-articles .card-sommaire .card-sommaire-title {
	color: var(--templateWhite);
}

.sidebar-articles .card-sommaire  {
	border: 7px solid var(--templateColor2);
	border-radius: 0;
}
.sidebar-articles .card-sommaire .sommary {
	border: none;
	padding: 0 20px;
	border-radius: 0;
}
.h2-index {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--templateColor1);
	margin-right: 0.2em;
}

#sommaire-list {
    list-style: none;
    padding-left: 0;
}
#sommaire-list ul {
	margin-bottom:0;
}
#sommaire-list li::marker,
#sommaire-list ul li::marker {
	content: '';
	display: none;
}
#sommaire-list ul li i {
	color: var(--templateColor2);
}
#sommaire-list li {
	margin: 10px 0 5px;
	font-weight: 400;
	border-bottom: 1px dotted var(--templateColor1);
	font-weight:400;
	padding-bottom: 10px;
}
#sommaire-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sommaire-list li.level-2 {
    margin-left: 15px;
}
#sommaire-list li.level-2::first-letter {
	font-size: 1rem;
	font-weight:normal;
}
#sommaire-list a {
    text-decoration: none;
    color: var(--templateBlack);
}
#sommaire-list a:hover {
    text-decoration: none;
	color: var(--templateColor1);
}
#sommaire-list a.active {
    font-weight: bold;
	color: var(--templateColor1);
}
.othersArticles h2 span {
	color: var(--templateColor2);
}

/***********************************************************************
	BLOC PERSONA
***********************************************************************/
.article-auteur {
	background: var(--templateWhite);
	padding: 5px;
	border: 7px solid var(--templateColor2);
}
.article-auteur .picture-auteur {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.article-auteur .picture-auteur img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
	border-radius: 100%;
	padding: 3px;
}
/***********************************************************************
	TEAM
***********************************************************************/
.team .image-card-wrapper .image-card-text h2 {
	min-height: 0;
}
.team .image-card-wrapper .image-card-text h2 > a {
	font-size: 28px!important;
}

/***********************************************************************
	REDACTEUR
***********************************************************************/
.team-redacteur .image-card-wrapper .image-card-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.team-redacteur h2 {
	font-size:30px;	
}

/***********************************************************************
	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(--templateWhite);
	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(--templateBlack);
	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(--templateColor1);
	color: #fff;
}
.contact-form .submit-btn-wrapper button {
	background-color: var(--templateColor1);
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: var(--templateWhite);
	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(--templateColor2);
}
.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(--templateWhite);
}
@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(--templateColor1);
	color:  var(--templateWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}


/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--templateCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--templateWhite);
	font-weight: 400;
}
#footer .footer a:hover {
	color: var(--templateWhite); 
}
#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: 10px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--templateColor1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}

/***********************************************************************
	RESPONSIVE
***********************************************************************/
@media (max-width:991px) {
	.order-first {
    order: 1 !important;
	}
}
@media (max-width:767px) {
	h1 {
	font-size: 30px;
	}
}