/*
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;
}
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"] {
	background-color: #021AA2;
	background-image: url(assets/images/send.svg);
	background-repeat: no-repeat;
	background-size: 15px 12px;
	color: #ffff;
	font-weight: 700;
	line-height: 1;
	padding: 24px 60px 24px 32px;
	border: none;
	cursor: pointer;
	transition: all 0.25s linear;
	background-position: calc(100% - 25px);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #DCE3EA;
	color: #021AA2;
}

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,
input[type="number"]{
	color: #021AA2;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7885CD;
	padding: 15px 0;
	font-style:italic;	
	font-weight:400;
}

*{
	outline:none;
	-webkit-apperance:none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color:#021AA2;	
	height:140px;
	resize:none;
	font-style:italic;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
		color: #7885CD;
}
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #7885CD;
	opacity:1;	
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
 	color: #7885CD;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  	color: #7885CD;
	opacity:1;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color:#021AA2;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: arial, serif;
}
h1 {
	font-weight: 400;
	font-size: 64px;
	line-height: 74px;
	letter-spacing: -1.5px;
	color: #021AA2;
	margin-bottom:35px;
}

h2,.h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -1.25px;
	color: #021AA2;
	margin-bottom:35px;
}
h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #021AA2;
	margin-bottom:20px;
}
h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom:10px;
}
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-weight: bold;
}
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: #021AA2;
  -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: 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:90%;
	margin:0 auto;
}

/*Header*/
#masthead {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 800;
	padding: 35px 0;  
	background-color:#fff;
	transition: all 0.25s linear;
	
}

#masthead.fixed{
	padding: 10px 0;
}


.home #masthead{
	background:none;

}

.home #masthead.fixed{
	background:#fff;	
}

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

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

#main-menu ul li{
	list-style:none;
	display:inline-block;
	vertical-align: top;
	margin-right:30px;
}

#main-menu ul li:last-child{
	margin-right:0;
}

#main-menu ul li a,
#masthead.fixed #main-menu ul li a{
	position: relative;
	color: #021AA2;
}

#main-menu ul li a:after {
	content: '';
	background: #166FFF;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -8px;
	transition: all 0.25s linear;
	left: 0;
}

#main-menu ul li a:hover:after,
#main-menu ul li.current_page_item  a:after{
	width:100%;	
}

.phone-btn a, #masthead.fixed .phone-btn a {
	background: #021AA2;
	color: #fff;
	font-weight: 700;
	padding: 35px 40px 35px 33px;
	letter-spacing: 0.5px;
	transition: all 0.25s linear;
	display: inline-block;
	line-height: 0;
}

.phone-btn a:before,
#masthead.fixed .phone-btn a:before{
	content: '\e0b0';
	font-family: 'Material Symbols Outlined';
	font-weight: 500;
	color: #166FFF;
	position: relative;
	top: 4px;
	margin-right: 2px;
	font-size: 20px;
	transition: all 0.25s linear;
}

.phone-btn a:hover,
#masthead.fixed .phone-btn a:hover{
	background: #DCE3EA;
	color: #021AA2;	
}

.phone-btn a:hover:before,
#masthead.fixed .phone-btn a:hover:before{
	color: #021AA2;	
}


.slider-item {
	color: #fff;
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slider-item:before{
	background: rgba(2,26,162,0.2);
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left:0;
}

.slider-item .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
}

.slider-content {
	max-width: 670px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.35px;
}

.slider-content h1,
.slider-content h2,
.slider-content h3{
	color:#fff;
}

.slider-content p,
.slider-content li{
	opacity: 0.8;	
}

#home-slider {
	position: relative;
}

.slick-dots {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
}

.slick-dots li{
	float:left;
	list-style:none;
	margin-right:8px;
}

.slick-dots li button {
	background: none;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	padding: 0;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	transition: all 0.25s linear;
	box-shadow: none;
}

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

.home #logo {
	/*filter: grayscale(100) brightness(100);*/
	transition: all 0.25s linear;
}

#masthead.fixed #logo {
	filter: inherit;	
}


