/*   
Theme Name: Habilians
Theme URI: Homepage du thème
Description: Site de l'entreprise Habilians
Author: Habilians
Author URI: www.habilians.com
Version: 1.0
.
Commentaires généraux / Information de licences si applicable.
.
*/
@charset "UTF-8";
/* CSS Document */
* {box-sizing:border-box;}
body {
    font-family: 'nexalight', sans-serif;;
    font-weight: 300;
    font-style: normal;
    width: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    color: #062c3c;
    /* line-height: 17px; */
    font-size: 16px;
    line-height: 18px;
	overflow-x: hidden;
}
body.modal-open header {
	padding-right: 20px;
}
img {
	border: none;
}
.container {
	/*
	max-width: 1250px;
	padding: 10px;
	margin: 0 auto;
	*/
}
a.chevron {
	cursor: pointer;
}
.breadcrumb {
    background: none;
}
a, a:hover {
    text-decoration: inherit;
    color: #062c3c;
}
.cb {
    clear: both;
}
p {
	font-size: 16px;
    line-height: 18px;
}
h1,h2  {
	font-size: 1.5rem;
}
h1 {
	font-size: 2.5rem;
}
/* FONT */
.nexa {
	font-family: 'nexalight';
}
.nexa-regular {
	font-family: 'nexa_regularregular';
}
.nexa-bold {
	font-family: 'nexabold';
}
.nexa-black {
	font-family: 'nexablack';
}
.nohemi {
	font-family: 'nohemisemi_bold';
}
b, strong, .bold {
	font-family: 'nexabold';
}
/* COULEURS */
.box-shadow {
    background-color: rgba(255, 255, 255,1);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.border-radius-5 {
	border-radius: 5px;
}
.black {
	color: #000;
}
.bg-black {
	background: #000;
}
.white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
.blue {
	color: #062c3c;
}
.bg-blue {
	background: #062c3c;
}
.light-blue {
	color: #e8efff;
}
.bg-light-blue {
	background: #e8efff;
}
.green {
	color: #c0c414;
}
.bg-green {
	background-color: #c0c414;
}
.strong-green {
	color: #075056;
}
.bg-strong-green {
	background-color: #075056;
}

.light-grey {
	background-color: #fafafa;
}
.bg-light-grey {
	background-color: #fafafa;
}

.cursor-pointer {
	cursor: pointer;
}
/* RADIUS */
.big-radius-bottom-right {
	border-bottom-right-radius: 60px;
}
.radius-top-left {
	border-top-left-radius: 20px;
}
.radius-top-right {
	border-top-right-radius: 20px;
}
.radius-bottom-right {
	border-bottom-right-radius: 20px;
}
.radius-bottom-left {
	border-bottom-left-radius: 20px;
}
.radius-bottom-left {
	border-bottom-left-radius: 20px;
}
.border-radius {
	border-radius: 20px;
}
/* ACTION BUTTON */
.link {
	font-style: normal;
	position: relative;
    color: #35415e;
    margin-left: 15px;
  	text-decoration-thickness: 1px;
	text-underline-offset: 1px;
	display: inline-flex;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 20px;
	height: 40px;
	padding: 0 15px;
	transition: .5s;
	font-size: 13px;
}
.btn:hover {
	padding: 0 30px;
}
.btn-small {
	font-size: 11px;
}
.btn-small:hover, .btn:hover {
	color: #fff;
}
.btn:focus {
	box-shadow: none;
}
.btn-border {
	color:#062c3c;
	border: 1px solid #062c3c;
}
.btn-border:hover {
	color:#062c3c !important;
}

/* HEADER */
header {
	/* position: fixed;
	z-index: 30000; */
	position: relative;
	width: 100%;
	transition: .2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 20px; */
    padding-top: 0px;
    height: 170px;
	background: url(../habilians/images/header-bg.jpg);
	background-repeat: no-repeat;
  	background-size: 100% 51px;
	background-color: #fff;
}
header .menu-top {
	height: 51px;
	border-bottom-left-radius: 20px;
	padding: 0px 20px;
	position: relative;
	margin-right: -12px;
}
/*
header .menu-top::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 100vw; 
    height: 51px;
    background: #e8efff; 
}
*/
header .menu-top ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items-center
}
header .menu-top ul li {
	padding:0px 10px;
	margin:0px 0px 0px 0px;
	border-right:1px solid #000;
}
header .logo img {
	width: 180px;
	transition: .5s;
}
/*
header.menu-scroll .logo img {
	width: 140px;
}
*/
header nav.main {
    margin: 0 auto;
	z-index: 100;
	margin-bottom: 20px;
}
header nav .main-content {
	height: 100%;
	width: 100%;
}

