/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
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: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button.wpforms-submit.btn{
	color: #fff;
	font-weight: 700;
	font-size: 1.333rem;
	line-height: 2.125;
	background: #000;
	padding: 15px 20px;
	text-transform: uppercase;
	transition:all 0.25s linear;
	border:2px solid #000;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button.wpforms-submit:hover,
button.wpforms-submit.btn:hover{
	background:#fff;
	color:#000;
}

button.wpforms-submit.btn{
	font-weight: 500 !important;
	background: #000 !important;	
	border-radius:0 !important;
	border:2px solid #000 !important;	
}

button.wpforms-submit.btn:hover{
	background:#fff !important;
	color:#000 !important;	
}


input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
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],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background:#fff;
	color:#000;
	font-family: "Montserrat", sans-serif;
	font-size: 1.667rem;
 	line-height: 1.75; 
	font-weight:500;
}
/* typography
-------------------------------------------------------------- */

blockquote {
	margin: 35px 0 20px 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 26px;
	line-height: 1.3;
}

blockquote::before {
	color: #80c971;
	content: '"';
	font-style: italic;
	font-size: 4em;
	line-height: 0;
	position: absolute;
	left: -20px;
	top: -3px;
}



/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  	clear: both;
 	font-family: "Montserrat", sans-serif;	
	font-weight: 600;	
}
h1{
	font-size: 6rem; 
	line-height: 1.18; 
	margin-bottom:32px;
}

h2{
	font-size: 4.167rem;
	line-height: 1.3;
	margin-bottom:24px;
}

h3{
	font-size: 3rem;
  	line-height: 1.417;
	margin-bottom:24px;
}

h4{
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom:12px;
}

h5{
	font-size: 2rem;
 	line-height: 1.875;
	margin-bottom:12px;
}

h6{
	font-size: 1.5rem;
  	line-height: 2.5;
	margin-bottom:12px;
}



hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #2c632f;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #2c632f;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container-large{
	margin: 0 auto;
	width:96%;
}

.container {
	width: 1510px;
	margin: 0 auto;	
}

#header {
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	transition:all 0.25s linear;
}

#header.fixed,#header.page-header {
	background: #000;
}

#header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header-logo {
	margin-top: 5px;
}

#header-logo img {
	max-width: 220px;
}

#header-menu ul{
	padding:0;
	margin:0;
}

#header-menu ul li{
	list-style:none;
	position: relative;
}

#header-menu ul li a{
	font-weight:500;
	font-size:15px;
	color:#fff;
}

#header-menu ul li:hover ul{
	opacity:1;
	visibility: visible;
}

#header-menu ul.sub-menu li a {
	display: block;
	padding: 5px 10px;
}

#header-menu ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear;
	position: absolute;
	margin-top: 15px;
	min-width: 200px;
	left: -10px;
	background:#000;
}

#header-menu ul.menu > li {
	float: left;
	text-transform: uppercase;
	margin-left: 25px;
}

#header-menu ul.menu > li:first-child{
	margin-left:0;
}


#header-menu ul li a:hover,
#header-menu ul li.current-menu-item > a{
	color:#66cc66;
}


#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

#home-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	background-color: #183319;
	z-index: 2;
	color: #fff;
	text-align: center;
}

/*#home-hero:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .5);	
	z-index:2;
}*/

#home-hero-wrapper {
	position: relative;
	bottom: 7vw;
}

#banner-icon {
	max-width: 300px;
	margin: 0 auto 55px auto;
}

#banner-icon{
	filter:brightness(100) invert(100);
}

#home-hero .container-large {
    position: relative;
    z-index: 2; 
}

#home-content h1 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 1.2em;
	font-size: 4rem;
}

#home-featured {
	padding-left: 30px;
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 30px;
}

#home-content h1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#home-content h1 span.active {
    display: block; 
}

#next-section-bt {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	margin: 0 auto;
	cursor:pointer;
	transition:all 0.25s linear;
}

#next-section-bt a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #000;
	justify-content: center;
	align-items: center;
}

#next-section-bt a::before {
	content: '\e313';
	font-family: Material Symbols Outlined;
	position: absolute;
	font-size: 30px;
	margin-top: 4px;
}