.home #main-menu ul li a{
	color: #fff;
}

#home-slider-mask {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.home .phone-btn a {
	background: #DCE3EA;
	color: #021AA2;
}

.home .phone-btn a:hover{
	background: #166FFF;
	color: #fff;	
}

.home .phone-btn a:hover:before{
	color: #fff;	
}

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

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

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

.teaser-desc {
	max-width: 80%;
	margin: 0 auto;
	padding-bottom: 35px;
}

.teaser-desc  h1 em{
	font-style:normal;
	color:#166FFF;
}

#teaser-wrap {
	display: flex;
	flex-flow:wrap ;
}

.teaser-item {
	background-color: #DCE3EA;
	width: 32.3%;
	margin-right: 1.5%;
	padding: 40px 90px 40px 48px;
	box-sizing: border-box;
}

.teaser-item:last-child{
	margin-right: 0;
}

.teaser-icon {
	width: 64px;
	height: 64px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.teaser-item p{
	margin-bottom:5px;
}

.cta .cta-inside {
	padding: 230px 140px;
	box-sizing: border-box;
	background-size: cover;
}

.cta-desc {
	width:54%;
	letter-spacing: -0.5px;
	font-size: 32px;
	line-height: 36px;	
}

.top-row-title h2{
	margin-bottom:0;
}
.top-row-title h2 em{
	font-style:normal;
	color:#166FFF;
}

.top-row-desc {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}

.top-row-title, .top-row-text {
	width: 33%;
}

.top-row-text p{
	margin-bottom:0;
}

.top-row-desc {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#teaser-wrap2 {
	display: flex;
	flex-flow: wrap;
}

.teaser2-item {
	width: 32.3%;
	margin-right: 1.5%;
	padding: 40px 90px 40px 48px;
	box-sizing: border-box;
	background-color:#DFE5EC;
	position: relative;
	min-height:430px;
	overflow:hidden;
}

.teaser2-text {
	position: relative;
	z-index: 2;
	margin-bottom: 150px;
}

.teaser2-item:last-child {
	margin-right: 0;
}

.teaser2-bg {
	position: absolute;
	bottom: -30px;
	right: -30px;
	max-width: 300px;
	transition: all 0.25s linear;
}

.teaser2-item:hover .teaser2-bg {
	transform:scale(1.05);
}

.teaser2-item:hover .arrow-more {
	transform: rotate(90deg);
}

.teaser2-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #021AA2;
}

.arrow-more {
	width: 64px;
	height: 64px;
	background-image:url(assets/images/arrow.svg);
	background-repeat:no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	transition: all 0.25s linear;	
	bottom: 40px;
}

#rotate-message {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.marquee-content {
  white-space: nowrap;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.25px;
  color: #021AA2;
}

.marquee-content em {
  color: #166FFF;
  font-style: normal;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.home-section4{
	padding-bottom:130px;
}

.home-section5 {
	background-color: #021AA2;
	color: #fff;
}

.home-section5 h1,.home-section5 h2,.home-section5 h3, .home-section5 h4{
	color:#fff;
}

#section5-intro {
	width: 35%;
	margin-bottom: 50px;
	color: #D2D9FF;
}

.etape-item {
	display: flex;
	justify-content: space-between;
	padding: 55px 0;
	border-top: 1px solid #495DCB;
}

.etape-count {
	width: 40%;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.75px;
}

.etape-content {
	width: 44%;
	color: #D2D9FF;
}

#etape-latest {
	border-top: 1px solid #495DCB;
	padding: 55px 0 0 0;
	display: flex;
	justify-content: space-between;
}

#etape-latest .h2{
	color:#fff;
}

#etape-left{
	width: 40%;
}

#etape-right{
	width: 44%;
}

#etape-right a{
	color:#fff;
}

#etape-right a:before {
	content: '\e0b0';
	font-family: 'Material Symbols Outlined';
	font-weight: 500;
	color: #166FFF;
	position: relative;
	top: 4px;
	margin-right: 2px;
}

.quote-section h2 em{
	font-style:normal;
	color:#166FFF;
}