header nav.main .menu {
	height: 100%;
}
header nav.main .nav_main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
	padding: 30px 7px 0px 7px;
	color:#062c3c;
}
header nav.main .nav_main a.item {
	background-color:#062c3c;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
	font-size: 17px;
	line-height: 17px;
	transition: .3s;
}
header nav.main .nav_main a.item:hover {
	background-color:#c0c414;
}
header nav.main .link_sub_menu {
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
	position: relative;
    width: 100%;
    text-align: center;
	color: #000;
	text-transform: uppercase;
	transition:.3s;
}
header nav.main .nav_main:hover .sub_menu {
    display: flex;
	flex-direction: column;
}	
div.sub_menu {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0px;
    margin: 0 auto;
    z-index: 999999;
	color: #000;
	justify-content: flex-start;
	transition:.5s;
}
div.sub_menu .content {
	margin-top: 0px;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	padding: 17px;
	display: flex;
	background: #fff;
	font-size:16px;
}
div.sub_menu .content ul {
	list-style: none;
	text-align: left;
	border-bottom-left-radius: 30px;
	background:#fafafa;
}
div.sub_menu .content ul li {
	position: relative;
}
div.sub_menu .content ul li::before {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	display: block;
	width:5px;
	height: 5px;
	border-radius: 5px;
	background:#c0c414;
	left: -15px;
	top: 50%;
}
div.sub_menu .content .col {
	
}
div.sub_menu .content .name {
	font-family: 'nohemisemi_bold';
	width: 33%;
	border-top-right-radius:90px;
	background-color: #e8efff;
	display: flex;
	justify-content: start;
	align-items: end;
	min-height: 150px;
	padding: 30px;
	font-size: 30px;
}
div.sub_menu_2 a {
   position: relative;
   width: 100%;
   height: 100%;
   display: flex;
}
div.sub_menu_2 a .mask {
	background-color: #062c3ca2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.sub_menu a {
	transition: .3s;
}
div.sub_menu a:hover {
	color: #c0c414;
}
div.sub_menu_2 a:hover {
	color: #fff;
}
div.sub_menu_2 a .arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	transition: .3s;
	transform: rotate(-45deg);
	z-index: 10;
}
div.sub_menu_2 a:hover .arrow {
	top: 10px;
	right: 10px;
}
header.menu-scroll img.black, header.bg_white img.black {
	display: inline-block;
}
header.menu-scroll img.white, header.bg_white img.white {
	display: none;
}
header.menu-scroll .button_container {
	top:30px;
}
header.menu-scroll .reseaux,header.bg_white .reseaux  {
	border-right: 2px solid #000000;
}
header.menu-scroll, header.bg_white {
	color: #000000;
	background-color: #fff;
	position: fixed;
    top: 0px;
	z-index: 1000;
}
header.menu-scroll {
   /*  height: 74px; */
}

header .block-ico .ico {
	width: 50px;
	height: 50px;
	background-color: #062c3c;
	border-radius: 25px;
}
/* MENU RESPONSIVE */
.button_container {
	position: absolute;
	right: 5%;
    top: 60px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 2000;
	transition: opacity .25s ease;
	transition: .3s;
}
.button_container.active {
	position: fixed;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	z-index: 2000;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active span {
	background: #000000;
}
.button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	z-index: 2000;
}
header .button_container span {
	background: #000;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}

header.menu-scroll .button_container span, header.bg_white .button_container span {
	background: #000;
}

.button-container {
	position: absolute;
	right: 20px;
	height: 27px;
	width: 35px;
	top: 50px;
	cursor: pointer;
	z-index: 2000;
	transition: opacity .25s ease;
}
.button-container:hover {
	opacity: .7;
}
.button-container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #000;
	z-index: 2000;
}
.button-container.active .middle {
	opacity: 0;
	background: #000;
}
.button-container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #000;
	z-index: 2000;
}
.button-container span {
	background: #000;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.button-container span:nth-of-type(2) {
	top: 11px;
	width: 120%;
}
.button-container span:nth-of-type(3) {
	top: 22px;
}

