:root {
--tempColor1: #1574BF; /* Foncé */
--tempColor2: #007FAD;	/* Normal #00AFEB*/
--tempColor3: #D7FFFD; /* Clair */
--tempColortext: #333333;
--tempBgcolor: #0D4673;
--tempWhite: #ffffff;
--tempBlack: #000000;
--tempCopyright: #0D4673;
--tempTransition: .3s;
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "flaticon_plasticline";
    src: url("fonts/flaticon_plasticline.woff2?b791d4f1fe44a988cc92af13041d5454") format("woff2"),
	url("fonts/flaticon_plasticline.woff?b791d4f1fe44a988cc92af13041d5454") format("woff"),
	url("fonts/flaticon_plasticline.eot?b791d4f1fe44a988cc92af13041d5454#iefix") format("embedded-opentype"),
	url("fonts/flaticon_plasticline.ttf?b791d4f1fe44a988cc92af13041d5454") format("truetype"),
	url("fonts/flaticon_plasticline.svg?b791d4f1fe44a988cc92af13041d5454#flaticon_plasticline") format("svg")
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_plasticline !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-fence:before {
    content: "\f101";
}
.flaticon-medaille:before {
    content: "\f102";
}
.flaticon-livraison-rapide:before {
    content: "\f103";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight:300;
	overflow: hidden;
	font-size:16px;
	color: var(--tempColortext);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body,
button,
input,
select,
textarea {
	font-style: normal;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
*:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
p {
	line-height: 1.3;
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;
	
}
@media(max-width:991px) {
	.accueil.bg-image {
	background-size:cover!important;
	background-position: left center!important;
	}
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	TOPBAR
***********************************************************************/
.topbar {
	background: var(--tempColor1);
	background: linear-gradient(to right, #1574bf 0%,#00abef 100%);
	padding: 0;	
}
.topbar .topbar_title .toptitle {
	font-family: "Fira Sans", sans-serif;
	font-size:24px;
	font-weight: 600;
	letter-spacing:-1px;
	margin:0;
	color: var(--tempWhite);
}
.topbar .topbar_title .conseil {
	text-align:end;
	font-family: "Montserrat", sans-serif;
	font-size:14px;	
	color: var(--tempWhite);
}
.topbar .topbar_title .conseil span {
	font-family: "Fira Sans", sans-serif;
	display:block;
	font-size:24px;
	font-weight: 600;
	color: var(--tempWhite);
}

@media (max-width:767px) {
	.topbar .topbar_title {
	font-size: 18px;
	text-align:center;
	display:block;
	}
	.topbar .topbar_title .d-flex {
	display: block !important;
	}
	.topbar .topbar_title .d-flex .p-2 {
	padding: .25rem !important;
	}
	
}
@media (max-width:576px) {
	.topbar .topbar_title .toptitle {
	font-size: 18px;
	letter-spacing:-.5px;
	}
	.topbar .topbar_title .conseil {
	text-align: center;
	}
}

/***********************************************************************
	HEADER
***********************************************************************/
.navik-header {
	z-index: 3999;
}
.navik-header.sticky {
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
}
.navik-menu ul li > a {
	font-size: 14px;
	font-weight:600;
}
.navik-menu ul ul li > a {
  padding: 14px 15px 14px 30px;
  font-size: 14px;
  font-style: normal;
  text-transform: inherit;
}
.navik-menu ul li.devis > a.btn-outline-devis {
	border-color:#FAD968;
	background: #FAD968;
	color: #1262A0;
	height: 0;
    padding: 20px 15px;
    line-height: 0;
	margin-left: 10px;
}
.navik-menu ul li.devis > a.btn-outline-devis:hover {
	border-color: var(--tempColor2);
	background: var(--tempColor2);
	color: var(--tempWhite);
	height: 0;
    padding: 20px 15px;
    line-height: 0;
}
@media (min-width:1200px) {
	.navik-header.sticky .logo img {
    max-height: 60px;
	}
	.navik-menu.submenu-top-border li > ul {
	border-top: 3px solid var(--tempColor2);
	}
	.navik-menu ul ul li > a::before {
	display:none;
	}
	.navik-menu > ul > li > a {
    padding: 0 15px;
	}
	.navik-menu ul ul li:hover > a {
	padding-left: 35px !important;
	background: var(--tempColor1);
	color: var(--tempWhite)!important;
	}	
	.navik-menu li > ul {
	width: 250px;
	padding: 10px 0;
	}
}
@media (max-width:1199px) {
	.navik-header .logo {
	padding: 10px 0;
	text-align: left;
	}
}
@media (max-width:991px) {
	.navik-header .logo img {
	max-width: 50%;
	}
}
@media (max-width:767px) {
	.navik-header .logo img {
	max-width: 70%;
	}
}

/***********************************************************************
	BREADCRUMB
***********************************************************************/
.content-breadcrumb {
	position:relative;
	background:#f1f1f1;
}
.breadcrumb {
	font-size:14px;
	margin-bottom:0
}
.breadcrumb a {
	color: var(--tempBlack);
	text-decoration:none;
}
.breadcrumb a:hover {
	color: var(--tempColor1);
	text-decoration:underline;
}

/***********************************************************************
	TOP HOMEPAGE
***********************************************************************/
.accueil,
.accueil-content {
	min-height: 480px;
}
.accueil {
	position: relative;
	display: table;
	width: 100%;
}
@media (max-width:991px) {
	.accueil {
	padding:30px 0;
	}
	.accueil,
	.accueil-content {
	min-height: 300px;
	}
}
.accueil::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.accueil-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: start;
	color: var(--tempWhite);
	z-index: 1;	
}
.news-cat {
	position:absolute;
	content: "";
	background: var(--tempWhite);
	color: var(--tc2);
	padding:3px 10px;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
	bottom:0px;
	right:0;
	border-radius:3px 0 3px 0;
}
.accueil-content .accueil-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tempWhite);
}
.accueil-content .accueil-title h1 {
	color: var(--tempWhite);
	font-size:60px;
	font-weight: 700;
}
.accueil-content .accueil-desc {
	position:relative;
	margin:0 auto 30px;
	font-size: 16px;
	color: var(--tempWhite)
}
.accueil-content .accueil-desc p {
	line-height:1.5;
	font-size:24px;
	font-weight:600;
}
@media (min-width: 768px) {
	
	.home-title.accueil-title h1 {
	font-size: 36px;
	margin-bottom: 0;
	}
	.accueil-title h1 {
	font-size: 46px;
	margin-bottom: 0;
	}
	
}
@media (max-width:767px) {
	.accueil-title {
	margin-bottom: 15px;
	}
	.accueil-content .accueil-title h1 {
	font-size:30px;
	}
	.accueil-content .accueil-desc p {
	line-height:1.5;
	font-size:16px;
	}
}

/***********************************************************************
	TITRE
***********************************************************************/
.title_h1 h1,
.title_h2_home h2 {
	position:relative;
	font-size: 2rem;
	font-weight:600;
	display: inline-block;
	padding-right: 120px;
	color: var(--tempColor1);
}
.title_h1 h1::after,
.title_h2_home h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  border-top: 2px solid var(--tempColor2);
  z-index:0;
}

.title_h2 h2 {
	position:relative;
	font-size: 2rem;
	font-weight:600;
	display: inline-block;
	padding: 0 120px;
	color: var(--tempColor1);
}
.title_h2 h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  border-top: 2px solid var(--tempColor2);
  z-index: 0;
}
.title_h2 h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  border-top: 2px solid var(--tempColor2);
  z-index: 0;
}