.quote-item {
	background: #DCE3EA;
	padding: 48px;
	box-sizing: border-box;
	margin-right: 20px;
	position: relative;
}

#quote-carousel .slick-slide {
	height: auto;
}

#quote-carousel .slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}

.quote-author {
	font-weight: 600;
}

.quote-team {
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
}

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

.quote-text:before{
	content:'';
	background-image:url(assets/images/stars.svg);
	width:136px;
	height:24px;
	background-repeat: no-repeat;
	background-size:100%;
	display:block;
	margin-bottom: 20px;
}

.quote-bottom {
	position: absolute;
	bottom: 50px;
}

#quote-carousel {
	padding-top: 30px;
}

.cta2-section {
	padding: 400px 0 120px 0;
	color: #fff;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	position: relative;
}

.cta2-section:before{
	background: linear-gradient(90deg, rgba(0,8,53,0.8743698162858894) 0%, rgba(255,255,255,0) 51%);
	content:'';
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

.page-id-2541 .cta2-section:before, .page-id-2836 .cta2-section:before{
	display:none;
}

.page-id-2541 .cta2-section,
.page-id-2541 .cta2-content .h2{
	color:#021AA2;
}


.page-id-2541 .cta2-content .phone-btn a {
	background: #021AA2;
	color: #fff;
	font-weight: 700;
	padding: 35px 40px 35px 33px;
	letter-spacing: 0.5px;
	transition: all 0.25s linear;
	display: inline-block;
	line-height: 0;
}


.page-id-2541 .cta2-content .phone-btn a:hover{
	background: #DCE3EA;
	color: #021AA2;	
}


.cta2-content .h2 {
	color: #fff;
}

.cta2-content {
	max-width: 580px;
	position: relative;
}

#main-page {
	margin-top: 235px;
}

#page-banner {
	background-color: #021AA2;
	/*background-image: url(assets/images/banner-mask.svg);*/
	color: #D2D9FF;
	min-height: 600px;
	padding: 50px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	background-size: cover;
	background-position: right center;
	width: 95%;
	margin: 0 auto;
}

#banner-content {
	max-width: 800px;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.35px;
}

#banner-content h1{
	color:#fff;
}

#banner-img {
	max-width: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#product-desc-flex {
	display: flex;
	justify-content: space-between;
}

#product-desc-content {
	width: 36%;
}

#product-desc-image img {
	max-width: 100%;
	max-height: 750px;
}

#product-desc-image {
	width: 47%;
}

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

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

#product-btns {
	display: flex;
	align-items: center;
	padding-top: 20px;
}

#product-btns .phone-btn{
	margin-right:40px;
}


.col-half-intro{
	width: 35%;
	margin-bottom: 60px;
}
.page-id-2540 .col-half-intro, .page-id-2835 .col-half-intro
{
	width: 100%;
	margin-bottom: 60px;
}

.col-half-intro h2 em, .page-id-2540 .col-half-intro h2 em,
#product-related-content h2 em{
	font-style:normal;
	color:#166FFF;
}

#product-description {
	padding-bottom: 100px;
}

.product-main-wrapper {
	display: flex;
	flex-flow: wrap;
}


.product-item {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom:60px;
}

.product-item:nth-child(4n){
	margin-right:0;
}

.product-item:hover .url-type1 span:after{
	transform: rotate(44deg);
}
.product-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition:all 0.25s linear;
	height: 100%;
}

.product-image-main-wrapper{
	border: 1px solid #dce3ea;
	transition:all 0.25s linear;
	margin-bottom: 30px;
	height: 349px;	
	overflow: hidden;
}

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

.product-item-title h3{
	letter-spacing: -0.75px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;	
	margin-bottom:20px;
}


.product-item-desc {
	margin-bottom: 30px;
}

.product-item .url-type1 {
	font-weight: 700;
}

.product-item.custom-item {
	/*background-image: url(assets/images/mask-product-v2.svg);*/
	background-color: #021AA2;
	color: #D2D9FF;
	height: 351px;
	flex-direction: column;
	justify-content: center;
	padding: 30px 70px 30px 40px;
	box-sizing: border-box;
	background-size: 50% 100%;
	background-position: 100% -20px;
	background-repeat: no-repeat;
	display: none;
	margin-right: 0;
}

