.header{
	margin-bottom: -100px;
}
.header-wrapper{
	background: #fff;
}
.logo-2{
	padding: 35px 0;
}
.logo-img {
   height: auto;
    width: 280px;
}
.header-1 #main-menu .navbar .nav > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 40px 0 0 0;
	margin: 0 5px 17px;
    color: #111111!important;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
    transition: all .4s ease 0s;
}
.affix.header-1 #main-menu .navbar .nav > li > a{
	padding: 25px 0 0 0;
    transition: all .4s ease 0s;
}
.header-1 #main-menu .navbar .nav > li > a:hover,
.affix.header-1 #main-menu .navbar .nav > li > a:hover{
	color: #f1592a!important;
}
header.affix .logo-2, .header.affix.no-transparent .logo-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .4s ease 0s;
}
.affix.header-1 #main-menu .navbar .nav > li.current > a{
	padding: 25px 0 0 0;
    color: #f1592a!important;
}
.header-1 #main-menu .navbar .nav > li.current > a{
    padding: 40px 0 0 0;
	margin: 0 10px 17px;
	border-bottom: none;
    color: #f1592a!important;
}
.min-bord{
	width: 0;
    height: 1px;
    background: #111111;
    display: block;
    margin-top: 2px;
	transition: .3s
}
.current .min-bord{
	width: 25px;
}
.header-1 #main-menu .navbar .nav > li > a:hover .min-bord{
	width: 25px;
}
.logo-row{
	width: 280px;
}
/*------------------ Slide ----------------------------*/