@media (max-width:767px) {
	.title_h2 h2 {
	position: relative;	font-size: 1.5rem;
	padding: 0 30px;
	color: var(--tempColor1);
	}
	.title_h2 h2::after {
	width: 20px;
	}
	.title_h2 h2::before {
	width: 20px;
	}
}

/***********************************************************************
	BOX DEVIS
***********************************************************************/
@media (min-width:992px) {
	
	.box-devis {
	position: absolute;
	content: "";
	width: 100%;
	height: 360px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: rgba(0,0,0,.5);
	border-radius: 8px;
	}
	.content-box-devis {
	position:relative;
	top: 50%;
	transform: translateY(-50%);
	}
	.content-box-devis .title-devis {
	display:block;
	margin-bottom:15px;
	font-size:24px;
	font-weight:600;
	}
}
@media (max-width:991px) {
	.box-devis {

	
	}
	.content-box-devis .deskbox {
	display:none;
	}
}
/***********************************************************************
	CONTENT PAGE
***********************************************************************/
.content-page h2 {
	font-size: 1.5rem;
	font-weight: 600;
}
.content-page h3 {
	font-size: 1.25rem;
	font-weight: 600;
}
.content-page img {
	border-radius: 8px;
}

.content-page .card {
	border-radius: 8px;
	background: #f1f1f1;
	border: none;
	overflow: hidden;
}
.content-page .card img {
	border-radius: 0;
}