.product-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #021AA2;
}

.product-item.custom-item h4{
	letter-spacing: -1.25px;
	font-weight: 400;
	font-size: 44px;
	line-height: 47px;
	color:#fff;
	margin-bottom:30px;
}

.product-item.custom-item .url-type1 a,
.product-item.custom-item .url-type1 span{
	color:#fff;
}

.product-item.custom-item .url-type1 a:after,
.product-item.custom-item .url-type1 span:after{
	filter: grayscale(100) brightness(100);
}

.product-item.custom-item.product-one-item {
	display: flex;
	width: 74.7%;
	background-position: right;
}

.product-item.custom-item.product-two-items {
	display: flex;
	width: 49.4%;
	padding-right:15%;
}

.product-item.custom-item.product-three-items{
	display: flex;
}

#product-gallery {
	background-color: #DCE3EA;
}

.masonry-item.hidden {
	display: none;
}

#product-gallery-main .masonry-item {
	width: 24%;
	margin-right:1%;
	margin-bottom:1%;
}

#product-gallery-main .masonry-item img{
	width:100%;
	transition: all 0.25s linear;
}

#product-gallery-main .masonry-item:hover img{
	transform:scale(0.98);
}


#load-more {
	text-align: center;
	margin-top: 60px;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.25s linear;
}

#load-more:hover{
	color:#166FFF;
}

#load-more:after {
	width: 18px;
	height: 18px;
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	display: inline-block;
	background-size: 100%;
	vertical-align: middle;
	transform: rotate(135deg);
	margin-left: 5px;
	filter: brightness(0) saturate(100%) invert(31%) sepia(87%) saturate(3299%) hue-rotate(211deg) brightness(103%) contrast(102%);
}

.fancybox__container  button{
	border:none;
	box-shadow:none !important;
	background: none !important;
}

.carousel__button.fancybox__button--zoom,
.carousel__button.fancybox__button--slideshow,
.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--thumbs{
	display: none;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
	border-color:#DCE3EA;
	border-radius: 0;
}

#product-related-flex {
	display: flex;
	justify-content: space-between;
}

#product-related-content {
	max-width: 25%;
}

#product-related-cta {
	width: 67%;
	display: flex;
	justify-content: space-between;
}

#product-related-cta .teaser2-item {
	width: 49%;
}

.phone-btn.grey-btn a {
	background: #DCE3EA;
	color: #021AA2;
}

.phone-btn.grey-btn a:hover{
	background: #FFDC22;
	color: #021AA2;
}

.phone-btn.grey-btn a:hover:before{
	color: #166FFF;
}


#contact-address,#contact-phone  {
	margin-bottom: 30px;
}

#contact-address a {
	color: #021AA2;
	text-decoration: underline;
}

#contact-phone a{
	color: #021AA2;
	letter-spacing: -0.5px;
	font-size: 32px;
	line-height: 36px;	
}

#contact-email a{
	color: #021AA2;
	text-decoration: underline;	
}

#contact-email a:hover,
#contact-address a:hover{
	text-decoration: none;	
}

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

#contact-left, #contact-right {
	width: 45%;
}

#contact-right .wpcf7-form  label{
	display:block;
	font-weight:700;
	margin-bottom: 5px;
}

.contact-col-full{
	margin-bottom:30px;
}

.contact-col-full,
.contact-col-full input,
.contact-col-full textarea{
	width:100%;
	box-sizing:border-box;
}

.wpcf7-spinner {
	display: block;
}


#contact-right .wpcf7-form .wpcf7-submit {
	float: right;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.contact-section2 {
	background-color: #021AA2;
	color: #fff;
}

.cta2-section.contact-cta-section{
	background-image:url(assets/images/contact-cta-v2.jpg)
}

.cta2-section.contact-cta-section .h2{
	color:#021AA2;
}

.cta2-section.contact-cta-section .h2 em{
	color:#166FFF;
	font-style: normal;
}

