@charset "utf-8";
/* CSS Document */

/*----------------------------LISTE MEDIAS----------------------------*/

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/*----------------------------RACOURCIS ( CTRL-F )-----------------------*/

/*{ BASE }*/
/*{ ACCUEIL }*/
/*{ REA }*/
/*{ CARROUSEL }*/
/*{ CATEG }*/
/*{ ARBO }*/
/*{ FOOTER }*/

/*----------------------------{ BASE }----------------------------*/
* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-family: 'Monda', Arial, sans-serif !important;
	color: #47444f;
	line-height: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
a:hover, a:active, a:focus, a:active {
	outline: none;	
    text-decoration: none;
}

.title {
	margin-top: 20px;
	text-align:center;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #47444f;
}
@media (min-width: 768px) {
.title {
    margin-top: 40px;
    padding-bottom: 40px;
	font-size: 28px;
}
}

/*----------------------------{ ACCUEIL }----------------------------*/

section#accueil_section {
	position:relative;
	height: 100%;
	min-height: 555px;
	max-height: 636px;
	text-align:center;
	border-bottom: 1px solid #3d3844;
	border-top: 1px solid #444444;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
	-moz-box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
	box-shadow: inset 0px 2px 0px 0px rgba(59,174,171,1);
}
section#accueil_section.bg_accueil {
	background: url(../img/hp/bg_accueil.jpg) center 20% no-repeat fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #4a4452;
}

.logo {
	margin-top: 20px;
}
.logo img {	
	width: 100%;
	max-width: 175px;
}
@media (min-width: 768px) {
.logo {
	margin-top: 24%;
}
.logo img {	
	width: 100%;
	max-width: 250px;
}
}
.find-btn h1 {
	color: #ffffff;
	margin-bottom: 30px;
	text-shadow: 0px 2px 3px #333333;
}
.find-btn a {
	display: block;
	color:#ffffff;
	text-decoration: none;
	text-shadow: 0 1px #ea8c06 !important;
}
.find-btn a p {
	position: relative;
	text-transform: uppercase;
	padding: 10px;
	background-color: #ffb600;
	border-bottom: 2px solid #ea9c06;
	width: 220px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.find-btn a p:hover {
	background-color: #fec22e;
	border-bottom: 3px solid #ea9c06;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: -1px;
}
.find-btn a p:active {
	background-color: #ffa800;
	border-bottom: 2px solid #ea8106;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 1px;
}

.rea-btn p {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 8px;
	background-color: #4a4452;
	color: #ababab;
	border-bottom: 2px solid #3b3641;
	width: 175px;
	font-size: 15px;
	text-decoration:none;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.rea-btn p:hover {
	background-color: #5d5665;
	color: #ffffff;
	border-bottom: 3px solid #3f3945;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: -1px;
}
.rea-btn p:active {
	background-color: #403b47;
	border-bottom: 2px solid #322e38;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin-top: 1px;
}



/*----------------------------{ REA }----------------------------*/

#rea {
	background-color: #4a4452;
}
#rea .rea {
	margin: 20px 0;	
}
@media (min-width: 992px) {
#rea .rea {
	margin-top: 40px;	
}
}

#rea .title {
	color: #ffffff;
	border-color: #7f7988;
}
#rea .rea p {
	line-height: 20px;
	color: #ffffff;
	font-size: 13px;
}
#rea .rea .col-md-4 {
	padding-top: 20px;
	border-bottom: 1px solid #3d3845;
}
#rea .rea .col-md-4:last-child {
	border-bottom: 0;
}
#rea .rea .col-md-4:first-child {
	padding-top: 0;
}
#rea .rea .col-xs-4 {
	border-right: 2px dotted #7f7988;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

@media (min-width: 992px) {
#rea .rea p {
	font-size: 14px;
}
#rea .rea .col-md-4 {
	padding-top: 0;
	border-bottom: 0;
}
}

.btn-inner-rea {
    display: block;
    margin-top: 40px;
}

.btn-inner-rea p {
	position: relative;
	padding: 8px;
	background-color: transparent;
	color: #7f7988;
	border: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	box-shadow: none;
	cursor: pointer;
}
.btn-inner-rea p:hover {
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
	box-shadow: none;
	margin-top: 0;
}