#next-section-bt:hover{
	background:#000;
	color:#fff;
}

#next-section-bt:hover a{
	color:#fff;
}

#next-section-bt span {
	font-size: 30px;
	position: relative;
	top: 2px;
}

.section-top-padding{
	padding-top:120px;
} 

.section-bottom-padding{
	padding-bottom:120px;
} 

.bottom-padding-60{
	padding-bottom:60px;	
}

.section-title h2,
.section-title h3 {
	margin-bottom: 55px;
	text-align: center;
}

#service-flex {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
}

.service-item {
	width: calc(33.3333% - 16px);
	margin-right: 24px;
	margin-bottom: 24px;
}

.service-item a{
	color:#000;
	display:block;
	transition:all 0.25s linear;
}

.service-item a:hover{
	opacity:0.7;
	transform:scale(1.03);
}

.service-item:nth-child(3n){
	margin-right:0;
}

.service-icon img {
	height: 100px;
	width: auto;
	padding-bottom: 24px;
	transition:all 0.25s linear;	
}

.btn {
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 1.333rem;
	line-height: 2.125;
	background: #fff;
	padding: 13px 18px;
	text-transform: uppercase;
	transition:all 0.25s linear;
	border:2px solid #fff;
	text-decoration: none !important;
}

.btn:hover{
	background:#000;
	color:#fff;
}

.btn.dark-btn{
	color: #fff;
	background: #000;
	border:2px solid #000;
}

.btn.dark-btn:hover{
	color: #000;
	background: #fff;
}

.video-container {
	position: relative;
	width: 530px;
	height: 400px;
	overflow: hidden;
	margin-top: -50px;
	margin-bottom: 50px;
}

.video-container video {
	width: 489px;
	height: 274px;
	object-fit: cover;
	display: block;
	z-index: 2;
	position: relative;
	top: 20px;
	left: 20px;
}

.video-overlay-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 2; 
    pointer-events: none;
    max-width: 530px; 
    height: auto;
}

.cta-section {
	padding: 90px 0;
}

#mission {
	background-color: #183319;
	color: #fff;
}

.row {
	display: flex;
	justify-content: space-between;
	gap:50px;	
}

.col2 {
	width:47.5%;
	position: relative;
}

.col3 {
	width: 33.333%;
	position: relative;
}

#mission .row .col3:first-child{
	width:35%;
}

#mission .row .col3 {
	width: 30%;
}

#mission .row .col3 h2:last-of-type {
    margin-bottom: 0;
}

#mission .row .col3 h2{
	font-size:48px;
}

.dark-section {
	color: #fff;
	background: #000;
}

.custom-legend {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.legend-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.vertical-center-align{
	align-items:center;
}

#featured-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.featured-item {
	width: 33.333%;
	position: relative;
	overflow: hidden;
}


.featured-item a:before{
	content:'';
	display: block;
	padding-top:64%;
}

.featured-image {
	background-size: cover;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	transition:all 0.25s linear;	
}

.featured-item:hover .featured-image{
	transform:scale(1.05);
}

.featured-item a:after{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	transition:all 0.25s linear;
	opacity:0;
}

.featured-item a:hover:after{
	opacity:1;
}

.featured-content {
	position: absolute;
	z-index: 2;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	bottom: -100%;
	width: 100%;
	transition:all 0.25s linear;
}

.featured-item a:hover .featured-content{
	bottom: 0;	
}

.featured-title h3 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 26px;
}

.featured-desc {
	font-size: 16px;
}

.featured-item a {
	color: #fff;
}

.green-section{
	background-color:#669966;
}

.darkGreen-section{
	background-color:#183319;
	color:#fff;
}


.center-align {
	text-align: center;
}

.left-align {
	text-align: left;
}

.section-title.left-align h2, .section-title.left-align h3{
	text-align: left;	
}
.features-item {
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.features-icon span {
	font-size: 60px;
	display: block;
	line-height: 1;
	margin-bottom: 32px;
}

.features-title {
	font-weight: 500;
}

.slick-dots li button{
	box-shadow:none;
	width:10px;
	height:10px;
	border-radius:50%;
	border:2px solid #fff;
}

.slick-dots li.slick-active button{
	background:#fff;	
}

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

.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #66cc66;
}

