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


/*FONTS*/
@font-face {
    font-family: 'brandon_textblack';
    src: url('assets/fonts/brandontext-black-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_textbold';
    src: url('assets/fonts/brandontext-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_textbold_italic';
    src: url('assets/fonts/brandontext-bolditalic-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_textlight';
    src: url('assets/fonts/brandontext-light-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_textmedium';
    src: url('assets/fonts/brandontext-medium-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_textregular';
    src: url('assets/fonts/brandontext-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'brandon_textregular_italic';
    src: url('assets/fonts/brandontext-regularitalic-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_textthin';
    src: url('brandontext-thin-webfont.woff2') format('woff2'),
         url('assets/fonts/brandontext-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: 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"] {
  border: 1px solid #dddddd;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
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: #F7F0E7;
	font-family: 'brandon_textregular';
	line-height: 27px;
	font-size: 22px;
	color:#336249;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
	line-height: 63px;
	font-size: 60px;
	font-family: 'brandon_textregular';
	margin-bottom:30px;
}
h2 {
	line-height:70px;
	font-size: 66px;
	margin-bottom:20px;
 	font-family: 'brandon_textlight';	
}
h3 {
	line-height: 52px;
	font-size: 44px;
	margin-bottom:20px;
 	font-family: 'brandon_textlight';	
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
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 3em;
}
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-family: 'brandon_textbold';
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
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: #007998;
  -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,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* 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{
	width:1396px;
	margin:0 auto;
}


/*HEADER*/
#masthead {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9000;
	transition: all 0.25s linear;
}

#masthead.fixed {
	background-color: #fffbf6;
}

#header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px;
	transition: all 0.25s linear;	
}

#masthead.fixed  #header-flex {
	padding: 30px 70px;
}


#header-logo a{
	display:flex ;
}

#header-logo span {
	background-color: #A9E5BD;
	border-radius: 24px;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1;
	display: inline-block;
	color: #336249;
	font-family: 'brandon_textmedium';
}

#main-nav {
	width: calc(100% - 400px);
}

#main-nav ul{
	margin:0;
	padding:0;
}

#main-nav ul.menu {
	display: flex;
	justify-content: space-between;
}

#main-nav ul li{
	list-style:none;
}

#main-nav ul li a{
	color:#336249;
	position: relative;
	font-family: 'brandon_textmedium';	
}

#main-nav ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #336249;
	bottom: 0;
	left: 0;
	transition: all 0.25s ease;
}

#main-nav ul li a:hover:after{
	width:100%;
}

#home-hero-content {
	padding: 300px 70px 150px 70px;
	box-sizing: border-box;
	position: relative;
	z-index:2;
}

#hero .container {
	background-size: cover;
	background-position: top center;
	border-radius: 0 0 100px 100px;
	position: relative;	
}

#hero .container:before{
	background:linear-gradient(180deg,rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0) 55%);
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

.kicker-subtitle{
	color:#E7332F;
	font-family: 'brandon_textmedium';		
	margin-bottom:15px;
}

.intro-text {
	line-height: 52px;
	font-size: 44px;
 	font-family: 'brandon_textlight';	
	text-align:center;	
}

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

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

.intro-text {
	max-width: 75%;
	margin: 0 auto;
}

.intro-text p:last-of-type{
	margin:0
}

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

.col-text {
	width: 48%;
}

#section-conseil-first .col-text,
#section-conseil-second .col-text{
	width:41%;
}

#section-conseil-first .col-image,
#section-conseil-second .col-image{
	width:49%;
}

.btn {
	display: inline-block;
	border: 2px solid #336149;
	border-radius: 32px;
	padding: 30px;
	line-height: 1;
	color: #336149;
	font-family: 'brandon_textmedium';
	transition:all 0.25s ease;
}

.btn:hover{
	color:#fff;
	background-color:#336149;
}
.top-padding-50{
	padding-top:50px;
}

.col-image-main {
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 100px;
	background-position: center;
}

.col-image {
	position: relative;
	width: 44%;
}

.col-image-desc {
	background-image: url(assets/images/image-desc-bg.svg);
	background-repeat: no-repeat;
	width: 274px;
	height: 274px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 55px;
	box-sizing: border-box;
	position: absolute;
	bottom: 10%;
	left: -130px;
}

