@import url(bootstrap.min.css);


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #525456; }

  a:hover{
    text-decoration: none !important;  }
p {
	color: #343434;
}
h1, h2, h3 {
	color: #343434;
	font-family: 'Oswald', sans-serif;
}
ul {
	list-style: none;
	padding-left: 0;
}
img {
	width: 100%;
}
@keyframes hauteurin {
  from {
    height: 0px; }
  to {
    height: 100%; } }

@media (min-width: 1270px) {
  .container {
    max-width: 1200px; 
	} 
}

/*Header*/

header {
	position: relative;
}
.header {
	position: absolute;
    z-index: 100;
    width: 100%;
}

.tel-top {
	float: left;
	padding-top: 25px;
}
.tel-top a {
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 28px;
}
.tel-top a:before {
	content: '';
	position: absolute;
	background: url(../images/icon-phon2.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0px;
}
.tel-top a:first-child {
	margin-right: 15px;
}
.tel-top a:first-child:before {
	content: '';
	position: absolute;
	background: url(../images/icon-phon.png) no-repeat;
	background-size: contain;
	width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
}
.rappel-top {
	float: right;
	padding: 10px 0;
}
.rappel-top input {
	background: #F4F4F4;
    border: navajowhite;
    font-size: 12px;
    padding: 9px 15px;
    width: 200px;
}
.rappel-top .btn {
	border-radius: 0 5px 5px 0;
    height: 36px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    background: #149fe3;
    color: #fff;
    letter-spacing: .6px;
    padding-top: 8px;
}
.rappel-top h4 {
	color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.menu-top {
	clear: both;
}
.collapse.navbar-collapse {
	width: 75%;
}
.menu-top .navbar-light {
	border-top: 1px solid #7b7b7d;
    background: transparent !important;
    padding-top: 4px;
    align-items: center !important;
}
.navbar-light .navbar-brand {
	position: relative;
	width: 20%;
}
.navbar-light .navbar-brand:before {
	content: '';
    position: absolute;
    background: #f89400;
    width: 380px;
    height: 110px;
    left: -13vw;
    top: -4px;
    z-index: -1;
}
.navbar-brand img {
	width: 162px;
}
.nav-item {
	margin: 0 6px;
	text-align: center;
	line-height: 18px;
    letter-spacing: 0.5px;
}
.nav-item a {
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    display: block;
}
.nav-item a:before,
.nav-item a:after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #f89400;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.nav-item a:before {
	top: 10px;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.nav-item a:after {
	right: 0;
    bottom: 12px;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
.nav-item a:hover:before,
.nav-item a:hover:after,
.nav-item.active a:before,
.nav-item.active a:after {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav-item a:hover,
.nav-item.active a {
	color: #f89400;
}
.nav-submenu {
	display: none;
	transform: translateY(26px);
}
.nav-submenu-item a {
	color: #f89400;
}
.nav-item:first-child:hover .nav-submenu {
    display: block;
    transform: translateY(0);
    width: 230px;
    text-align: left;
    position: absolute;
    z-index: 10;
    background: #fff;
    /*top: 100%;*/
    padding: 5px 0;
    transition: all .6s;
}
.nav-submenu-item a:before,
.nav-submenu-item a:after {
	display: none;
}

@media (min-width: 1600px) {
	.navbar-light .navbar-brand:before {
		content: '';
	    position: absolute;
	    background: #f89400;
	    width: 425px;
	    height: 110px;
	    left: -13vw;
	    top: -4px;
	    z-index: -1;
	}
}
@media (max-width: 1199px) {
	.navbar-light .navbar-brand:before {
	    content: '';
	    position: absolute;
	    background: #f89400;
	    width: 330px;
	    height: 110px;
	    left: -13vw;
	    top: -7px;
	    z-index: -1;
	}
}
@media (max-width: 991px) {
	.navbar-light .navbar-brand:before {
	    content: '';
	    position: absolute;
	    background: #f89400;
	    width: 375px;
	    height: 110px;
	    left: -20vw;
	    top: -4px;
	    z-index: -1;
	}
	.navbar-light .navbar-toggler {
		border: .5px solid #fff;
   	 padding-top: 8px;
	}
	button#btn_toogle_menu span.btn-toggle {
	    width: 24px;
	    background-color: #f89400;
	    height: 2px;
	    display: block;
	    transition: all 0.5s;
	    margin-bottom: 5px;
	}
	.navbar-nav.ml-auto {
		background: #1d1d1d;
		margin-top: 48px;
	}
}
@media (max-width: 767px) {
	.tel-top,
	.rappel-top {
		padding-top: 10px;
		float: none;
	}
}
@media (max-width: 575px) {
	.navbar-light .navbar-brand:before {
	    content: '';
	    position: absolute;
	    background: #f89400;
	    width: 320px;
	    height: 110px;
	    left: -20vw;
	    top: -4px;
	    z-index: -1;
	}
	.tel-top {
	    padding-top: 10px;
	    float: none;
	    padding-bottom: 10px;
	}
	.rappel-top {
		display: none;
	}
}


/* #SLIDER
=============================== */

/* #Fullscreen layout
=============================== */

#wowslider-container1.fullscreen-wow { 
	display: block;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:none;
	margin:0px auto 0px;
	z-index:90;
	text-align:left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1.fullscreen-wow { width:1600px }

/* #Boxed layout
=============================== */

#wowslider-container1.boxed-wow { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:450px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
#wowslider-container1.boxed-wow:before {
	content: '';
	position: absolute;
	background: url(../images/dots.png) repeat;
	/*background: rgba(5, 58, 83, 0.4);*/
	width: 100%;
	height: 100%;
	z-index: 10;
}
* html #wowslider-container1.boxed-wow { width:922px }

.boxed-wow img { 
	max-width:none !important;
}

/* #General
=============================== */

#wowslider-container1 .ws_images ul {
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
}

#wowslider-container1 .ws_images ul li {
	position: relative;
	width:1%;
	height:100%;
	line-height:0;
	overflow: hidden;
	float:left;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:none;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
	width:100%;
	height:100%;
	max-height:none;
	display:block;
	color:transparent;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	height: 800px;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}