.content-page .card .thumb-card {
	position:relative;
	height: 250px!important;
}
.content-page .card .thumb-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius:0;
}

.content-page h2,
.content-page .card h2,
.content-page .card h3 {
	font-size: 1.75rem;
	font-weight:600;
	color: var(--tempColor1);
}

#galery .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	inset: 0;
	overflow: hidden;
}
@media (min-width:768px) {
	#galery .item {
	height: 290px;
	overflow:hidden;
	}
}
@media (min-width:1200px) {
	.content-page .card .thumb-card {
	height: 450px!important;
	}
}
@media (max-width:767px) {
	#galery .item {
	height: 250px;
	overflow:hidden;
	}
}

/***********************************************************************
	BLOG CONSEILS
***********************************************************************/
.content-blog .card h2 > a {
	color: var(--tempColor1);
	font-weight:600;
}


/***********************************************************************
	REASSURANCE
***********************************************************************/
.card.reassure {
	background:#f2f2f2;
	border:none;
}
.card.reassure .card-body i {
	display: inline-block;
	/*color: var(--tempColor1);*/
	margin:20px 0 20px!important;
	font-size:70px;
	line-height: 70px;
	background: -webkit-linear-gradient(var(--tempColor1), var(--tempColor2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.card.reassure .card-body h2 {
	font-size:20px;
	font-weight:600;
	color: var(--tempColor1);
	margin-bottom:20px;
}
.card.reassure .card-body p {
	font-size: 14px;
}

/***********************************************************************
	FAQ
***********************************************************************/
.faq h2 {
	color: var(--tempColor1);
	font-size: 1.5rem;
	font-weight: 600;
}

.accordion {
   --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var(--tempColor1)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	box-shadow: none;
}
.accordion-button {
	font-size:1.3rem;
}
.accordion-button:not(.collapsed) {
	background: var(--tempColor2);
	color: var(--tempWhite);
}

/***********************************************************************
	TABLES TARIFS
***********************************************************************/
.table .col-color {
	background-color: var(--tempColor1)!important;
	color: var(--tempWhite);
}
.table > :not(caption) > * > * {
  font-weight: 500;
}

/***********************************************************************
	FONTAWESOME CONTENT PAGE
***********************************************************************/
.fa-ul > li {
	line-height: 1.3;
	margin-bottom: .375rem;
}
.fa-ul span > i {
	color: var(--tempColor1);
}

/***********************************************************************
	MODAL
***********************************************************************/
.modal {
  z-index: 8999;
}


.article-content img,
.article-content p > img {
	width:100%;
	height:auto;
}


/***********************************************************************
	NAV CONSEILS
***********************************************************************/
.featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	inset: 0;
	overflow: hidden;
}
@media (min-width:1200px) {
	.featured {
	height: 650px!important;
	}
}
@media (max-width:767px) {
	.featured {
	height: 250px;
	overflow:hidden;
	}
}

.article-content h2 {
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--tempColor1);
}
.article-content .nav-link {
	color: var(--tempColor1);
}
.article-content .tab-content {
	background: var(--tempColor1);	
}
.article-content .tab-pane.active {
	color: var(--tempWhite);
}
.article-content .nav-link.active {
	background: var(--tempColor1);
	color: var(--tempWhite);
	border-color: var(--tempColor1);
}

/***********************************************************************
	DIVERS
***********************************************************************/
.button {
    margin-bottom: 25px;
}
.button {
    border: 1px solid #77379f;
    color: #77379f;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 45px 0 28px;
    position: relative;
    text-transform: uppercase;
}

a.btn_style6.reguler3 {
    background: var(--tempColor2);
    color: #fff;
    border-color: var(--tempColor2);
    border-radius: 5px;
	text-decoration:none;
	transition: all 0.3s ease;
}
a.btn_style6.reguler3:hover {
    background: transparent;
    color: var(--tempColor1);
}
/***********************************************************************
	CONTACT / DEVIS
***********************************************************************/

.default-button {
  border-radius: 5px;
  display: inline-block;
  background-color: #0ac083;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}

.default-button:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.default-button:focus:not(:active)::after {
  display: block;
}

.popup-btn {
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}

.popup-btn:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.popup-btn:focus:not(:active)::after {
  display: block;
}

.popup-btn.danger {
  background-color: #f27474;
}

.popup-btn.success {
  background-color: #0ac083;
}

.popup-btn.agree {
  background-color: #0ac083;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

.contact-form-wrap {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-wrap .contact-form-group > i {
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
  color: var(--tempColor1);
  background: rgba(0,175,235, 0.2);
  font-size: 12px;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
}

.contact-form-wrap .contact-form-group .form-control {
  height: 60px;
  color: #000;
  outline: none;
  padding: 0 60px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
}

@media screen and (max-width: 576px) {
	.contact-form-wrap .contact-form-group {
	position: relative;
	margin-bottom: 20px;
	}
	.contact-form-wrap .contact-form-group .form-control {
	font-size: 14px;
	}
	
}

.contact-form-wrap .contact-form-group .form-control:focus {
  outline: none;
  border: none;
  color: #000;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group #txtInput {
  padding-left: 90px;
}

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
  position: absolute;
  top: 50%;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--tempBgcolor);
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.contact-form-wrap .contact-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #721c24;
  background: rgba(242, 116, 116, 0.2);
}

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.custom-modal .modal-header {
  text-align: center;
  padding: 20px;
}

.custom-modal .modal-header h5, .custom-modal .modal-header button {
  color: #fff;
}

.custom-modal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

.custom-modal .modal-header.success {
  background: #0ac083;
  color: #fff;
}

.custom-modal .modal-header.terms {
  background: #07f;
  color: #fff;
}

.custom-modal .modal-body {
  padding: 20px;
}

.custom-modal .modal-body .form-popup-inner {
  text-align: center;
}

.custom-modal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

.custom-modal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #0ac083;
  stroke: #0ac083;
  background: rgba(10, 192, 131, 0.1);
}

.custom-modal .modal-footer {
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.custom-control {
  padding: 0;
}

.custom-control .custom-control-input {
  position: relative;
}

.custom-control span {
  vertical-align: middle;
  margin-left: 14px;
  color: #000;
}

.custom-control span a {
  color: #0ac083;
}

@media screen and (max-width: 576px) {
  .custom-control span {
    font-size: 14px;
  }
}

.custom-control .custom-control-label {
  margin-left: 0;
  width: 32px;
  height: 32px;
  outline: none;
  text-align: center;
  line-height: 32px;
}

.custom-control .custom-control-label::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  position: absolute;
  border: none !important;
  pointer-events: initial;
  border-radius: 50% !important;
  display: inline-block;
  color: #0ac083;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgba(10, 192, 131, 0.2);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none;
  content: "\f00c";
  color: #0ac083;
  background: rgba(10, 192, 131, 0.2);
}

.custom-control-label::after {
	display: none!important;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none;
}

.form-validate-icons {
  top: 0;
  right: 14px;
  height: 60px;
  position: absolute;
  line-height: 60px;
}

.form-validate-icons span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-validate-icons span:before {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.form-validate-icons span.error {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.error:before {
  content: "\f00d";
  color: #f27474;
  background: rgba(242, 116, 116, 0.2);
}

.form-validate-icons span.success {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.success:before {
  content: "\f00c";
  color: #0ac083;
  background: rgba(10, 192, 131, 0.2);
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select, .custom-select-wrapper .select-hide {
  display: none;
}

.custom-select-wrapper .select-selected {
  border-radius: 5px;
  outline: none;
  padding: 18px 60px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  color: #677294 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:after {
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  content: "\f078";
  position: absolute;
  pointer-events: none;
  display: inline-block;
  color: var(--tempColor1);
  background: rgba(0,175,235, 0.2);
  font-size: 14px;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
  content: "\f077";
}

.custom-select-wrapper .select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items .same-as-selected {
  background-color: #0ac083;
  border-bottom-color: #0ac083;
  color: #fff !important;
}

.custom-select-wrapper .select-items .same-as-selected:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.custom-select-wrapper .select-items div {
  color: #000;
  outline: none;
  width: 100%;
  display: block;
  padding: 18px 60px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 576px) {
  .custom-select-wrapper .select-items div {
    font-size: 14px;
  }
}

.custom-select-wrapper .select-items div:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
}

.custom-select-wrapper .select-items div:after {
  content: "\f036";
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  z-index: 14;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  color: #0ac083;
  background: rgba(10, 192, 131, 0.2);
  font-size: 12px;
  font-family: "Font Awesome 7 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-items div:hover {
  background-color: #0ac083;
  border-bottom-color: #0ac083;
  color: #fff;
}

.custom-select-wrapper .select-items div:hover:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.lisses h3 {
	font-size:20px;
	font-weight:600;
	line-heught:1.2;
}
.lisses img {
	border-radius:5px;
}
.lisses small {
	font-size:.775em;
}


.features-box {
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-box:hover {
  -webkit-box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.features-box .features-icon i {
  color: #fff;
  font-size: 40px;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0ac083;
}

#mentions h2 > i {
	color: var(--tempColor1);
	margin-right:5px;
}

h4.title-contact i {
	color: var(--tempColor1);
}

/***********************************************************************
	CTA HOME
***********************************************************************/
.align_row_spacebetween {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.cta .cta_content .content_txt p {
    font-size: 18px;
    line-height: 27px;
}
.cta .cta_content .cta_button {
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  min-width: 250px;
  text-align: center;
}


.cta13 .cta_content .content_txt p {
    max-width: 650px;
    margin: 0 auto;
}
.cta13 .cta_content {
    border: 1px solid #f1f1f1;
    padding: 35px 70px;
    border-top: 3px solid var(--tempColor1);
	background:#f5f5f5;
}
.cta13 .cta_content .cta_button {
    background: var(--tempColor1);
    border: 1px solid var(--tempColor1);
    color: #fff;
    z-index: 1;
    position: relative;
}
.cta13 .cta_content .cta_button:hover {
    background: transparent;
    color: var(--tempColor1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cta13 .cta_content .cta_button i {
    font-size: 20px;
    margin-left: 12px;
}

@media (min-width: 1400px) {
    .cta .cta_content .cta_button {
	font-size: 20px;
	height: 60px;
	line-height: 58px;
	min-width: 280px;
	text-decoration:none;
    }
}
@media (max-width: 1199px){
    .cta .cta_content .content_txt {
        max-width: 550px;
    }
     .cta .content_txt h3 {
        font-size: 35px;
    }
    .cta13 .cta_content {
        padding: 50px;
    }
    .cta13 .cta_content .content_txt {
        max-width: 510px;
    }
    .cta13 .cta_content .content_txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px){
    .cta {
        padding: 50px 0 60px;
    }
    .cta .align_row_spacebetween {
        text-align: center;
        display: block;
    }
    .cta .cta_content .content_txt {
        max-width: 100%;
    }
    .cta .cta_content .cta_button {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        min-width: 200px;
        margin-top: 30px;
    }
    .cta13 {
        padding: 0;
    }
}
@media (max-width: 767px){
    .cta .cta_content .cta_button {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        min-width: 260px;
		text-decoration:none;
    }
    .cta .cta_content .content_txt p {
        font-size: 16px;
        line-height: 27px;
    }
	.cta13 .cta_content {
        padding: 20px 15px 30px;
    }
    .cta13 .cta_content .content_txt h2 {
        font-size: 27px;
        line-height: 38px;
    }
    .cta13 .cta_content .cta_button {
        position: relative;
        z-index: 1;
    }
}

/***********************************************************************
	404
***********************************************************************/
.section-404 h2 {
	font-size: 70px;
	display: inline-table;
	color: var(--themeWhite);
	margin: 60px 0;
	padding: 30px 30px;
	line-height: 130px;
}
.section-404 .bg-color {
	background-color: var(--tempColor1);
}
.circle {
	border-radius: 50%;
}

/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--tempCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--tempWhite);
	font-weight: 400;
	text-decoration:none;
}
#footer .footer a:hover {
	color: var(--tempColor3); 
	text-decoration:underline;
}
#footer .footer ul {
	margin-bottom:0;
}
#footer .footer ul > li {
	font-size:14px;
}
#footer .footer  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@media (max-width:576px) {
	#footer .footer .list-inline-item {
	display: block;
	padding:5px 0;
	}
}

/***********************************************************************
	TO TOP
***********************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(0,0,0,.25);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--tempColor2);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}

@media (max-width: 767px) {
	.order-first {
    order: 1 !important;
	}
}