#product-type-wrapper {
	display: flex;
	flex-flow: wrap;
}

.product-item {
	background-color: #A9E5BD;
	padding: 35px 25px 70px 25px;
	box-sizing: border-box;
	border-radius: 58px;
	min-height: 390px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom:32px;
	position: relative;
	transition:all 0.25s ease;
	cursor: pointer;
}

.product-item:hover{
	transform:scale(1.02);
}

.product-item::after {
	content: '+';
	background-color: #fff;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	font-size: 40px;
	font-family: 'brandon_textlight';
	transition:all 0.25s linear;
}

.product-item:hover:after{
	color:#fff;
	background-color:#336249;
}


.product-item-title h3{
	font-family: 'brandon_textmedium';
	font-size:22px;
	line-height:24px;
	margin-bottom:0;
	color:#336249;
}

.product-item-icon {
	width: 167px;
	height: 155px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom:35px;
}

.product-item-icon img{
	max-height:100%;
	max-width:100%;
}



@media only screen and (min-width: 1400px) {
	.product-item:nth-child(5n){
		margin-right:0;
	}
	
	.product-item {
		margin-right:32px;
		width:calc(20% - 26px);
	}
}


#product-section {
	background-color: #DDCEBC;
	color: #361F0C;
}

.product-title-wrapper {
	display: flex;
	justify-content: space-between;
	font-size: 36px;
	line-height: 52px;
	color: #361F0C;
	cursor:pointer;
}

.product-category-letter {
	background-color: #fff;
	width: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 58px;
	flex-direction: column;
	padding: 17px 0;
	box-sizing: border-box;
	font-family: 'brandon_textlight';
}

.product-category-letter.active {
	background-color: #361F0C;
	color: #DDCEBC;
}

.product-category-letter.active img{
	opacity: 1;
	height:auto;
	visibility: visible;
}

.product-category-title {
	background-color: #fff;
	border-radius: 58px;
	padding: 17px 50px;
	width: calc(100% - 150px);
	text-align: left;
	overflow: hidden;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.product-category-item.active .product-content-wrapper {
    max-height: 2000px;
    opacity: 1;
}

.product-category-title h3{
	margin-bottom:0;
	font-size:36px;
}

.product-category-item {
	margin-bottom: 20px;
	position: relative;
}

.product-category-letter img {
	max-width: 80px;
	max-height: 80px;
	position: relative;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	filter: brightness(0) saturate(100%) invert(95%) sepia(4%) saturate(1273%) hue-rotate(335deg) brightness(85%) contrast(103%);
}

.product-content-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.25s ease;
}

.product-content-wrapper a{
	color:#fff;
	text-decoration: underline;
}

.product-category-item.active .product-category-title{
	padding: 47px 50px;
	box-sizing: border-box;	
	background-color: #361F0C;
	color: #fff;	
}

.product-category-item.active  .close-product-content{
	display:block;
}

.product-content-inside{
	flex-flow: wrap;
	display: flex;
	padding-bottom:50px;
}

.product-cat-col-title {
	color: #DDCEBC;
	border-bottom: 1px solid #DDCEBC;
	padding-bottom: 15px;
	margin-bottom: 30px;
	min-height: 65px;
	font-size: 20px;
	line-height: 25px;
	font-family: 'brandon_textbold';
}

.product-cat-col1 {
	width: 12%;
	margin-right:2%;
}

.product-cat-col2 {
	width: 24%;
	margin-right:2%;	
}

.product-cat-col3 ,.product-cat-col4,.product-cat-col5{
	width: 18%;
	margin-right:2%;	
}

.product-cat-col-content {
	font-size: 14px;
	line-height: 16px;
}

.product-cat-col-content ul,
.product-cat-col-content ol,
.post-text ul, .post-text ol{
	margin:0 0 1.5em 1em;	
}

.post-text li a,
.post-text p a{
	color:#336249;
	text-decoration:underline;
}

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

.product-cat-col-content ul li,
.product-cat-col-content ol li,
.post-text ul li, .post-text ol li{
	margin-bottom: 15px;
}

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

.post-text ul ul li {
	position: relative;
	list-style: none;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom:0;
}

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