#wowslider-container1 .ws_images > div > img {
	max-height:none;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a { 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}

.banner_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	position: relative;
}
.Mobile .banner_img {
	height: 450px;
    position: relative;
}
.banner_img:before {
    content: '';
    position: absolute;
    background: url(../images/dots.png) repeat;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/*
|--------------------------------------------------------------------------
|  3.0 Navigation Arrows
|  
|--------------------------------------------------------------------------
|
| 
|
*/

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	margin-top:-1.5em;
	z-index:60;
	height: 2.8em;
	width: 1.8em;
}

#wowslider-container1 a.ws_prev,
#wowslider-container1 a.ws_next {
	opacity:0.6;
	transition: all .2s ease;	
}

#wowslider-container1 a.ws_prev:hover,
#wowslider-container1 a.ws_next:hover {
	opacity:0.9	
}

#wowslider-container1 a.ws_prev:before {
    content: '\e8b9' !important;
    font-family: "mfn-icons";
    font-size: 75px;
    position: absolute;
}

#wowslider-container1 a.ws_next:before {
    content: "\e917" !important;
     font-family: "mfn-icons";
    font-size: 75px;
    position: absolute;
}

#wowslider-container1 a.ws_next{
	right:0.7em;
	margin-right:10px
}

#wowslider-container1 a.ws_prev {
	left:0.7em;
	margin-left:10px
}


/*
|--------------------------------------------------------------------------
|  4.0 Play Pause
|  
|--------------------------------------------------------------------------
|
| 
|
*/

#wowslider-container1 .ws_playpause {
    width: 1.8em;
    height: 2.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.9em;
    margin-top: -1.5em;
    z-index: 59;
}

#wowslider-container1 .ws_playpause {
	opacity:0.6;
	transition: all .2s ease;	
}

#wowslider-container1 .ws_playpause:hover {
	opacity:0.9;
}

#wowslider-container1 .ws_pause:before {
    content: '\e89a';
     font-family: "mfn-icons";
    font-size: 40px;
    position: absolute;
}

#wowslider-container1 .ws_play:before {
    content: '\e898';
     font-family: "mfn-icons";
    font-size: 40px;
    position: absolute;
}


/*
|--------------------------------------------------------------------------
|  5.0 Bullets
|  
|--------------------------------------------------------------------------
|
| 
|
*/

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
	margin-right: 6em;
	padding: 5px; 
}