.cta2-section.contact-cta-section:before{
	display:none;
}

.contact-section2  .top-row-title h2,
.contact-section2  .top-row-title h2 em{
	color:#FFF !important;
}

#contact-right .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 0;
	width: 100%;
	clear: both;
	float: left;
	box-sizing: border-box;
}

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

#footer-logos {
	width: 15%;
	position: relative;
	top:-37px;
}

#footer-contact {
	width: 15%;
}

#footer-menu {
	width: 15%;
}

#footer-questions {
	width: 24%;
}

.site-footer {
	padding: 120px 0;
}

.site-footer a,
#copyright a{
	text-decoration:underline;
	color: #021AA2;
}

.site-footer a:hover,
#copyright a:hover{
	text-decoration:none;
}

#footer-address {
	margin-bottom: 40px;
}

.footer-logo {
	margin-bottom: 20px;
}

#footer-social span,
#footer-phone span,
#footer-email span{
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
}

#footer-social img {
	vertical-align: top;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7486%) hue-rotate(240deg) brightness(63%) contrast(105%);
}

#footer-phone, #footer-email {
	margin-bottom: 12px;
}

#footer-menu > strong {
	display: block;
	margin-bottom: 15px;
}

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

#footer-menu ul li{
	list-style: none;
	margin-bottom:10px;
}

#footer-questions h4 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.75px;
	margin-bottom: 20px;
}

.url-type1 a,
.url-type1 span{
	text-decoration: none;
	position: relative;
	color: #021AA2;	
	font-weight:700;
}

.url-type1 a:after,
.url-type1 span:after{
	width: 18px;
	height: 18px;
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	display: inline-block;
	background-size: 100%;
	vertical-align: middle;
	filter: brightness(0) saturate(100%) invert(31%) sepia(87%) saturate(3299%) hue-rotate(211deg) brightness(103%) contrast(102%);
	transition: all 0.25s linear;
}

.url-type1 a:hover:after,
.url-type1 span:hover:after{
	transform: rotate(45deg);
}

#copyright {
	border-top: 1px solid #495DCB;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1700px) {
	.container {
		width: 100%;
		padding:0 40px;
		box-sizing: border-box;
	}	
}

.show-on-responsive{
	display:none;
}