.close-product-content {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	border-radius: 50%;
	background: #DDCEBC;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}

.close-product-content::before {
	background-image: url(assets/images/plus.svg);
	background-size: 100%;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
	filter: brightness(0) saturate(100%) invert(11%) sepia(11%) saturate(3534%) hue-rotate(347deg) brightness(97%) contrast(94%);
}

.category-title::after {
	content: '+';
	background-color: #DDCEBC;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 30px;
	top: calc(50% - 20px);
	border-radius: 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.product-category-item.active .category-title {
	display: none;
}

.product-cat-col1 .product-cat-col-content{
	font-size: 20px;
	line-height: 23px;
}

.row-flex.reverse-flex {
	flex-direction: row-reverse;
}

#section-conseil-first .post-text h3,
#section-conseil-second .post-text h3 {
	margin-bottom: 50px;
}

#section-conseil-first .col-image-desc {
	background-image: url(assets/images/image-desc-bg2.svg);
	left: 8%;
	bottom: inherit;
	top: -130px;
}

#section-conseil-first {
	margin-top: 100px;
}

#section-conseil-second .col-image-desc {
	flex-direction: column;
	left: 7%;
	bottom: -130px;
}

#section-conseil-second .col-image-desc img{
	margin-bottom:5px;
}

.section-bottom-padding-small {
	padding-bottom: 50px;
}

.section-top-padding-small {
	padding-top: 50px;
}

.tips-title {
	background-color: #A9E5BD;
	border-radius: 58px;
	padding: 17px 45px;
	margin-bottom:60px;
}

.tips-title h3 {
	margin:0;
}

.row-flex-v2 {
	display: flex;
	justify-content: space-between;
}

#section-tips .row-flex-v2 {
	padding: 0 45px;
	box-sizing: border-box;
}

.col-2 {
	width: 47%;
}

.tips-item {
	margin-bottom: 60px;
}

.tips-item:last-child {
	margin-bottom: 0;
}


.tips-item:nth-child(2) .tips-title,
.tips-item:nth-child(5) .tips-title,
.tips-item:nth-child(8) .tips-title{
	background-color: #DDCEBC;	
}

.tips-item:nth-child(3) .tips-title,
.tips-item:nth-child(6) .tips-title,
.tips-item:nth-child(9) .tips-title{
	background-color: #F79C80;	
}

.btn.file-btn{
	position: relative;
	padding:30px 80px 30px 30px;
}

.btn.file-btn::after {
	background-image: url(assets/images/download.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 28px;
	height: 32px;
	content: '';
	position: absolute;
	right: 30px;
	top: calc(50% - 16px);
	transition:all 0.25s ease;
}

.btn.file-btn:hover:after{
	filter:brightness(100);
}


#footer-info {
	background-color: #336249;
	color: #A9E5BD;
	padding: 130px 0 60px 0;
}

#footer-logo {
	margin-bottom: 100px;
}

#footer-logo a {
	display: flex;
}

#footer-logo span {
	background-color: #A9E5BD;
	border-radius: 24px;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1;
	display: inline-block;
	color: #336249;
	font-family: 'brandon_textmedium';
}

#footer-nav ul{
	padding:0;
	margin:0;
}

#footer-nav ul li{
	list-style: none;
	margin-bottom:20px;
}

#footer-nav ul li:last-child{
	margin-bottom:0;
}

#footer-nav ul li a{
	color:#A9E5BD;
	position: relative;
	font-family: 'brandon_textmedium';
}

#footer-nav ul li a:after{
	width:0;
	content:'';
	height:2px;
	position: absolute;
	bottom:-2px;
	left:0;
	background:#A9E5BD;
	transition: all 0.25s ease;
}

#footer-nav ul li a:hover:after{
	width:100%;
}

#footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#footer-col2 {
	width: 60%;
}

#footer-col1 {
	width: 30%;
}

#footer-partners {
	display: flex;
	align-items: center;
}

#partners-desc h3{
	font-family: 'brandon_textmedium';
	margin-bottom:25px;
	font-size:22px;
	line-height:24px;
}

#partners-desc {
	border-left: 1px solid #A9E5BD;
	padding-left: 60px;
	box-sizing: border-box;
	margin-left: 60px;
	font-family: 'brandon_textlight';
}