#wowslider-container1  .ws_bullets div {
	position:relative;
	float:left;
	font-size: 0px;
}

#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover {
	background-position: 0 100%;
} 

.ws_bulframe img {
	max-width:110px !important;
}

.ws_fs_wrapper > #wowslider-container1 {
	margin:0 auto;
	max-width: 100%;
	max-height: none;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ws_fs_wrapper > #wowslider-container1 .ws_images,
.ws_fs_wrapper > #wowslider-container1 .ws_images > div > img {
	max-width: none;
	max-height: none;
}

#wowslider-container1 .ws_bullets a { 
	width:13px;
	height:13px;
	background:url(bullet.png) left top;
	background-size:13px 26px;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}

#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover {
	background-position: 0 100%;
} 

#wowslider-container1  .ws_bullets {
    bottom: 20px;
	left:50%;
}

#wowslider-container1.boxed-wow  .ws_bullets {
    bottom: 10px;
}

#wowslider-container1  .ws_bullets div {
	left:-50%;
}

#wowslider-container1 .ws_bullets  a img {
	text-indent:0;
	display:block;
	bottom:20px;
	left:-53px;
	visibility:hidden;
	position:absolute;
    border: 2px solid #fff;
	max-width:110px;
}

#wowslider-container1 .ws_bullets a:hover img {
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div {
	height:48px;
	overflow:visible;
	position:relative;
	height: auto;
}

#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:106px;
	background-color:#fff;
}

#wowslider-container1  .ws_bullets .ws_bulframe {
	display:none;
	bottom:20px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 2px solid #fff;
}

#wowslider-container1 .ws_bulframe span {
	display:block;
	position:absolute;
	bottom:-8px;
	margin-left:-3px;
	left:53px;
	background:url(triangle.png);
	width:15px;
	height:6px;
}


/*
|--------------------------------------------------------------------------
|  6.0 Thumbs
|  
|--------------------------------------------------------------------------
|
| 
|
*/

/* #Fullscreen layout
=============================== */

#wowslider-container1  .ws_thumbs { 
	overflow:auto;
	z-index:60;
}

#wowslider-container1 .ws_thumbs img {
	text-decoration: none;
	border: 0;
	width: 100%;
}

#wowslider-container1 .ws_thumbs a {
	position:relative;
	text-indent: -4000px; 
	color:transparent;
	opacity:0.85;
	text-decoration: none;
	display: inline-block;
	border: 0;
	line-height: 0;
	margin:0.21%;
	text-indent:0;
	padding: 0.2%;
	width: 6.59230769230769%;
	max-width: 96px;
}

#wowslider-container1 .ws_thumbs a:hover {
	opacity:1;
}

#wowslider-container1 .ws_thumbs a:hover img {
	visibility:visible;
}

#wowslider-container1  .ws_thumbs {
    position: absolute;
    text-align: left;
    bottom: 0px;
    left: 0;
	width:100%;
	height: 8em;
}

#wowslider-container1  .ws_thumbs div {
	position:relative;
	letter-spacing:-4px;
	width:165.1em;
	height: 100%;
}

#wowslider-container1 .ws_thumbs a.ws_selthumb{
	background-color: #000;
}

#wowslider-container1 .ws_thumbs a {
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.6);
    box-shadow: 0 0 1px rgba(0,0,0,0.6);
	background-color: #fff;
}

/* #Boxed layout
=============================== */

#wowslider-container1.boxed-wow.has-thumbs .ws_images {
	margin-bottom: 8.8em;
} 

#wowslider-container1.boxed-wow .ws_thumbs img {
	text-decoration: none;
	border: 0;
	width: 100%;
}

#wowslider-container1.boxed-wow .ws_thumbs a {
	position:relative;
	text-indent: -4000px; 
	color:transparent;
	opacity:0.85;
	text-decoration: none;
	display: inline-block;
	border: 0;
	line-height: 0;
	margin:0.50%;
	text-indent:0;
	padding: 0.50%;
	width: 10.5%;
	max-width: 106px;
}

#wowslider-container1.boxed-wow .ws_thumbs a:hover {
	opacity:1;
}

#wowslider-container1.boxed-wow .ws_thumbs a:hover img {
	visibility:visible;
}