.slick-dots {
	bottom: -50px;
}

#home-process .container{
	position: relative;
}

#home-process {
	color: #fff;
	background-image: url(assets/images/tropical.jpg);
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

#home-process:before{
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
}


.row.col-with-border .col3 {
	border-right: 1px solid #d7d7d7;
	padding:0 50px 0 0;
	box-sizing:border-box;
}

#contact-bottom-section .section-title {
	max-width: 900px;
	margin: 0 auto;
}

.row.col-with-border .col3:nth-child(3n){
	border:none;
}

.row.col-with-border {
	gap:50px;
}

/*.btn.green-hover:hover{
	background-color:#66cc66;
	color:#fff;
}*/

.lightGreen-section{
	background:#9cbb9c;
}

.works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.works-grid .work-item {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 9px;
}

.work-ext-link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

.work-ext-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	transition: all 0.25s linear;
	opacity: 0;
}


.work-ext-link:hover:after{
	opacity:1;
}

.work-img {
    width: 100%;
    position: relative;
    overflow: hidden;
	transition: all 0.25s linear;	
}

.work-ext-link:hover .work-img {
	transform:scale(1.05);
}

.work-item-h .work-img {
    height: 300px; 
}

.work-item-v .work-img {
    height: 600px; 
}

.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.work-intro {
	position: absolute;
	z-index: 2;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	bottom: -100%;
	width: 100%;
	transition: all 0.25s linear;
	color:#fff;
}

.work-ext-link:hover .work-intro{
	bottom:0;
}

.work-intro h3 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 26px;
}

.work-descr{
	font-size:16px;
}

#portfolio-masonry-section .container{
	width:calc(100% - 54px);
}

#portfolio-masonry-section{
	color:#fff;
	background:#000;
	padding-bottom:9px;
}

.works-filter {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.works-filter a {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}

.works-filter a:hover,
.works-filter a.active {
    color: #66cc66;
}

#page-hero {
	position: relative;
	height: calc(100vh - 74px);
	background-size: cover;
	background-position: top center;
	color:#fff;
}

#page-hero:before{
	background:rgba(0,0,0,0.4);
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#page-hero .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	position: relative;
}

#hero-content span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.portfolio-col-image:before{
	content:'';
	padding-top:67%;
	display:block;
}

.portfolio-col-image {
	background-size: cover;
	background-position: center;
	margin-bottom: 32px;
}
.post-text p a,
.post-text li a,
.post-text ol a,
.post-text strong a{
	text-decoration:underline;
	font-weight:600;
}

.post-text ul{
	margin:0 0 1.5em 0;
}

.post-text li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.post-text li::before {
	content: '\2022';
	position: absolute;
	left: 0;
}

.post-text p a:hover,
.post-text li a:hover,
.post-text ol a:hover,
.post-text strong a:hover{
	text-decoration: none;
}

.portfolio-col-content {
	border-right: 1px solid #d7d7d7;
	padding-right: 24px;
	box-sizing: border-box;
	margin-right:-25px;
}

.col3:nth-child(3n) .portfolio-col-content{
	border:none;
	padding-right:0;
}

.portfolio-slick-gallery .gallery-slide img {
	width: 100%;
}


.slick-prev::before, .slick-next::before {
	color: #000 !important;
}

.portfolio-slider-section .slick-dots {
	bottom: 13px;
}

.gallery-tabs-container {
	display: flex;
	justify-content: space-between;
}

.gallery-tabs-column {
	width: 48%;
	font-size: 16px;
	line-height: 22px;
	text-align:center;	
}

.tabs-column-title {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
}

.gallery-tab-btn {
	font-weight: 600;
	text-decoration: underline;
	margin-left: 12px;
	transition:all 0.25s linear;
	top:0;
}

.gallery-tab-btn:hover{
	text-decoration:none;
}

.portfolio-slick-gallery:not(.active) {
    display: none;
    opacity: 0;
}

.gallery-tab-btn.active {
	position: relative;
	top: -3px;
}

.portfolio-slider-section .slick-prev::before, .portfolio-slider-section .slick-next::before {
	display: none;
}

.slick-prev, .slick-next {
	color: #000 !important;
}

.portfolio-nav-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.portfolio-nav-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	position: relative;
}