#copyright-wrapper {
	margin-top: 120px;
	width: 60%;
	display: flex;
	position: relative;
	left: 40%;
	font-size: 14px;
	line-height: 1;
	justify-content: space-between;
}

#footer-info a{
	color:#A9E5BD;
}

#copyright-wrapper a{
	text-decoration: underline;
}

#copyright-wrapper a:hover{
	text-decoration: none;
}



.form-wrapper {
	background-color: #fff;
	border-radius: 58px;
	padding: 90px;
	box-sizing: border-box;
}

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

.form-title h3 {
	margin-bottom: 80px;
}

.form-type-selector {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;	
}

.form-type-selector .btn-wrapper{
	margin-left:50px;
}

.form-type-selector .btn-wrapper:first-child{
	margin-left:0;
}

.btn.btn-type3 {
	background-color: #A9E5BD;
	border:2px solid #A9E5BD;
	color:#336249;
	position: relative;
	padding:30px 60px 30px 30px;
	transition:all 0.25s linear;
}

.btn.btn-type3::after {
	content: '\e5e1';
	font-family: Material Symbols Outlined;
	position: absolute;
	right: 20px;
	top: 31px;
}

.btn.btn-type3:hover{
	background-color: #336249;
	border:2px solid #336249;	
	color:#fff;
}

.right-btn-align{
	text-align:right;
}


.form-wrapper {
    max-height: 0;
    opacity: 0;
	padding:0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;

}

.form-wrapper.is-active {
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0);
	padding:90px;
	margin-top:30px;	
}

@media only screen and (min-width:1900px) {
	.form-wrapper.is-active {
		margin-top:130px;	
	}
}

.btn.is-selected,
.js-answer.selected{
	background-color: #336249;
	border:2px solid #336249;	
	color:#fff;
}

.letter-resultats{
	display: flex;
	flex-flow:wrap;
}

.form-result-note-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-result-note {
	margin-bottom: 0;
	width: 34%;
	font-size: 24px;
	line-height: 28px;
}

.letter-resultats {
	display: flex;
	margin-bottom: 60px;
}

.letter-resultats span{
	background: #A9E5BD;
	width: 90px;
	height: 90px;
	font-size: 44px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	margin-right: 20px;
	margin-bottom:20px;
}

.question-counter.js-question-counter{
	background: #A9E5BD;
	width: 90px;
	height: 90px;
	font-size: 44px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
	margin-right: 50px;	
}


.form-title.left-align h3 {
	margin-bottom: 0;
	width: calc(100% - 140px);
}


.final-form-title,
.form-title.left-align{
	margin-bottom:60px
}


.product-category-item.is-highlighted .product-category-letter,
.product-category-item.is-highlighted .product-category-title{
	background-color: #361F0C;
	color: #fff;
}

.form-title.left-align {
	text-align: left;
	display: flex;
	align-items:center;
}

.form-answers {
	display: flex;
	margin-bottom: 80px;
	margin-left:140px;
}

.form-answers .btn-wrapper:last-child{
	margin-left:50px;
}


.form-progress-top span {
	position: relative;
	transition: all 0.25s linear;
	margin-left: -34px;
	font-size: 22px;
	font-family: brandon_textmedium;
	left: 97%;
}


.form-progress {
	margin-bottom: 24px;
}

.form-progress-top {
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

.form-progress-bar {
	width: 100%;
	height: 30px;
	background: #F7F0E7;
	border-radius: 25px;
	overflow: hidden;
}

.form-progress-fill {
	display: block;
	height: 100%;
	width: 0%;
	background: #A9E5BD;
	border-radius: 25px;
	transition: width 0.4s ease;
	position: relative;
}

.form-progress-fill.js-progress-fill:before{
	position: absolute;
	width:29px;
	height:29px;
	border-radius:50%;
	background:#336249;
	content:'';
	right:0;
}

#form-section {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9900;
	display: flex;
	/*align-items: center;*/
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear;
}

#form-section.form-active{
	opacity: 1;
	visibility: visible;
}

#form-section:before{
	content:'';
	background:#F7F0E7;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.close-form {
	background-image: url(assets/images/plus.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	right: -40px;
	top: -40px;
	transform: rotate(45deg);
	float: right;
}