@media only screen and (max-width: 1320px) {
	.container {
		padding: 0;
		width: calc(100% - 48px);
	}	
	
	#page-banner {
		width: calc(100% - 48px);
	}
	
	#main-menu {
		display: none;
		position: fixed;
		height: 100vh;
		background-color: #021AA2;
		top: 0;
		left: 0;
		width: 100%;
		/*background-image: url(assets/images/menu-mask.svg);
		background-repeat: no-repeat;
		background-position: bottom left;*/
	}

	#main-menu ul {
		padding: 100px 20px 0 20px;
	}
	
	#main-menu ul li {
		display: block;
		margin-right: 0;
		text-align: right;
		margin-bottom: 30px;
	}	
	
	#main-menu ul li a{
		color: #808CD1 !important;
		font-size: 40px;
		line-height: 48px;
		display:inline;
	}
	
	#main-menu ul li.current_page_item a{
		color: #fff !important;
	}
	
	.product-item.custom-item {
		background-image: none;
	}
	
	#main-menu ul li a::after {
		display:none;
	}
	
	#header-flex .phone-btn {
		display: none;
	}	
	
	#logo img {
		width: 120px;
	}	
	
	#masthead {
		padding: 15px 0 !important;
		position: absolute;
		background: none !important;
	}
	
	#home-slider-mask {
		display: none;
	}
	
	.show-on-responsive{
		display:block !important;
	}	
	
	#header-flex .phone-btn.show-on-responsive {
		float: right;
		margin-top: 50px;
	}	
	
	#header-flex .phone-btn.show-on-responsive a {
		padding: 0 20px 0 0;
		font-size:24px;
		color:#fff !important;
		background: none !important;
	}	
	
	#header-flex .phone-btn.show-on-responsive a:before{
		color:#166FFF !important;
	}
	
	#mobile-logo img {
		filter: invert(100) brightness(100);
		width: 130px;
		position: relative;
		top: 15px;
		left: 10px;
	}
	
	#main-menu ul {
		padding: 60px 20px 0 20px;
	}	
	
	#mobile-open, .home #masthead.fixed #mobile-open {
		background-color: #021AA2;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		transition: all 0.25s linear;
		position: fixed;
		top: 20px;
		right: 20px;
	}

	.home #logo {
		/*filter: grayscale(100) brightness(100) !important;*/
	}
	
	#mobile-open:before,
	.home #masthead.fixed #mobile-open:before{
		background-image: url(assets/images/hamburger.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		content: '';
		width: 24px;
		height: 17px;
		position: absolute;
		filter: invert(100) brightness(100);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: all 0.25s linear;
	}
	
	.home #mobile-open:before{
		filter:none;
	}
	
	.home #mobile-open{
		background-color: #fff;
	}
	
	#header-flex {
		align-items: flex-start;
	}	
	
	.slider-item {
		height: 100vh;
	}	
	
	.slider-content {
		max-width: 100%;
		text-align:center;
		padding-top: 200px;
	}	
	
	.slick-dots {
		text-align: center;
		width: 100%;
	}
	
	.slick-dots li {
		float: none;
		display: inline-block;
	}	
	
	.slider-item .container {
		justify-content: flex-start;
	}	
	
	#site-carousel {
		overflow: hidden;
	}	
	
	.section-padding-bottom {
		padding-bottom: 90px;
	}	
	
	.section-padding-top {
		padding-top: 90px;
	}		
	
	#teaser h1,h2,.h2{
		letter-spacing: -1px;
		font-size: 40px;
		line-height: 48px;
	}
	
	.teaser-desc {
		max-width: 100%;
	}	
	
	.teaser-item {
		width: 100%;
		margin-right: 0;
		margin-bottom:16px;
	}	
	
	
	h3{
		letter-spacing: -0.33px;
		font-size: 24px;
		line-height: 30px;		
	}

	.cta .cta-inside {
		padding: 150px 80px;
	}	
	
	.cta-desc {
		width: 46%;
		letter-spacing: -0.35px;
		font-size: 24px;
		line-height: 30px;
	}	
	
	.top-row-desc {
		flex-direction: column;
		align-items: inherit;
	}
	
	.top-row-title h2 {
		margin-bottom: 30px;
	}	
	
	.top-row-title, .top-row-text {
		width: 100%;
	}	
	
	.top-row-desc {
		margin-bottom: 40px;
	}	
	
	.teaser2-item {
		width: 100%;
		margin-right: 0;
		padding: 45px 40px;
		margin-bottom:15px;
	}	
	
	#section5-intro {
		width: 100%;
	}
	
	.etape-count {
		width: 30%;
	}	
	
	.etape-content {
		width: 55%;
	}
	
	#etape-left.h2,#etape-right {
		letter-spacing: -0.35px;
		font-size: 24px;
		line-height: 30px;
	}	
	
	#etape-right {
		width: auto;
	}	
	
	.cta2-section {
		padding: 250px 0 60px 0;
		background-attachment: inherit;
	}	
	
	#footer-flex {
		justify-content: inherit;
		flex-wrap: wrap;
	}	
	
	#footer-logos,#footer-menu  {
		width: 40%;
	}	
	
	#footer-contact,#footer-questions {
		width: 60%;
	}	
	
	.site-footer {
		padding: 90px 0;
	}	
	
	#copyright {
		flex-direction: column;
		text-align: center;
	}	
	
	#copyright-left {
		margin-bottom: 15px;
	}	
	
	#main-page {
		margin-top: 140px;
	}	
	
	#banner-content {
		max-width: 55%;
		font-size: 18px;
		line-height: 23px;
	}	
	
	#banner-img {
		max-width: 300px;
	}	
	
	#product-desc-flex {
		flex-direction: column;
	}	
	
	#product-desc-content {
		width: 100%;
		margin-bottom: 60px;
	}

	#product-desc-image {
		width: 100%;
		text-align: right;
	}
	
	#page-banner {
		min-height: 400px;
	}	
	
	.col-half-intro {
		width: 100%;
	}	
	
	.product-item:nth-child(4n){
		margin-right:0;
	}
	
	.product-item {
		width: 48%;
		margin-right: 2%;
	}	
	
	.product-item-title h3 {
		letter-spacing: -0.35px;
		font-size: 20px;
		line-height: 26px;
	}	
	
	#product-gallery-main .masonry-item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}	
	
	#product-related-flex {
		flex-direction: column;
	}	
	
	#product-related-content {
		max-width: 100%;
		margin-bottom: 30px;
	}	

	#product-related-cta {
		width: 100%;
		flex-direction: column;
	}	
	
	#product-related-cta .teaser2-item {
		width: 100%;
	}	
	
	.contact-flex {
		flex-direction: column;
	}	
	
	#contact-left, #contact-right {
		width: 100%;
	}	
	
	#contact-left {
		margin-bottom: 60px;
	}	
	
	#mobile-open.menu-open-state {
		background-color: #fff !important;
	}	
	
	#mobile-open.menu-open-state:before{
		filter:none !important;
	}
	
	.product-item.custom-item{
		width: 100% !important;
	}	
}