.portfolio-nav-wrapper a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	text-transform:uppercase;
	align-items:center;
}

.portfolio-nav-wrapper a:hover{
	color:#2c632f;
}

.nav-item.all-items {
	position: absolute;
	right: 0;
	left: 0;
	justify-content: center;
}

.nav-item.prev-item,.nav-item.next-item  {
	position: relative;
	z-index: 2;
}

.nav-item.next-item {
	position: absolute;
	right: 0;
}

.nav-item.prev-item {
	position: absolute;
	left: 0;
}

img{
	max-width: 100%;
}

.spec-image {
	height: calc(100% + 150px);
	max-width: calc(100% + 150px);
	position: absolute;
}

.col-graph-legend-full .custom-legend {
	flex-direction: column;
	gap:10px;
}

.flex-col-vertical {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.col4 {
	width: 25%;
}

#ressources-section .intro-section {
	padding-bottom: 30px;
}

#testimonial-section {
	background-color: #000;
	color: #fff;
}

#testimonial-row {
	display: flex;
}

#testimonial-col-main {
	width: 65%;
}

#testimonial-col-image {
	width: 26%;
	margin-right: 5%;
	position: relative;
	margin-top: -100px;
}

#main {
	margin-top: 74px;
}

.home #main {
	margin-top: 0;
}

#menu-toggle {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 8px;
	align-items: center;
	padding: 11px 9px;
	box-sizing: border-box;
	display: none;
}

#menu-toggle.active span {
	width: 27px;
}	

#menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: #000;
	transition: all 0.3s ease;
}

#menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
}

#menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

#menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
}

.chart-container-main{
    position: relative;
    width: 100%;   
    height: 400px;    
    margin-bottom: 30px;
}

#chameleon-image {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -100px;
}

#contact-form {
	padding-top: 70px;
}

#contact-form .wpforms-submit-container {
	text-align: right;
}

#kamelons-specific-image {
	position: absolute;
	bottom: 150px;
	right: -17%;
	z-index: -1;
}

#section-7 .container{
	position: relative;
}

#section-7 {
	overflow: hidden;
}

#contact-form .section-title h3 {
	margin-bottom: 25px;
}

.product-green-bg {
	background-color: #a2ba9f;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

.product-kameleon-image {
	max-width: 500px;
}

.product-green-bg::before {
	background-color: #a2ba9f;
	content: '';
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}

#products-section{
	overflow:hidden;
}

#edge-bottom-figure {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 222;
	width: 100%;
	line-height: 0;
}

/*---FOOTER---*/
#footer {
	background-color: #696;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 85px 0 32px 0;
}

#footer-copy {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1;
}

#footer-logo img {
	max-width: 55px;
	filter: brightness(0);
	margin-bottom: 32px;
}


@media only screen and (min-width: 1351px) {
	.gallery-wrapper {
		max-width: 1140px;
		margin: 0 auto 32px auto;
		height: 642px;
	}
}

@media only screen and (max-width: 1520px) {
	.container{
		width:96%;
	}
	
	#kamelons-specific-image {
		display: none
	}	
}