.form-progress-start {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	line-height: 1;
	font-family: brandon_textmedium;
	margin-top: 20px;
}

.form-step-start .form-progress-fill {
	width: 29px;
}

#partners-desc{
	width:70%;
}

#partners-logo {
	width: 20%;
}
	

#menu-toggle,#mobile-logos {
	display:none;
}

@media only screen and (max-width: 1399px) {
	
	.post-text h3 br{
		display: none;
	}
	
	#menu-toggle {
		width: 40px;
		height: 20px;
		position: relative;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

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

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

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

	#menu-toggle.active span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 10px;
	}	
	#masthead {
		transition:inherit;
		background-color: #fff !important;
		border-radius: 0 0 32px 32px;
		border: inherit !important;
	}
	
	.container{
		width:calc(100% - 60px);
	}
	
	#header-flex {
		padding: 30px 10px;
	}	
	
	#masthead.fixed #header-flex {
		padding: 30px 10px;
	}
	
	#main-nav {
		position: fixed;
		background-color: #336249;
		left: 0;
		top: 100px;
		width: 100%;
		color: #fff;
		height: calc(100vh - 100px);
		z-index: 1;
		padding: 50px 30px 40px 30px;
		opacity: 0;
		visibility: hidden;	
		transition:all 0.25s linear;
		box-sizing: border-box;
	}
	
	#masthead.menu-active{
		border-radius:0;
	}
	
	#masthead.menu-active #main-nav{
		opacity: 1;
		visibility: visible;			
	}
	
	#main-nav ul li {
		margin-bottom: 25px;
	}
	
	#mobile-logos {
		display: block;
		border-top: 1px solid #A9E5BD;
		padding-top: 60px;
		margin-top: 30px;
	}	
	
	#mobile-logos div {
		margin-bottom: 40px;
	}	
	
	#menu-main-menu {
		flex-direction: column;
	}	
	
	#main-nav ul li a {
		color: #A9E5BD;
	}	
	
	#home-hero-content br {
		display: none;
	}	
	
	.intro-text {
		max-width: 100%;
	}	
	
	.row-flex {
		flex-direction: column-reverse;
	}	
	
	.col-text {
		width: 100% !important;
	}	
	
	.section-top-padding {
		padding-top: 90px;
	}	
	
	.section-bottom-padding {
		padding-bottom: 90px;
	}	
	
	.col-image-main {
		height: 500px;
		border-radius: 50px;
	}	
	
	.col-image {
		width: 70% !important;
		margin-bottom: 120px;
	}	
	
	.col-image-desc {
		background-image: url(assets/images/image-desc-bg.svg);
		background-repeat: no-repeat;
		width: 180px;
		height: 180px;
		padding: 30px;
		bottom: -70px;
		right: 13%;
		left:inherit;
		background-size: 100%;
		font-size: 15px;
		line-height: 20px;
	}	
	
	.col-text.section-bottom-padding,.section-bottom-padding-small {
		padding-bottom: 0;
	}	
	
	.col-text.section-top-padding,.section-top-padding-small {
		padding-top: 0;
	}	
	
	.product-item {
		width: calc(33.333% - 14px);
		margin-right: 20px;
	}
	
	.product-item:nth-child(3n){
		margin-right:0;
	}
	
	.product-category-letter {
		width: 100px;
	}
	
	.product-category-title {
		padding: 17px 90px 17px 35px;
		width: calc(100% - 120px);
	}	
	
	.product-cat-col1,.product-cat-col2,.product-cat-col3,.product-cat-col4,.product-cat-col5 {
		width: 100%;
		margin-right: 0;
	}	

	.product-cat-col1, .product-cat-col2, .product-cat-col3, .product-cat-col4 {
		margin-bottom: 50px;
	}	
	
	.product-cat-col-title {
		padding-bottom: 17px;
		margin-bottom: 20px;
		min-height: auto;
	}	
	
	.row-flex.reverse-flex {
		flex-direction: column-reverse;
	}	
	
	#section-conseil-first .col-image-desc {
		left: inherit;
		top: inherit;
		bottom: -80px;
		right: 10%;
	}	
	
	#section-conseil-first{
		margin-top:0;
	}
	
	#section-conseil-second .col-image-desc {
		left: inherit;
		bottom: -80px;
		right: 15%;
	}	
	
	#section-conseil-second .col-image-desc img {
		max-width: 70%;
	}	
	
	#section-tips {
		padding-top: 0;
	}	
	
	.row-flex-v2 {
		flex-direction: column;
	}	
	
	.col-2 {
		width: 100%;
	}	
	
	.tips-item .btn-wrapper.top-padding-50 {
		padding-top: 0;
	}	
	
	.col-2 .btn-wrapper {
		margin-bottom: 40px;
	}	
	
	#footer-flex {
		align-items: inherit;
		flex-direction: column;
		justify-content: inherit;
	}	
	
	#footer-col1 {
		width: 100%;
		margin-bottom: 60px;
	}	
	
	#footer-col2 {
		width: 100%;
	}	
	
	#copyright-wrapper {
		margin-top: 90px;
		width: 100%;
		left: 0;
	}	
	
	.form-wrapper{
		border-radius:32px;
	}
	
	.form-wrapper.is-active {
		padding: 30px;
	}	
	
	.close-form {
		background-size: 15px auto;
		width: 30px;
		height: 30px;
		right: 0;
		top: -15px;
	}	
	
	.form-title h3 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 30px;
		margin-top: 30px;
	}	
	
	.form-type-selector {
		margin-bottom: 40px;
	}	
	
	.form-wrapper .btn {
		padding: 20px 15px;
		border-radius: 20px;
	}
	
	.form-wrapper  .btn-wrapper {
		margin-left: 25px;
	}	
	
	.form-wrapper  .btn.btn-type3 {
		padding: 23px 60px 23px 30px;
	}	
	
	.form-progress-start {
		font-size: 16px;
		margin-top: 10px;
	}	
	
	.question-counter.js-question-counter {
		width: 60px;
		height: 60px;
		font-size: 23px;
		border-radius: 15px;
		margin-right:25px;
	}	
	
	.form-wrapper.form-type .form-title h3{
		margin-top:0;
	}
	
	.form-answers {
		margin-bottom: 40px;
		margin-left: 55px;
	}	
	
	.form-wrapper .btn.btn-type3::after {
		top: 24px;
	}	
	
	.form-answers .btn-wrapper:last-child {
		margin-left: 25px;
	}	
	
	.form-progress-top span {
		left: 89%;
	}	
	
	.form-result-note-flex {
		display: block;
	}	
	
	.form-result-note {
		margin-bottom: 30px;
		width: 100%;
		font-size: 22px;
		line-height: 26px;
	}	
	
	.final-form-title, .form-title.left-align {
		margin-bottom: 40px;
	}	
	
	
	.letter-resultats span {
		width: 60px;
		height: 60px;
		font-size: 23px;
		border-radius: 20px;
	}
	
	#mobile-logos img {
		max-height: 60px;
	}
	
	#section-tips .row-flex-v2 {
		padding:0;
	}	
	
}

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