#wowslider-container1.boxed-wow  .ws_thumbs {
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
	width:100%;
	height: 8.3em;
}

#wowslider-container1.boxed-wow  .ws_thumbs div {
	position:relative;
	letter-spacing:-4px;
	width:116.8em;
	height: 100%;
}

#wowslider-container1.boxed-wow .ws_thumbs a.ws_selthumb {
	opacity:1;
}

#wowslider-container1.boxed-wow .ws_thumbs  a {
	opacity:0.6;
	background-color: #fff;
}


/*
|--------------------------------------------------------------------------
|  7.0 Title
|  
|--------------------------------------------------------------------------
|
| 
|
*/

#wowslider-container1 .ws-title {
	position:absolute;
	display:block;
	bottom: 1em;
	left: 0.2em;
	margin-right:0.7em;
	color:#959695;
	z-index: 50;
	line-height: 1em;
	color:#111;
	font-size:28px
}

#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span {
	background:#FFF;
	display:inline-block;
	padding:0.35em;
	opacity:0.8;
}

#wowslider-container1 .ws-title span {
	padding:0.25em;
}

#wowslider-container1 .ws_images > ul {
	animation: wsBasic 52s infinite;
	-moz-animation: wsBasic 52s infinite;
	-webkit-animation: wsBasic 52s infinite;
}

@keyframes wsBasic{0%{left:-0%} 3.85%{left:-0%} 7.69%{left:-100%} 11.54%{left:-100%} 15.38%{left:-200%} 19.23%{left:-200%} 23.08%{left:-300%} 26.92%{left:-300%} 30.77%{left:-400%} 34.62%{left:-400%} 38.46%{left:-500%} 42.31%{left:-500%} 46.15%{left:-600%} 50%{left:-600%} 53.85%{left:-700%} 57.69%{left:-700%} 61.54%{left:-800%} 65.38%{left:-800%} 69.23%{left:-900%} 73.08%{left:-900%} 76.92%{left:-1000%} 80.77%{left:-1000%} 84.62%{left:-1100%} 88.46%{left:-1100%} 92.31%{left:-1200%} 96.15%{left:-1200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 3.85%{left:-0%} 7.69%{left:-100%} 11.54%{left:-100%} 15.38%{left:-200%} 19.23%{left:-200%} 23.08%{left:-300%} 26.92%{left:-300%} 30.77%{left:-400%} 34.62%{left:-400%} 38.46%{left:-500%} 42.31%{left:-500%} 46.15%{left:-600%} 50%{left:-600%} 53.85%{left:-700%} 57.69%{left:-700%} 61.54%{left:-800%} 65.38%{left:-800%} 69.23%{left:-900%} 73.08%{left:-900%} 76.92%{left:-1000%} 80.77%{left:-1000%} 84.62%{left:-1100%} 88.46%{left:-1100%} 92.31%{left:-1200%} 96.15%{left:-1200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 3.85%{left:-0%} 7.69%{left:-100%} 11.54%{left:-100%} 15.38%{left:-200%} 19.23%{left:-200%} 23.08%{left:-300%} 26.92%{left:-300%} 30.77%{left:-400%} 34.62%{left:-400%} 38.46%{left:-500%} 42.31%{left:-500%} 46.15%{left:-600%} 50%{left:-600%} 53.85%{left:-700%} 57.69%{left:-700%} 61.54%{left:-800%} 65.38%{left:-800%} 69.23%{left:-900%} 73.08%{left:-900%} 76.92%{left:-1000%} 80.77%{left:-1000%} 84.62%{left:-1100%} 88.46%{left:-1100%} 92.31%{left:-1200%} 96.15%{left:-1200%} }


/*
|--------------------------------------------------------------------------
|  8.0 Responsive
|  
|--------------------------------------------------------------------------
|
| 
|
*/

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}

@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs {
		display: none
	}
}
@media (max-width: 767px) {
	#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img {
		height: 540px;
	}
}

/* #FIN SLIDER
=============================== */