.h2slide {
    font-size: 32px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'RAleway', sans-serif;
    color: #fff;
	
}
.flex-top-bot p {
	color: #f9fafe;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}
.slider-1 .flexslider .overlayslide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
	z-index: 2;
}
.flex-bot-top {
	text-align: center;
	width: 100%;
}
.btn-redc, .btn-inscgrat {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #db3a19;
    font-weight: 600;
    padding: 10px 45px;
    letter-spacing: .5px;
	border: 2px solid #db3a19;
    line-height: 16px;
}
.btn-redc:hover, .btn-inscgrat:hover {
    color: #db3a19;
    background: #fff;
	border: 2px solid #db3a19;
}
.header-1 #main-menu .navbar .nav > li > a.btninscdv{
    color: #db3a19!important;
    background: #fff!important;
    padding: 10px!important;
	border: 1px solid #db3a19!important;
	margin-top: 28px!important;
}
.affix.header-1 #main-menu .navbar .nav > li .btninscdv{
	margin-top: 14px!important;
}
.btninscdv:hover{
    color: #fff!important;
    background: #db3a19!important;
	border: 1px solid #fff!important;
}
.slider-1 .slides li .contain, .slider-1 .loading {
    min-height: 720px;
}
.slider-1 .flex-direction-nav {
	display: none;
}
.title-cont {
    width: 300px;
    margin: 0 auto 50px;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
    line-height: 34px;
	font-weight: 400;
}
.para-cont {
    width: auto;
    margin: 0 auto 70px;
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
    line-height: 34px;
	color: #111111;
	font-weight: 400;
}
.servic img {
    width: 110px;
    height: auto;
	margin: 0 auto 15px;
    display: block;
	font-weight: 400;
}
.servic:hover img {
	animation: heartimg .3s 3 linear;
}
@keyframes heartimg{
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.servic p {
    text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
    line-height: 26px;
	color: #111111;
	margin-bottom: 15px;
	font-weight: 400;
}
.ccm{
	padding: 65px 0 0;
	position: relative;
}
.dvd {
	padding: 65px 0;
	position: relative;
}
.title-cont:before {
	content: '';
	width: 42%;
    height: 1px;
    background-color: #db3a19;
    position: absolute;
    left: 0;
    top: 82px;
}
.title-cont:after {
	content: '';
	width: 42%;
    height: 1px;
    background-color: #db3a19;
    position: absolute;
    right: 0;
    top: 82px;
}

.dvd .title-cont {
    width: auto;
}
.dvd .title-under {
    margin: 20px auto 20px;
    text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
    line-height: 34px;
	color: #111111;
	font-weight: 400;
}
.title-prof {
    margin: 20px auto 20px;
    text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
    line-height: 30px;
	color: #111111;
	font-weight: 400;
}
.para-cont {
    margin: 0 0 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #111111;
    font-weight: 400;
}
.dvd .para-cont {
	display: inline;
    text-align: left;
	color: #737373;
	font-weight: lighter;
	font-size: 18px;
}
.dvd .title-cont:before {
	width: 37%;
}
.dvd .title-cont:after {
	width: 37%;
}
.dvd .inscript .form-control{
	border-color: #d7d7d7;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dvd .inscript label{
	font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #0f0f0f;
	margin: 0 0 6px;
}
.inscript {
    overflow: hidden;
    padding: 25px 15px 5px;
    border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn-redinsc {
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #db3a19;
    font-weight: bold;
    padding: 10px 25px;
    letter-spacing: 1px;
    border: 2px solid #db3a19;
    line-height: 16px;
}
.btn-redinsc:hover {
    color: #db3a19;
    background: #fff;
}
.owl-clients-auto .item img{
	filter:grayscale(100%);
	transition: all .3s ease;
}
.owl-clients-auto .item:hover img{
        filter:grayscale(0);
}
.owl-item .item{line-height:60px}
.grey-light-bg.titlebg{
	padding-top: 140px;
	padding-bottom:10px;
	background-color:#333;
	background-image:none !important;
	text-align:left
}
.grey-light-bg.titlebg .page-title {
    font-size: 35px;
	line-height: 30px;
}
h1.page-title{margin:0 !important}
.bg-constr {
    background-image: url(../images/hero_team2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right;
	padding-bottom: 100px;
	padding-top: 100px;
}
.title-constr {
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    line-height: 80px;
    font-weight: 600;
    color: #f9fafe;
    text-transform: uppercase;
    margin: 60px auto 10px;
	max-width: 100%;
    text-shadow: 0 0 1px #000, 0 0 1px #000;
}
.para-constr {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
    line-height: 34px;
	color: #f9fafe;
	font-weight: 400;
	max-width: 80%;
}
.para-constr:last-of-type {
    margin: 0 auto 40px;
	text-shadow: 0 0 1px #000, 0 0 1px #000;
}
.constr .btn-redc{
	margin-bottom: 40px;
}
.dark {
    background: #1b1b1b;
    border-bottom: 5px solid #db3a19;
}
.mater {
	padding: 20px 0;
}
.mater img {
	width: 45px;
    height: 42px;
	vertical-align: bottom;
	margin-right: 20px;
	transition: .3s;
}
.mater:hover img {
	animation: viberimg .3s 2 linear
}
@keyframes viberimg{
	0%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50%{
		-webkit-transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	100%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.mater p {
    margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
    line-height: 22px;
	color: #f9fafe;
	font-weight: 400;
	display: inline-block;
    width: 290px;
}
.topfooter {
    background-color: #404040;
}
.widget {
    margin-bottom: 20px;
}
.widget h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
	display: none;
}
.widget .links-list{
	padding: 40px 0 0;
}
.widget .links-list li, .widget ul li {
    line-height: 20px;
	display: inline-block;
    padding: 5px 10px;
	transition: .3s;
}
.widget ul li a, .a-text-cont a{
	color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.widget ul li a:hover, .a-text-cont a:hover{
	color: #db3a19;
}
.footer-2-soc-a {
    border-bottom: none;
    padding: 20px 0;
    margin-bottom: 0;
}
.widget i.fa {
    width: 20px;
    text-align: center;
}
.footer-2-soc-a a {
    font-size: 19px;
    color: #fff;
    background: #717171;
    border: 3px solid #717171;
    padding: 3px 6px;
    border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.footer-2-soc-a a:hover {
    color: #db3a19;
    background: #fff;
    border-color: #fff;
}
.footer-2-text-cont {
    margin-bottom: 15px;
}
.footer-2-text-cont i.fa{
	font-size: 26px;
    vertical-align: text-bottom;
	color: #fff;
}
.footer-2-text-cont address, .footer-2-text-cont p, .footer-2-text-cont a{
	display: inline-block;
    margin-left: 10px;
	color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.footer-2-text-cont a:hover{
	color: #9d9d9c;
}
#back-top a {
    color: #fff;
    background: rgba(219, 58, 25, .7);
    border-radius: 5px;
}
#back-top a:hover {
    color: #fff;
    background: rgba(219, 58, 25, 1);
}
.widget{
	display: none;
}
.widget:first-child, .widget:nth-child(2){
	display: block;
}
.header-1 #main-menu .nav.navbar-nav {
    margin-right: 0;
}
.footer-2-copy:hover, .a-text:hover{
	color: #fff;
}
.logo-footer-cont{
	margin: 0;
	padding: 30px 0;
}
.owl-theme.etap2 .owl-controls .owl-buttons div{
	height: 40px;
	border-radius: 5px;
	font-size: 40px;
	padding: 0;
}
.etap2 [class^="icon-"]:before, [class*=" icon-"]:before{
	font-weight: 600!important;
}
@media (min-width: 1201px){
	.title-cont:before {
		width: 38%;
	}
	.title-cont:after {
		width: 38%;
	}
	.dvd .title-cont:before {
		width: 33%;
	}
	.dvd .title-cont:after {
		width: 33%;
	}
}
@media (max-width: 1199px){
	.logo-img {
		max-width: 170px;
	}
	.header-1 #main-menu .navbar .nav > li > a {
		font-size: 13px;
		margin: 0 4px 17px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px){
	.title-cont:before {
		width: 37%;
	}
	.title-cont:after {
		width: 37%;
	}
	.dvd .title-cont:before {
		width: 28%;
	}
	.dvd .title-cont:after {
		width: 28%;
	}
}
@media (max-width: 1024px){
	.header-1 #main-menu .navbar .nav > li > a{color:#fff !important}
	.logo-row{
		width: auto;
	}
	.hamb-mob-icon {
		display: block;
		float: left;
		padding: 32px 5px 23px 5px;
		font-size: 45px;
		color: #fe4605;
		transition: padding .4s ease 0s;
		transform: translateZ(0);
	}
	.title-cont:before {
		width: 34%;
	}
	.title-cont:after {
		width: 34%;
	}
	.dvd .title-cont:before {
		width: 25%;
	}
	.dvd .title-cont:after {
		width: 25%;
	}
	.para-cont {
    	width: 80%;
	}
	.servic p{
		max-width: 255px;
    	margin: 0 auto 25px;
	}
	.title-constr{
		font-size: 55px;
    	line-height: 65px;
	}
	.mater img{
		margin-right: 15px;
	}
	.mater p {
		font-size: 12px;
		width: 225px;
	}
	.header-1 #main-menu .navbar .nav > li > a.btninscdv {
		margin-top: 0!important;
		margin-bottom: 10px!important;
	}
}

@media (max-width: 768px){
	
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.title-cont {
		font-size: 20px;
	}
	.title-cont:before {
		width: 29%;
	}
	.title-cont:after {
		width: 29%;
	}
	.dvd .title-cont:before {
		width: 20%;
	}
	.dvd .title-cont:after {
		width: 20%;
	}
	.title-constr{
		font-size: 45px;
    	line-height: 60px;
	}
	.mater {
		text-align: center;
	}
	.mater p {
		text-align: left
	}
	.button.medium {
		display: block;
		float: right;
		margin: 30px auto;
	}
	.imgresp {
		display: none;
	}
	.widget .links-list{
		padding: 0;
	}
}
@media (max-width: 576px){
	.h2slide{
		font-size: 24px;
		line-height: 40px;
	}
	.flex-top-bot p{
		font-size: 16px;
	}
	.slider-1 .slides li .contain, .slider-1 .loading {
		min-height: 576px;
	}
	.para-cont {
		font-size: 14px;
	}
	.servic p{
		font-size: 14px;
	}
	.title-cont {
		font-size: 18px;
	}
	.title-cont:before {
		width: 20%;
	}
	.title-cont:after {
		width: 20%;
	}
	.dvd .title-cont:before {
		width: 5%;
	}
	.dvd .title-cont:after {
		width: 5%;
	}
	.title-constr {
		font-size: 30px;
		line-height: 43px;
	}
	.para-constr {
		font-size: 16px;
	}
	.button.medium {
		float: none;
	}
	
}
@media (max-width: 375px){
	.h2slide{display:none}
	.pslide{margin-top:120px; font-size:22px !important; line-height:32px}
	.dvd {
	padding: 0 0;
}
.dvd .title-cont{display:none}

	.slider-1 .slides li .contain, .slider-1 .loading {
		min-height: 475px;
	}
	.logo-img{
		width: 210px;
	}
	.title-cont:before {
		width: 16%;
	}
	.title-cont:after {
		width: 16%;
	}
	.dvd .title-cont:before {
		width: 0;
	}
	.dvd .title-cont:after {
		width: 0;
	}
	.grey-light-bg.titlebg .page-title {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 320px){
	.mater p {
		text-align: center;
		margin-top: 8px;
	}
	.g-recaptcha {
		margin-left: -5px;
	}
}
.inscrpit label{display:block}
.controledcheck{margin-right:10px !important}
p.stepdesc{height:110px}
.devis_etapes_sm h2{margin:0 0 15px 0}
.devis_etapes_sm p{ font-size:12px; line-height:18px}
address span strong{ width:81px !important}