.overlay {
	position: fixed;
	background: #fff;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 1000;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	right: 0px;
}
.overlay.open li {
	animation: fadeInRight .5s ease forwards;
	animation-delay: .15s;
}
.overlay.open li:nth-of-type(2) {
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	animation-delay: .50s;
}
.overlay .logo {
	border-right: 1px solid #6a696b;
	padding-right: 90px;
	margin-right: 90px;
}
.overlay nav {
	position: relative;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 16px;
    font-weight: 400;
}
.overlay nav .coordonnees {
	font-size: 17px;
	line-height: 30px;
	text-align: left;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	position: relative;
	opacity: 0;
	margin-top: 10px;
	color: #fff;
}
.overlay ul li a {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	transition: .1s;
	font-weight: 100;
	color: #fff;
}
.overlay a {
	transition: .6s;
}
.overlay ul li a:hover, .overlay a:hover {
	color: #c0c414;
}
.overlay ul li a.active {
	color: #c0c414;
	font-weight: 800;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 1!important;
    transform: translateY(40px)!important;
    transition: 0s!important;
}

.reveal-loaded [class*="reveal-"]{
    transition: 2s cubic-bezier(.5, 0, 0, 1);
}

.reveal-loaded  .reveal-2 {
    transition-delay: .2s;
}

.reveal-loaded .reveal-3 {
    transition-delay: .4s;
}

.reveal-loaded .reveal-4 {
    transition-delay: .6s;
}
/* FOOTER */
footer {
	background-color: #fff;
	height: auto;
	color: #062c3c;
	line-height:21px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 100px;
}
footer .top {
	border-top: 1px solid #c4cdd0;
	border-bottom: 1px solid #c4cdd0;
} 
footer .middle .col {
	border-right: 1px solid #c4cdd0;
	border-left: 1px solid #c4cdd0;
}
footer ul {
	list-style: none;
	margin-bottom: 0px;
}

footer .middle ul li {
	margin: 5px 0px;
}
footer .middle .col:first-of-type {
	border-right: 0px solid #c4cdd0;
}
footer .adresse {
	font-size: 14px;
	position: relative;
}

footer h2 {
	font-size: 55px;
}
footer a.footer-link {
	border: 1px solid #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
}
footer nav a {
	margin: 5px 0px;
	transition: .3s;
}
footer nav a:hover {
}
footer .title {
	font-size: 11px;
}

.grecaptcha-badge {
	opacity: 0;
}

/* HEADER */
@media screen and (max-width:1250px) {
	.container {
		/* max-width: 1000px; */
	}
}
@media screen and (max-width:991px) {
	.overlay nav {
		display: none;
	}
	header .overlay .desc {
		font-size: 14px;
		line-height: 14px;
	}
	header nav.main .nav_main a.item {
		font-size: 14px;
	}
	header nav.main {
		margin-bottom: 30px;
	}
    .homepage-intro .content {
		right: 0px;
	}
	.overlay .block-menu {
		width: 100%;
		padding: 20px 20px;
		margin: 10px auto 0px auto;
		cursor: pointer;
		border-bottom-right-radius:30px ;
	}
	.overlay .block-menu.active nav {
		display: block;
	}
	.overlay {
		overflow: auto;
	}
	.overlay .container {
		margin-top:100px ;
	}
	header .logo img {
		width: 160px;
	}
	.button_container {
		right: 25px;
        top: 35px;
	}
	.container {
	}
	footer {
		height: auto;
		padding: 0px 0px;
		font-size: 12px;
	}
	footer .adresse {
		font-size: 12px;
		position: relative;
		line-height: 17px;
	}
}
@media screen and (max-width:768px) {
	header {
		background: none;
		background-color: #fff;
	}
	header .logo {
        width: 110px;
    }
	header .logo img {
		width: 100%;
	}
	header {
		height: 90px;
		padding: 0px;
	}
	header.open {
		width: 100%;
		left: 0px;
	}
	.button-container {
		top: 30px;
	}
	footer  ul {
		padding-left: 0px;
	}
	footer .middle .col {
		border-left: 0px solid #c4cdd0;
		border-right: 0px solid #c4cdd0;
	}
	footer .middle .col:first-of-type {
		border-right: 1px solid #c4cdd0;
	}
	
}
@media screen and (max-width:600px) {
	.template_page .intro h1 {
		padding-left: 0px;
	}
	.template_page .breadcrumb {
		margin-top: 10px;
	}
}

/* FORM */
input {
	background-color: #fafafa;
	border: 0;
	min-height: 40px;
}