@media only screen and (max-width: 1350px) {
	.product-green-bg::before {
		display:none;
	}
	
	.product-green-bg{
		margin-bottom:32px;
	}
	
	#testimonial-col-image {
		margin-top:0;
	}
	
	#chameleon-image {
		position: relative;
		margin-top: 0;
	}	
	
	#mission .row .col3 h2 br{
		display: none;
	}
	
	.portfolio-col-content {
		margin-right:0;
	}	
	
	.section-title h2, .section-title h3 {
		margin-bottom: 25px;
		text-align: center;
	}
	
	#header-menu {
		position: fixed;
		left: 0;
		width: 100%;
		top: 74px;
		background: #000;
		padding: 30px;
		box-sizing: border-box;
		text-align: right;
		height: calc(100vh - 74px);
		display: none;
	}	
	
	#menu-toggle {
		display: flex;
	}
	
	#header-menu ul.menu > li {
		float: inherit;
		margin-bottom: 20px;
	}	
	
	#header-menu ul.sub-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
		margin-top: 5px;
		min-width: 100%;
		left: 0;
		background: #000;
	}	
	
	#header-menu ul.sub-menu li a {
		display: block;
		padding: 0;
		font-size: 13px;
		line-height: 20px;
	}	

	#banner-icon {
		max-width: 200px;
		margin: 0 auto 25px auto;
	}	
	
	h1 {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 24px;
    }

    h2,#mission .row .col3 h2 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
	
	.row {
		flex-direction: column;
		justify-content: inherit;
		gap:0;
	}	
	
	.col3,.col2,.col4 {
		width: 100% !important;
		text-align: center;
	}
	
	#ressources-section{
		text-align:center;
	}
	
	#ressources-section .col4 br{
		display: none;
	}
	
	#mission .row .col3 h2:last-of-type	{
		margin-bottom:24px;
	}
	
	.section-bottom-padding {
		padding-bottom: 70px;
	}	
	
	.section-top-padding {
		padding-top: 70px;
	}	
	
	#stats {
		text-align: center;
	}	
	
	#stats .col3 {
		margin-bottom: 32px;
	}	
	
	#myDonutChart,#polarChart,#doughnutChart{
		margin:0 auto;
	}
	
	#featured-wrapper {
		flex-direction: column;
	}	
	
	.featured-item {
		width: 100%;
	}	
	
	#home-featured {
		padding-left: 0;
		padding-right: 0;
	}	
	
	.row.col-with-border .col3 {
		border-right: inherit;
		padding: 0;
	}	
	
	.nav-item.all-items{
		display: none;
	}
	
	.gallery-wrapper {
		width: calc(100% - 30px);
		margin: 0 auto;
	}	
	
	.post-text li::before {
		position: relative;
	}	
	
	.spec-image {
		height: auto;
		max-width: 100%;
		position: relative;
		margin:0;
	}	
	
	.col-graph-legend-full .custom-legend {
		align-items: center;
	}	
	
	.chart-wrapper {
		padding-bottom: 32px;
	}	
	
	.col3:last-child .chart-wrapper{
		padding-bottom: 0;
	}
	
	.section-title.left-align h2, .section-title.left-align h3 {
		text-align: center;
	}	
	
	#testimonial-col-image {
		display: none;
	}	
	
	#testimonial-col-main {
		width: 100%;
		text-align: center;
	}	
	
	#home-hero {
		height: 700px;
	}	
	
	#banner-icon{
		display: none;
	}
	
	h1 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }	
	
	body{
        font-size: 16px;
        line-height: 22px;		
	}
	
	#service-flex {
		flex-direction: column;
		align-items: center;
	}	
	
	.service-item {
		width: 100%;
		margin-right: 0;
	}	
	
	#main {
		margin-top: 70px;
	}	
	
	#header-menu{
		top:70px;
		height: calc(100vh - 70px);
	}
	
	#page-hero {
		height: 600px;
	}	
	
	.gallery-tabs-container {
		flex-direction: column;
		text-align: center;
	}	
	
	.gallery-tabs-column:first-child {
		text-align: center;
		margin-bottom: 32px;
	}	
	
	.gallery-tabs-column {
		width: 100%;
	}	
	
	.nav-item.prev-item, .nav-item.next-item {
		font-size: 12px;
	}	
	
	.works-filter a {
		margin: 10px 0px 10px 10px ;
		font-size: 14px;
	}
	
	.works-filter {
		flex-direction: column;
		display: flex;
	}
	
	.works-grid .work-item {
		width: 100%;
		float: inherit;
		padding: 0 0 9px 0;
	}	
	
	.col3 h2 br{
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
	#home-hero-wrapper{
		display: none;
	}
}



#wpforms-2757-field_12-container fieldset, #wpforms-2757-field_5-container fieldset {
    display: flex;
    flex-direction: column;
}

#wpforms-2757-field_12-container .wpforms-field-label, #wpforms-2757-field_5-container .wpforms-field-label {
    order: 1;
    margin-bottom: 10px;
}

#wpforms-2757-field_12-container .wpforms-field-description, #wpforms-2757-field_5-container .wpforms-field-description {
    order: 2;
    margin-top: 0;
    margin-bottom: 12px;
}

#wpforms-2757-field_12-container #wpforms-2757-field_12, #wpforms-2757-field_5-container #wpforms-2757-field_5 {
    order: 3;
}