#mobile-banner{
	display: none;
}

@media only screen and (max-width: 767px) {
	.product-cat-col-title br{
		display: none;
	}
	
	.form-progress-bar {
		height: 20px;
	}	
	
	.form-progress-fill.js-progress-fill::before {
		width: 20px;
		height: 20px;
	}	
	
	.question-counter.js-question-counter {
		display: none;
	}	
	
	.form-title.left-align h3 {
		width: 100%;
	}	
	
	.tips-title {
		margin-bottom: 30px;
	}
	
	.tips-item {
		margin-bottom: 30px;
	}
	
	.product-item {
		width: calc(33.333% - 7px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#hero .container:before{
		display: none;
	}
	
	#partners-desc{
		width:100%;
	}
	
	#partners-logo {
		width: 100%;
	}
	
	
	#mobile-banner{
		display:block;
	}
	
	#hero .container {
		border-radius: 0;
		background: none !important;
	}	
	
	#home-hero-content {
		padding: 40px 0 0 0;
	}	
	
	.container{
		width:calc(100% - 30px);
	}
	
	#header-flex {
		padding: 20px 10px;
	}	
	
	#masthead.fixed #header-flex {
		padding: 20px 10px;
	}	
	
	#header-logo img {
		max-width: 150px;
	}	
	
	#header-logo span {
		padding: 9px 20px;
		font-size: 18px;
	}	
	
	h1 {
		line-height: 43px;
		font-size: 40px;
		margin-bottom: 15px;
	}	
	
	.section-top-padding {
		padding-top: 70px;
	}
	
	.section-bottom-padding {
		padding-bottom: 70px;
	}
	
	.intro-text {
		line-height: 32px;
		font-size: 28px;
	}	
	
	.col-image {
		width: 100% !important;
	}	
	
	h2 {
		line-height: 42px;
		font-size: 40px;
	}	
	
	h3 {
		line-height: 32px;
		font-size: 28px;
	}		
	
	.product-item-title h3 {
		font-size: 14px;
		line-height: 17px;
	}	
	
	.product-item-icon {
		width: 70px;
		height: 52px;
	}	
	
	.product-item {
		padding: 25px 15px;
		border-radius: 32px;
		min-height: 250px;
	}	

	.product-item::after {
		bottom: 15px;
		right: 16px;
		width: 30px;
		height: 30px;
		background-size: 50%;
		font-size:30px;
	}	
	
	.btn {
		border-radius: 28px;
		padding: 22px 25px;
		line-height:24px;
	}	
	
	.product-title-wrapper,.product-category-title h3 {
		font-size: 30px;
		line-height: 1;
	}	
	
	.category-title {
		font-size: 18px;
		line-height: 20px;
	}	
	
	.product-category-title {
		padding: 11px 55px 11px 20px;
		flex-direction: column;
		display: flex;
		justify-content: center;	
		border-radius:50px;
		min-height:65px;
		width: calc(100% - 75px);
	}
	
	.product-category-item {
		margin-bottom: 15px;
	}	
	
	.product-category-item.active .product-category-title {
		padding: 30px 25px;
	}	
	
	.product-category-letter span{
		top:0;
		margin:auto;
		bottom:0;
	}
	
	.product-category-item.active .product-category-letter span{
		bottom:inherit;
		top:inherit;
		margin:inherit;
	}
	
	.category-title::after {
		width: 30px;
		height: 30px;
		right: 20px;
		top: calc(50% - 15px);
		font-size:30px;
	}	
	
	.close-product-content{
		width: 30px;
		height: 30px;
		right: 20px		
	}

	.close-product-content::before {
		background-size: 15px auto;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.product-category-letter {
		border-radius: 50%;
		min-height: 65px;
		width: 65px;
	}
	
	.product-category-item.active .product-category-letter{
		border-radius:32px;
	}
	
	body{
		font-size:18px;
		line-height:20px;
	}
	
	#footer-partners {
		flex-direction: column;
		align-items: inherit;
		border-top: 1px solid #A9E5BD;
		padding-top: 60px;
	}
	
	#partners-logo {
		margin-bottom: 40px;
	}	
	
	#partners-desc {
		border-left: inherit;
		padding-left: 0;
		box-sizing: border-box;
		margin-left: 0;
		font-size:16px;
	}	
	
	#partners-desc h3 {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 21px;
	}	
	
	#copyright-wrapper {
		flex-direction: column;
	}	
	
	#copyright {
		margin-bottom: 20px;
	}	
	
	#footer-info {
		padding: 90px 0 45px 0;
	}	
	
	.form-type-selector {
		flex-direction: column;
	}	
	
	.form-wrapper .btn-wrapper {
		margin-left: 0;
		margin-bottom: 15px;
		width: 100%;
	}	
	
	.form-wrapper .btn {
		display: block;
		text-align: center;
	}	
	
	.form-title h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 25px;
		margin-top: 30px;
		text-align: left;
	}	
	
	.form-answers {
		margin-bottom: 20px;
		margin-left: 0;
	}	
	
	.form-progress-top span{
		font-size:18px;
	}

	.letter-resultats {
		margin-bottom: 40px;
	}	
	
	.form-result-note {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 23px;
	}	
	
	#main-nav {
		top: 65px;
		height:calc(100vh - 76px)
	}
	
	.product-item-icon{
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 500px) {
	.product-item {
		min-height: 230px;
		padding:25px 15px 40px 15px;
	}
	
	.product-title-wrapper, .product-category-title h3 {
		font-size: 16px;
	}	
}