.btn-inner-rea p:active {
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
	box-shadow: none;
	margin-top: 0;
}
.btn-inner-rea p img {
	opacity: 0.3;
	margin-right: 10px;
	margin-top: -2px;
}
.btn-inner-rea p:hover img {
	opacity: 1;
}


/*----------------------------{ CARROUSEL }----------------------------*/

#carrousel_section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #3baeab url(../img/hp/bg_carrousel.jpg) no-repeat center bottom;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.carrousel_title {
	color: #ffffff;
	border-color: #ffffff;
}
.title span {
	font-weight: bold;
}
.carousel {
}
@media screen and (min-width: 768px) {
.carousel-indicators {
	bottom: 10px;
}
}
.carousel-control {
	background-image: none !important;
	filter: none !important;
	
}

.carousel-control.left img {
	right: 50%;
}
.carousel-control.right img {
	left: 50%;
}
.carousel-caption {
  z-index: 10;
}
.carousel-caption h2 {
	text-transform: uppercase;
	border-bottom: 2px dotted #2A7571;
	padding-bottom: 10px;
}
.carousel-caption {
	text-align:left;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.carousel-caption img {
	max-width: 175px;
}
.carousel-caption h2 {
	text-transform: uppercase;
	font-size: 21px;
}
.carousel-caption p {
	font-size: 14px;
}
.carousel .item {
	height: 100%;
	min-height: 480px;
}
@media (min-width: 380px) {
.carousel .item {
	min-height: 430px;
}
}
@media (min-width: 535px) {
.carousel .item {
	min-height: 390px;
}
}
@media (min-width: 768px) {
.carousel .item {
	min-height: 280px;
}
.carousel-caption h2 {
	text-transform: uppercase;
	font-size: 26px;
}
.carousel-caption p {
	font-size: 16px;
}
}
@media (min-width: 992px) {
.carousel .item {
	min-height: 270px;
}
}
@media (min-width: 1200px) {
.carousel .item {
	min-height: 310px;
}
}

@media (min-width: 768px) {
  .carousel-caption p {
    line-height: 1.4;
  }
  .carousel-caption img {
	width: 100%;
}
}
@media (min-width: 992px) {
  .carousel-caption img {
	max-width: 250px;
}
}
.chevron {
	position: absolute;
	top: 30%;
	z-index: 5;
	display: inline-block;
}



.carousel-indicators {
    background-color: #2d847e;
    height: 3px;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.carousel-indicators li {
    display: inline-block;
    width: 15%;
    height: 3px;
    margin: 0px;
    margin-bottom: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #2d847e;
    border: none; 
    border-radius: 0px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.carousel-indicators li.active{
    width: 40%;
    height: 3px;
    margin: 0px;
    margin-bottom: 14px;
    background-color: #ff4d29;
}

/*----------------------------{ CATEG }----------------------------*/

.compta {
	background-color: #ffb600;	
}
.assu {
	background-color: #ff8327;	
}
.secu {
	background-color: #f05738;	
}
.equip {
	background-color: #37c686;	
}
.it {
	background-color: #3baeab;	
}
.market {
	background-color: #9d88d2;	
}

/*----------------------------{ ARBO }----------------------------*/

#arbo_section {
	min-height: 500px;
}
#arbo {
	margin: 0 0 40px 0;	
}
@media (min-width: 768px) {
#arbo {
	margin: 40px 0 40px 0;	
}	
}
.title_categ h2 {
	font-size: 17px;
}
.title_categ {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
.title_categ {
	width: auto;
	text-align: left;
}
}
.title_categ h2 {
	margin: 0;
}
.intro_categ {
	width: 100%;
	margin-top: 1px;
	padding: 10px 20px;
	background-color: #f5f5f5;	
}
.bloc-categ {
	position: relative;
	display:table;
	width: 100%;
	margin-top: 40px;	
}


.bloc-categ p {
	line-height: 22px;	
    margin-top: 15px;
}
@media (min-width: 992px) {
.bloc-categ p {
	margin-top: 5px;
}
}