@media only screen and (max-width: 767px) {
	.container {
		padding: 0;
		width: calc(100% - 30px);
	}	
	
	#mobile-logo img{
		width:120px;
	}
	
	#page-banner {
		width: calc(100% - 30px);
		padding: 50px 15px;
	}
	
	h1{
		letter-spacing: -1.5px;
		font-size: 48px;
		line-height: 56px;	
	}
	
	.slider-content {
		font-size: 18px;
		line-height: 24px;
	}	

	.slider-item {
		height: 750px;
	}	
	
	.teaser-item {
		padding: 24px;
	}	

	.cta .cta-inside {
		padding: 40px 24px 200px 24px;
		background-image: url(assets/images/mobile-cta-bg.jpg) !important;
		background-position: bottom;
	}
	
	.cta-desc {
		width:60%;
	}	
	
	.teaser2-item {
		padding: 40px 24px;
		min-height: 350px;
	}	
	
	.arrow-more {
		width: 48px;
		height: 48px;
		background-size: 23px;
	}	
	
	.teaser2-bg {
		max-width: 200px;
	}	

	.marquee {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.25px;
	}	
	
	.home-section4 {
		padding-bottom: 90px;
	}	
	
	.etape-item {
		flex-direction: column;
		padding: 20px 0;
	}	
	
	.etape-count {
		width: 100%;
		margin-bottom: 10px;
	}	
	
	.etape-content {
		width: 100%;
	}	
	
	#etape-latest {
		display: none;
	}	
	
	.quote-item {
		padding: 40px 24px;
		font-size: 18px;
		line-height: 22px;
		margin-right: 0;
	}	
	
	.cta2-section {
		padding: 60px 0 200px 0;
	}	
	
	#footer-logos, #footer-menu {
		width: 100%;
		text-align: center;
	}	
	
	#footer-contact, #footer-questions {
		width: 100%;
		text-align: center;
	}	
	
	#footer-contact {
		margin-bottom: 50px;
	}	
	
	#footer-menu {
		margin-bottom: 50px;
	}	
	
	#copyright-left a {
		display: block;
		margin: 10px 0;
	}	
	
	.hide-on-mobile{
		display:none;
	}
	
	#copyright-left {
		margin-bottom: 0;
	}	
	
	#main-menu ul li a {
		font-size: 24px;
		line-height: 30px;
	}	

	#banner-content {
		max-width: 100%;
		padding-bottom: 200px;
	}	
	
	#page-banner {
		justify-content: inherit;
	}	
	
	#banner-img {
		max-width: 50%;
	}	
	
	#product-btns {
		flex-direction: column;
		align-items: inherit;
	}	
	
	#product-btns .phone-btn {
		margin-right: 0;
		margin-bottom: 40px;
	}	
	
	.product-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;		
	}	
	
}