.caption-slider{
	position: absolute;
    top: 34%;
    z-index: 99;
    width: 100%;
}
.devis-mob {
	display: none;
}
.caption-slider .row {
	align-items: center;
}
.text-slider p {
	color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
}
.text-slider b {
	font-size: 42px;
}
.text-slider span {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	letter-spacing: .5px;
}
.Mobile .text-slider span {
	font-size: 18px;
}
.text-slider {
	position: relative;
	padding: 10px 30px;
}
.text-slider:before,
.text-slider:after {
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    border: 2px solid #f89400;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.text-slider:before {
	top: -15px;
    left: 0px;
    border-width: 4px 0 0 4px;
    transform: translate3d(0, 0, 0);
}
.text-slider:after {
	right: 0;
    bottom: -6px;
    border-width: 0px 4px 4px 0;
    transform: translate3d(0, 0, 0);
 }
.Devisgratuit {
	width: 64%;
    margin-left: auto;
}
.Devisgratuit h3 {
	color: #fff;
    letter-spacing: .5px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 32px;
}
.Mobile .Devisgratuit h3 {
	color: #000000;
}
.Devisgratuit input {
	border-radius: 0;
}
.Devisgratuit textarea,
.Devisgratuit input {
	font-size: 13px;
    font-family: 'Oswald', sans-serif;
    height: 42px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.Devisgratuit textarea {
	height: 62px;
}
.form-group {
	margin-bottom: 6px;
}
.btn.btn-devis{
	background: #149fe3;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}
@media(max-width: 1199px) {
	.Devisgratuit h3 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.text-slider {
	    padding: 10px 20px;
	}
	.text-slider p {
		font-size: 34px;
		line-height: 44px;
	}
	.text-slider b {
	    font-size: 34px;
	}
	.Devisgratuit {
	    width: 100%;
	}
	.Devisgratuit h3 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.text-slider:after {
		right: 25%;
	}
	.devis-mob {
		display: block;
	}
	.devis-desk {
		display: none;
	}
}
@media (max-width: 575px) {
	.caption-slider {
	    top: 250px;
	}
	.text-slider:after {
	    right: 0;
	}
}

/*CATEGORIES*/

.categories {
	margin-top: -115px;
    position: relative;
    z-index: 100;
}
@media(min-width: 992px) {
	.item-cat {
		width: 230px;
	}
	.item-cat a {
		display: block;
	    text-align: center;
	    position: relative;
	}
	.item-cat img {
		border-radius: 50%;
	}
	.img-cat {
		position: relative;
		width: 230px;
		height: 230px;
		margin: auto;
	}
	.img-cat:before {
	    position: absolute;
	    display: block;
	    content: '';
	    width: 100%;
	    height: 100%;
	    border-radius: 50%;
	    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	    -webkit-transition: all 0.35s ease-in-out;
	    -moz-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;
	}
	.item-cat a:hover .img-cat:before,
	.item-cat.active a .img-cat:before{
		box-shadow: inset 0 0 0 120px rgba(20, 159, 227, 0.56), inset 0 0 0 16px rgba(20, 159, 227, 0.63), 0 1px 2px rgba(20, 159, 227, 0.44)
	}
	.titre-cat {
		position: absolute;
	    top: 0;
	    display: table;
	    height: 100%;
	    width: 100%;
	    color: #fff;
	    font-size: 20px;
	    font-weight: 600;
	     opacity: 0; 
	    transition: all 0.35s ease-in-out;
	    padding: 0 60px;
	    line-height: 25px;
	}
	.titre-cat span {
		vertical-align: middle;
	    display: table-cell;
	}
	.item-cat a:hover .titre-cat,
	.item-cat.active a .titre-cat {
		opacity: 1;
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
}
/*Css slick*/

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
}
.slick-initialized .slick-slide {
    display: block;
}

@media (max-width: 991px) {
	.img-cat {
	    width: 210px;
	    height: 210px;
	}
	.titre-cat {
		font-size: 18px;
		padding: 0 45px;
	}
}
@media (max-width: 767px) {
	.categories {
		padding-top: 25px;
    	background: #ddd;
    	margin-top: 20px;
	}
}
@media(max-width: 575px) {
	.item-cat {
		margin: auto;
		margin-bottom: 15px;
	}
}
.Mobile .img-cat {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    background: white;
}
.Mobile .item-cat {
	background: white;
    padding-bottom: 5px;
}
/*CONTENT*/

.content {
	padding: 5em 0 0;
}
.content p {
	color: #717070;
    font-size: 14px;
}
.content h1 {
	margin-bottom: 20px;
	color: #f89400;
}
.content_1 .row {
	align-items: center;
}
.img_1 {
	padding: 0 3em;
}

@media (max-width: 1199px) {
	.img_1 {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.img_1 {
		padding: 0 4em;
	}
}
@media (max-width: 575px) {
	.img_1 {
		padding: 0 20px;
	}
}

.content_2 {
	/*background: url(../images/img/bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;*/
	width: 100%;
	position: relative;
	padding: 6em 0;
	margin-top: 5em;
}
.content_2:before {
	content: '';
    position: absolute;
    /*background: url(../images/dots.png) repeat;*/
    background: linear-gradient(to left, #149fe3 60%, #e2e2e2 60%);
    width: 100%;
    height: 100%;
    top: 0;
}
.content h2 {
	font-size: 24px;
}
.accord h2 {
	color: white;
}
.content_txt p {
    color: white;
}
.content_3 h2 {
    color: #149fe3;
}

/* CSS */
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 0;
  width: 76%;
  overflow: hidden;
  margin-left: auto;
}
.tab-texte {
  padding: 15px 0
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 6px;
}
label:hover h4 {
  color: #2389bc
}

label h4{
  word-wrap: break-word;
      padding: 0 15px;
}
label p {
    font-weight: 600;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
      text-align: justify;
      background: #fff;
    padding: 0 25px;
}
.tab-content ul {
  margin: 0
}

/* :checked */
input:checked ~ .tab-content {
  max-height: 450px;
  margin-bottom: 6px;
}
/* Icon */
.tab label::after {
  position: absolute;
  left: 16px;
    top: 16px;
  display: block;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f89400;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
.accord {
	align-items: center;
}
.img_2 {
	/*border: 10px solid #f89400;*/
    width: 60%;
    border-radius: 0;
    left: 10%;
    position: relative;
}
.img_2:before,
.img_2:after {
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    border: 2px solid #f89400;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.img_2:before {
    top: -10%;
    left: -14%;
    border-width: 4px 0 0 4px;
    transform: translate3d(0, 0, 0);
}
.img_2:after {
    right: -14%;
    bottom: -10%;
    border-width: 0px 4px 4px 0;
    transform: translate3d(0, 0, 0);
}
.content_3 {
	padding: 5em 0;
}

@media (max-width: 991px) {
	.tab {
		width: 100%;
	}
	.img_2 {
		left: 0;
		width: 100%;
		border: 10px solid #f89400;
	}
	.img_2:before,
	.img_2:after {
		display: none;
	}
}
@media (max-width: 767px) {
	.content_2 {
		padding: 5em 0;
	}
	.content_2:before {
		background: #149fe3;
	}
	.img_2 {
	    left: 0;
	    width: 64%;
	    margin: auto;
	    margin-bottom: 15px;
	}
	.content_3 .img_1 {
		margin-bottom: 2em;
	}
}

/*FOOTER*/

.img-footer {
	background: url(../images/img/bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 120px;
	width: 100%;
	position: relative;
}
.img-footer:before {
	content: '';
	position: absolute;
	background: url(../images/dots.png) repeat;
	height: 100%;
	width: 100%;
}
.bot-foot {
	padding: 4em 0 0;
	background: #181818;
}
.bot-foot a,
.text-aki,
.adrs {
	color: #fff;
}
.bot-foot h3 {
	color: #f89400;
	margin-bottom: 25px;
}
.item-lien {
	font-size: 12px;
	padding: 0px 0 12px;
}
.item-lien:hover a,
.copyright a:hover {
	color: #f89400;
}
.foot-adr a {
	color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
}
.foot-adr li a:before {
    content: '';
    position: absolute;
    background: url(../images/icon-phon.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0px;
}
.foot-adr li:last-child a:before {
    content: '';
    position: absolute;
    background: url(../images/icon-phon2.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 20px;
    left: 0;
    top: 3px;
}
.adrs,
.text-aki {
	font-size: 14px;
	margin-bottom: 15px;
}
.copyright {
	text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #7b7b7d;
    padding: 2em 0 2em;
    margin-top: 4em;
}
.logo-foot {
	width: 180px;
	margin-bottom: 15px;
}
.logo_Akisiweb img {
	width: 112px;
    margin-left: 5px;
}