.bloc-categ.container-fluid {
	padding: 0;	
}
.bloc-categ ul {
	list-style-type: none;
	width: 100%;
	-webkit-padding-start: 0 !important;
	padding-left: 0 !important;
}
.bloc-categ ul li {
	margin-top: 1px;
	position: relative;
	border-bottom: 1px dotted #dedede;
	min-height: 45px;
}
.bloc-categ ul li:hover .item_inner {
	width: 100%;
}
.bloc-categ ul li:active .item_inner {
	opacity: 0.8;
}

.bloc-categ ul li:hover h3 {
	color: #ffffff;
}
.bloc-categ ul li:hover h3 img {
	opacity: 1;
}

.ico_categ {
    width: 100%;
    max-width: 85px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .ico_categ {
    max-width: 115px;
}
}
.item_categ a {
	text-decoration: none;
}
.item_categ h3 {
	z-index: 10;
	font-size: 14px;
	color: #47444f;
	padding: 15px;
	margin: 0;
	text-decoration: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.item_categ.col_arbo_left_align h3 img {
	padding-left: 10px;
	opacity:0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.item_categ .item_inner {
	z-index: 1;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity:1;
}


@media (min-width: 768px) {	
.item_categ h3 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item_categ.col_arbo_left_align h3 img {
	padding-left: 10px;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item_categ .item_inner {
	right: 0;
	left: auto;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out;
	opacity:1;
}
}

.item_categ .item_inner-right {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity:1;
}
.bloc-categ ul li:hover .item_inner-right {
	width: 100%;
}
.bloc-categ ul li:active .item_inner-right {
	opacity: 0.8;
}
.item_categ.col_arbo_right_align h3 img {
	padding-right: 10px;
	opacity:0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
@media (min-width: 768px) {
.item_categ .item_inner-right {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out;
	opacity:1;
}
.item_categ.col_arbo_right_align h3 img {
	padding-right: 10px;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
}

.btn_bloc-categ {
	padding: 5px;
	background-color: #4a4452;
	color: #ababab;
	border-bottom: 2px solid #3b3641;
	width: 120px;
    margin: 0 auto;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.btn_bloc-categ:hover {
	background-color: #5d5665;
	color: #ffffff;
	border-bottom: 3px solid #3f3945;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-top: -1px;
}
.toggle_categ {
	display: none;
}
@media (min-width: 768px) {
.toggle_categ {
	display: block;
}
}
.col_arbo_left {
	text-align: left;
}
.col_arbo_left_align {
	float: left;
}

.col_arbo_right {
	text-align: left;
}
@media (min-width: 768px) {
.col_arbo_right {
	margin-top: 55px;
}
}
.col_arbo_right_align {
	float: left;
}
.arbo_line {
	border: 0;
    position: relative;
}
@media (max-width: 768px) {
#arbo .col-sm-10 {
	padding: 0;	
}
}
@media (min-width: 768px) {
.col_arbo_left {
    border-right: 2px dotted #dedede;
    text-align: right;
}
.col_arbo_left_align {
	float: right;
}

}


@media (min-width: 992px) {
.col_arbo_left {
	text-align: right;
}
}


.go-top {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.go-top p {
	font-size: 12px;
	color: #c1c1c1;
}
.go-top:hover {
	opacity: 1;	
}

@media (min-width: 768px) {
.pointer_categ {
	position: absolute;
	top: 60px;
    padding: 0;
}
.pointer_line {
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #dedede;	
}
.pointer_square {
	width: 20px;
	height: 20px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -10px;
}
.pointer_square.left {
	right: -11px;
}
.pointer_square.right {
	left: -11px;
}
}




/*----------------------------{ FOOTER }----------------------------*/

footer {
	position:relative;
	width: 100%;
	padding: 8px;
	background-color: #4a4452;
	font-size: 12px;
	color: #ababab;
	border-top: 2px solid #3baeab; 
}
footer p {
	text-align:center;
	margin: 0;
}
footer p a {
	color: #ababab;
	text-decoration:none;
}
footer p a:hover {
	color:#ffffff;
	text-decoration:none;
}
