/*===========================================*/
/* This is the Main Stylesheet for Enhenyero Engineering Template
/* Theme Author: Bootstrap Seven Themes
/* Theme URL: BootstrapSeven.Com
/* Created : March 20, 2015

==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Shortcodes
- Home Page
- Pages
- Portfolio Section and Pages
- Testimonial Section
- Blog/News
- About Us Page
- Contact Us Page
- Sidebar
- Footer Area
/*===========================================*/
/*===========================================*/
/* Imports
===========================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);



/*===========================================*/
/* General
===========================================*/
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
	font-family: 'Roboto'!important;
	position:relative;
	height:auto;
}


.container { width:1170px; margin:auto;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
	overflow: hidden;
}

.navbar-collapse { border-color: transparent !important; }






h1 {
	font-family: 'Roboto';
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
    line-height: 70px;
}
h2 {
	font-family: 'Roboto ';
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0;
	/*text-transform: uppercase;*/
}
h3 {
	font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0;
	/*text-transform: uppercase;*/
}
h4 {
	font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0px;
	/*text-transform: uppercase;*/
   
}
h5 {
	font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0px;
}
p { font-size: 16px; font-weight:300; }
a {
    color: #5c5c5c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
}



.footer-content a:hover { color:#fff;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
.noradius { border-radius: 0 }
.nopadding { padding: 0 }
.nopaddingleft { padding-left: 0 }
.nopaddingright { padding-right: 0 }
.nomargin { margin: 0 }
.spacer { padding: 40px 0 }
.smallspacer { padding: 20px 0 }




.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#contLogo { float:left;}
#contLogo img { max-height:60px; margin-top:5px;}

#top-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    height: auto;
    color: #777777;
    padding: 10px 0 2px 0;
}
#top-menu.navbar { min-height: 35px !important }
#top-menu p.text-right span { margin-left: 15px }
a.logo.navbar-brand { min-width:400px;}
.logo {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1px;
    margin-right:40px;
}
#top-menu small { padding-left:15px; font-size:14px;}
.logo_img { margin-top:-20px;margin-right: 40px;}

#top-menu .navbar-header small {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto';
    margin-top: -50px;
}
ul.top-links li { padding: 5px 0 }
.top-contact ol li {
	font-size:25px;
    margin-left: 20px;
    font-weight: 300;
}
#main-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: 30px;
}

#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#main-menu.stick {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 10000;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.navbar-collapse { }
#main-menu .nav > li > a { }
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-toggle {
    float: none !important;
    color: #fff;
}
.navbar-toggle i { text-align: center }
#main-menu i.fa.fa-bars { font-size: 20px }
#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand { color: #ffb642 }

.dropdown-menu > li > a,
#main-menu.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto' !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}


.dropdown-smenu { }
.dropdown-smenu li a { position:relative;}

.dropdown-menu li a .caret{ position:absolute; right:30px; margin-top:10px; display:inline-block;}

.dropdown-smenu li { text-transform:uppercase; padding:10px 0px;}
.dropdown-smenu li a { color:#fff;}
.dropdown-smenu li a:hover { color:#ff0004 !important;}


.dropdown-menu li ul.dropdown-smenu{
    max-height: 0;
    opacity: 0;
    display:none;
}

.dropdown-menu li ul.dropdown-smenu.opened{
    max-height: initial;
    opacity: 1;
    display:block;
}


#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus {
    color: #000 !important;
	
}
#main-menu .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    margin-right: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	
}

#main-menu .navbar-nav > li > li > a {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 2px solid transparent;
    margin-right: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	
}

.socials{
    width: 350px;
    position: absolute;
    margin-left: 975px;
    margin-top: 24px;
    list-style: none;
}
.socials li{

    width: 25px;  
    display: inline-block;
}

.socials li:hover{color: #000;}

div.social-icon span {
    width: 40px;
    height: 40px;
}
div.social-icon span a {
    color: #ffffff;
    background: #222222;
    font-size: 18px;
    border-radius: 50%;
    padding: 8px 12px !important;
}

div.social-icon span a:focus { color: #ff0004 !important }

div.social-icon span a.facebook:hover {
	background:#8A2E91;
}
div.social-icon span a.twitter:hover {
	background:#8A2E91;
}
div.social-icon span a.google:hover {
	background:#8A2E91;
}
div.social-icon span a.skype:hover {
	background:#8A2E91;
}
div.social-icon span a.pinterest:hover {
	background:#8A2E91;
}
div.social-icon span a.pinterest:hover {
	background:#8A2E91;
}
div.social-icon span a.linkedin:hover {
	background:#8A2E91;
}
div.social-icon span a.flickr:hover {
	background:#8A2E91;
}
div.social-icon span a.youtube:hover {
	background:#8A2E91;
}
div.social-icon span a.youtube:hover {
	background: #8A2E91;
}


.search_menu{
    margin-left:500px;
    width:450px;
    margin-top:20px;
    margin-bottom:20px;
}























.title_captcha {
    font-size: 14px;
}
#main-menu .input-group-btn button.btn.btn-default {
    background: transparent;
    border-color: #dedede;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #222 !important;
    background-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus { background-color: transparent }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}


.nav_fixe{
        list-style:none;
        padding:0;
        margin:0;
        position:fixed;
        left:0;
        top:250px;
        z-index: 100;
}

.li_nav{
        height:37px;
        width:35px;
        background: #e73c08; /* Old browsers */
		padding:4px;
		position:relative;
		border-radius: 0px 10px 10px 0px;

}
/*
.li_nav:hover .zoom_img_effect_sm  {
    -webkit-transform: scale(1.10) translateZ(0);
    transform: scale(1.10) translateZ(0);
}
.zoom_img_effect_sm {
    position: relative;
    transition: all .3s ease-out;
}*/
/*===========================================*/
/* Shortcodes
/*===========================================*/
blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #604b8c;
    background-color: #f4f4f4;
}
blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}
.blockquote-reverse {
    border-right: 5px solid #ffb642;
    padding: 20px;
}
blockquote.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
blockquote.dark .lead { color: #ffffff }
blockquote.color { background-color: rgba(189, 59, 36, 0.15) }
/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}
ul.list-block i { margin-right: 20px }
/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}
.tab-style1 .nav-tabs > li > a { border-radius: 0 }
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #ffb642;
    border: 1px solid #ffb642;
    border-bottom-color: transparent;
    font-weight: 700;
}
.tab-style1 .nav-tabs { border-bottom: 1px solid rgb(189, 59, 36) }
.tab-style2 .nav-pills > li.active > a,
.tab-style2 .nav-pills > li.active > a:hover,
.tab-style2 .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ffb642;
}
.tab-style2 .nav-pills > li > a { border-radius: 0 }
.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: #ffb642;
}
/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #777;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading.active { background: #ddd }
.panel-default {
    border-color: transparent;
    background: #fbfbfb;
    border-radius: 0;
    border: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}
*:focus { outline: none !important }
.panel-title > a { color: #777 }
h4.panel-title { font-weight: 400 }
/* Accordion Style 2 */
#accordion2 .panel-default > .panel-heading {
    background-color: #ffb642;
    border: 2px solid #ffb642;
    color: #f1f1f1;
}
#accordion2 .panel-title > a { color: #222222 }
/* Accordion Style 3 */
#accordion3>.panel-default > .panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}
#accordion3>.panel-default > .panel-heading:hover,
#accordion3>.panel-default > .panel-heading.active { background-color: #ddd }
/* Accordion Style 4 */
#accordion4>.panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffb642;
}
#accordion4>.panel-default > .panel-heading:hover,
#accordion4>.panel-default > .panel-heading.active { background-color: #ffb642 }
#accordion4>.panel-default > .panel-heading.active .panel-title > a,
#accordion4>.panel-default > .panel-heading:hover .panel-title > a,
#accordion4>.panel-default > .panel-heading .panel-title > a:focus { color: #f1f1f1 }
/*===========================================*/
/* Home Page
/*===========================================*/

/*#header-slider .carousel-caption {
 position:absolute;
 top:20%;
 right:0;
 left:0;
 bottom:auto;
 z-index:10;
 padding-top:0%;
 padding-bottom:6%;
 text-shadow:none;
 background:#FC7C2F;
 width:100%;
 opacity:0.7;
}

#header-slider .carousel-caption h2{
    font-weight: 800;
    letter-spacing: 5px;
    color: #fff; 
    font-size: 46px;
}

#header-slider .carousel-caption p{
    
    color: #fff;
	margin-top:1%;
  
}


#header-slider .carousel-indicators {
 position:absolute;
 bottom:50px;
 left:auto;
 right:0;
 z-index:15;
 width:20%;
 padding-left:0;
 margin-left:-30%;
 text-align:center;
 list-style:none
}*/

.btn_slider{
    margin-top: 10px;
    background-color: #fff;
    color: #333;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}

.btn_slider:hover
 {
    background-color: #604b8c;
    color: #fff; 
}

.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}
a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: -20px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 20 }
button.en-btn,
a.en-btn {
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    background: transparent;
    border: 4px solid #ffffff;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}
a.read-more,
a.read-more>span {
    font-style: normal;
    font-weight: 900;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
	color:#000;
}
a.read-more:hover { font-weight: 900 }
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}
/*===========================================*/
/* Pages 
/*===========================================*/
/* Page Content */
#en-content { padding: 80px 0 }
#en-content .img,
.img { margin: 15px 0 }
/* Page Header */
#en-header {
    padding: 2%;
	background:#dedede; padding:10px 0px
}
#en-header .breadcrumb {
    padding: 5px 15px 0px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
}
#en-header .breadcrumb a { color: #2b2b2b !important }
#en-header .breadcrumb > .active {
    font-weight: 900;
}
.breadcrumb > li + li:before { color: #2b2b2b; }
/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #FAFAFA;
}
/* Intro */

.intro_img_accueil img{
    position: relative;
    width: 100%;
  	display: flex;
	justify-content: center;
  	align-items: center;
    z-index: 1;
}

#en-intro {
    
     background:url(../img/maintenance-wordpress-1.png) center center no-repeat fixed;
	 background-color:#fff;
	 width:100%; 
	 background-size:cover;
	
}

.text-intro-right {
    
   text-align: justify;
    font-size: 18px;
	font-weight:400;
    color:#000;
    margin-bottom: 50px;
    line-height: 25px;
	
}

/* Services */
#en-services {
    padding: 80px 0;
    background-repeat: repeat;
    color: #000;
	
}
.service { min-height: 400px;}
.section-title.text-left hr { margin-left: 0 }
.section-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}


.section-title-partenaire h2{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #604B8C;
    font-weight: 600;  
}

.section-title-partenaire h3{
	font-family: 'Roboto';
    font-weight: 400; 
    letter-spacing: 0px;
    margin-top: 20px;
	text-align: center;
}

.section-title p { color:#666;}
.section-title h2 {  line-height: 1em; 
    padding-bottom: 10px; 
    font-size:40px; 
    font-weight: 700; 
    color: #333; 
    margin-top:50px; 
   text-align: left;
}

.section-title-left p { color:#666;}
.section-title-left h2 {  line-height: 1em; 
    padding-bottom: 10px; 
    font-size:40px; 
    font-weight: 700; 
    color: #333; 
    margin-top:50px; 
   text-align: center;
}

.section-title hr {
    width: 60px;
}

.intro_site{
	color:#fff;
	text-transform:none;
	
}


.service h4 { margin-top: 20px;font-weight:300; font-size:20px; text-transform:uppercase; }
.service>a h4,
.service>a img {
    transition: all 0.5s;
    opacity: 0.8;
}

.service:hover>a img { opacity: 1 }
.service p { color:#2b2b2b; }
/* CTA */
.en-cta { background-position:center center !important; background-size: contain; background-repeat:no-repeat; }
.en-cta h2 { font-size:30px; color:#fff; margin-bottom:10px;}
.en-cta small { font-size:22px; color:#FFFFFF; display:block; font-weight:300;}
.en-cta .row { margin-top:60px !important; margin-bottom:60px !important;}
.en-cta .overlay {
    padding: 3%;
    color: #ffffff !important;
	
}
.overlay.dark { background-color: rgba(0, 0, 0, 0.60) }

.overlay.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #222222 !important;
}
.en-cta2 {
    padding: 3%;
    color: #ffffff;
}
.en-cta-solid {
    padding: 3%;
    background-color: #f1f1f1;
    margin: 20px 0;
}
.en-cta-solid.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.en-cta-solid.color {
    background-color: #ffb642;
    color: #f1f1f1;
}
/* Single Blog Posts */
ul.share {
    margin: 20px 0;
    border-top: 2px solid #ffb642;
    padding: 10px;
    background: #FBFBFB;
}
ul.share li {
    margin-right: 10px;
    font-size: 20px;
}
.author {
    border-top: 2px solid #ffb642;
    margin-top: 60px;
    background: #FBFBFB;
    padding: 20px;
}
.media.comment {
    padding: 20px 0;
    border-top: 2px solid #ffb642;
}
.media.reply-comment { padding: 20px 0 }
/* Comment Form */
#comment-form { margin-bottom: 30px }
/* Team Page */
#en-team {
    background: #fafafa;
    background-image: url(../img/pattern/03.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 80px 0;
}
.team .hover-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team .hover-bg .hover-text.on { opacity: 1 }
.team .hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.team .hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.team h5,
.career-position h5 { margin-bottom: 0px }
.career-position h6 {
    color: #ffb642;
    text-decoration: underline;
}
#en-career {
    padding: 80px 0;
    background: #ffffff;
}
/* Error Page */
.error i { font-size: 200px }
/* Career Page */
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}
/*===========================================*/
/* Portfolio Section and Page
/*===========================================*/
#en-portfolio {
    padding: 80px 0;
    background-color: #ffffff;
}
#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}

.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 100%;
    
    color: #ffffff;
    transition: all 0.8s;
}

.hover-bg  h4{
	position:absolute;
	color: #fff;
	z-index: 1;
	text-align: center;
	background: #000;
  	top: 0px;
  	left: 0;
	width: 100%;
  	display: inline-block;
  	padding: 3px 0px 3px 0px;
  	margin: 0;
	font-size: 15px !important;
	letter-spacing: 2px;
    
} 
    .hover-bg .hover-text.off p{
	text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    padding-left: 14px;
    padding-top:15px;
		}

.text_car_plus{
    color:#FC7C2F;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 14px;
}

.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: none;

}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: none;

}

#portfolio-items .owl-controls i.fa { font-size: 100px }
#en-services .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background:transparent;
    
}


/* Portfolio Page */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
ul.list-inline.cat {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
ul.list-inline.cot {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}


.project-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
/*===========================================*/
/* Testimonial Section
/*===========================================*/
#testimonial .item {
    width: 80%;
    margin: auto;
}
.testimonial .owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px 5px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #777;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    border-color: transparent;
}
.owl-theme .owl-controls,
.owl-theme .owl-controls { margin-top: 10px }
.testimonial {
    background: #2b2b2b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.testimonial .overlay { padding: 4% }
.testimonial.light .overlay { background: rgba(255, 255, 255, 0.92) }
.testimonial.dark .overlay {
    background: rgba(40, 47, 53, 0.85);
    color: #ffffff;
}
.testimonial.color .overlay {
    color: #ffffff;
}
.testimonial.color blockquote footer { color: #f1f1f1 }
.testimonial.color .owl-theme .owl-controls .owl-page span {
    background: #000;
    border: 3px solid #000;
}
.testimonial.color .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffffff;
    border-color: transparent;
}
.testimonial img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.testimonial blockquote {
    border-left: 0;
    font-style: italic;
    background-color: transparent;
}
.testimonial blockquote footer {
    margin-top: 15px;
    color: #ffb642;
}

/*===========================================*/
/* Blog/News
/*===========================================*/
#en-news {
    padding: 80px 0;
    background: #fafafa;
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.news>a h4 { transition: all 0.8s;  }

.news>hr {
    width: 100px;
    margin-left: 0;
}
span.meta-date,
p.meta { color: #5C5C5C }
.meta-date i,
p.meta span { margin-right: 10px }
/* Partners */
#en-partners {
    padding: 80px 0;
    background: #ffffff;
}
/* News / Blog Page */
#blogposts .news { margin-bottom: 60px }
#blogposts .news hr { border-color: #f1f1f1 }
.news:hover>a h3 { color: #ffb642 }
.news .featured-img { position: relative }
.featured-img span.meta-date {
    position: absolute;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.48);
    color: #ffffff;
}


#blogposts .newsInd { margin-bottom: 60px }
#blogposts .newsInd hr { border-color: #f1f1f1 }
.newsInd:hover>a h3 { color: #ffb642 }
.newsInd .featured-img { position: relative }
.featured-img span.meta-date {
    position: absolute;
    top: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.0);
    color: #333;
}




/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ffb642;
    border-color: #ffb642;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffb642;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffb642;
    background-color: #eee;
    border-color: #ddd;
}
.pagination li.active a { color: #fff !important }
/*===========================================*/
/* About Us Page
/*===========================================*/
/* Values */
.values {
    height: 100%;
    width: 100%;
    padding: 30px 25px 20px 30px;
    color: #ffffff;
    overflow: hidden;
    min-height: 200px;
}
.detail { position: relative; }
.detail a {color:#ffffff; }
.service .read-more { color:#ff0004 !important;}

.values hr {
    width: 80px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.44);
}
.values span.icons { font-size: 10px }

.values span.icons {
    font-size: 150px;
    position: absolute;
    bottom: -100px;
    right: -40px;
    color: rgba(255, 255, 255, 0.16);
}
/* Awards */
#en-awards { padding: 80px 0 }
.awards i.icons,
.career-position i.icons {
    font-size: 60px;
    margin-left: -20px;
}
/* Why Us Section */
#en-why-us,
#en-application,
#en-offices {
    padding: 80px 0;
    background: #fafafa;
}
#en-why-us .section-title.text-left { margin-top: 20px }
/*===========================================*/
/* Contact Us Page
/*===========================================*/


/*Snackbars*/

#form-output-global.active {
    visibility: visible;
}

#form-output-global.active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(-500px, 0, 0);
    transition: .3s all ease;
}
@media (min-width: 576px) {
    #form-output-global {
      left: 30px;
    }

    .icon {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
    }

    .icon::before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
    }

    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    .fa-circle-o-notch::before {
        content: "\f1ce";
    }

    [class*="fa-"]::before {
        font-weight: 400;
        font-family: 'FontAwesome';
    }
    .snackbars .icon-xxs {
        font-size: 18px;
    }


.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars {
    color: #ffffff;
    text-align: left;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}



@media (min-width: 375px){
.form-validation {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 11;
    margin-top: 35px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;

}
.snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
}
}

/*
*
* Form styles
*/


#contact-form .alert-danger {
    color: #000000;
    background-color: #FFF0D9;
    border-color: #FFB642;
}
.form input.form-control {
    height: 50px;
    color: #777;
    background-color: transparent;
}
.form-control-select {
	height:50px;
	color: #999;
    background-color: transparent;
}

.form input.form-control {
    height: 50px;
    color: #777;
    background-color: transparent;
}

.form .form-control { margin-bottom: 20px }
.form textarea { background: transparent }
.offices { margin-bottom: 30px }
/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}
/*===========================================*/
/* Sidebar
/*===========================================*/
.sidebar-widget {
    margin-bottom: 30px;
    border-top: 2px solid #ffb642;
    padding: 30px;
    background: #FBFBFB;
}

.sidebar-widget .widget-title h4 { color: #777777 }
.recent-posts .media {
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0;
}
.recent-posts .media img,
.recent-posts .media a h5 { transition: all 0.5s }
.recent-posts .media span { margin-right: 5px }
.recent-posts .media:hover img { opacity: 0.7 }
.recent-posts .media:hover a h5 { color: #ffb642 }
.sidebar-widget ul.list-block li i,
.sidebar-widget ul.list-block li a {
    color: #777;
    transition: all 0.5s;
}
.sidebar-widget ul.list-block li:hover a { color: #ffb642 }
.sidebar-widget ul.list-block li:hover i {
    margin-left: 10px;
    color: #ffb642;
}
.tags ul li {
    border: 2px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.tags ul li:hover {
    background: #ffb642;
    border-color: #ffb642;
}
.tags ul li:hover>a { color: #ffffff }
/*===========================================*/
/* Footer Area
/*===========================================*/
#en-footer .footer-content {
    padding: 80px 0;
    text-align: center;
	
 }
.footer-logo { margin-bottom: 20px }
.footer-logo {
	
    font-size: 26px;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
    margin-right: 40px;
    padding: 0px 0px;
	
}
/* Footer Widget */
.widget {}
.widget-title.text-left hr { margin-left: 0 }
.widget-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
	
}
.widget-title h4 {
    font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.widget-title hr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 28px;
	left: 0;
	top: 100%;
}



.widget li i,
.widget a {
    transition: all 0.5s;
	
}
.widget li:hover a { color: #fff }
.widget li:hover i {
    margin-left: 10px;
    color: #fff;
}
.widget .media a h5 {
    color: #f1f1f1;
    transition: all 0.5s;
}

/* Form */
.widget .form-control {
    height: 50px;
    color: #f1f1f1;
    background-color: transparent;
    border: 1px solid #777;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img { width:100%; height:auto;} 


.numbering {
    position: relative;
    
}
.numbering .pattern { background:url(../img/pattern.png); padding:80px 0 80px 0;}
.numbering .container { }
.numbering .overlay-fajar {
    opacity: .85;
}

.numbering .heading {
    padding-bottom: 20px;
	text-align:center;
	color:#fff;
}

.numbering .heading h1 {
	font-family: 'Roboto';
	font-weight:300;
	font-size:40px;
	letter-spacing:0px;
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
    padding-bottom: 0!important;
    color: #fff!important;
	text-shadow: 3px 3px 3px #000, 3px 3px 3px #000;
	line-height:50px;
}

.numbering .heading p {
    border: 0;
	font-size:20px;
	text-shadow: 3px 3px 3px #000, 3px 3px 3px #000;
}

.counter {
    margin: 40px 0 0;
}

.counter i {
    font-size: 90px;
    color: #fff;
    margin: 0 0 30px;
    display: block;
    line-height: 1;
}

.counter i.icon-pizza {
    transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
}

.counter .quantity-counter1,.counter .quantity-counter2,.counter .quantity-counter3,.counter .quantity-counter4 {
	font-family: 'Roboto';
    color: #FFF;
    font-size: 78px;
    line-height: 1;
    font-weight: 600;
    display: block;
    margin: 0 0 20px;
	text-shadow: 3px 3px 3px #000, 3px 3px 3px #000;
}

.counter h6 {
	/*font-family: 'Oswald', sans-serif;*/
    color: #FFF;
    font-size: 28px;
    margin: 0;
	text-shadow: 3px 3px 3px #000;
}

.counter h6 span {
	font-family: 'Roboto';
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
    color: #fff;
}
.carousel-caption h1 { font-weight:300; margin-left: 50px;}
.dropdown-smenu { list-style:none; }
.dropdown-smenu a { color:#ffffff; }
.dropdown-smenu a:hover { color:#dedede; }


.error-name { color:#fff !important; font-size:12px; display:none; padding:5px;}
.error-surname { color:#fff !important; font-size:12px; display:none; padding:5px;}
.error-phone { color:#fff !important; font-size:12px; display:none; padding:5px;}
.error-email { color:#fff !important; font-size:12px; display:none; padding:5px;}
.inscrit { color:#fff !important; font-size:11px; display:none; padding:5px;}
.success { font-size:16px; color:#fff !important; display:none; padding:5px;}
#subscribe-form label { display:block;}

#subscribe-form #name, #subscribe-form #surname,#subscribe-form #phone {
display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2b2b2b;
    background-color: #efefef !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	font-weight:300;
}
#subscribe-form #email {
display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2b2b2b;
    background-color: #efefef !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	font-weight:300;
}
#subscribe-form input .name:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#subscribe-form input .surname:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#subscribe-form input .phone:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#subscribe-form input .email:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#erreurContact { padding:10px 0 10px 0; display:block; color:#ff0000; display:none; }
#successContact { padding:10px 0 10px 0; display:block; color:#00AD13; display:none; }

.section { position: relative; box-sizing: border-box; }

video { display: block; vertical-align: baseline; }

.video-player { padding: 0px; position:relative; }
.video-player .index-video { overflow: hidden; }
.video-player .index-video .overlay-fajar {  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; z-index: 2; }
.video-player .overlay-fajar { position: absolute; text-align:center; left: 0px; top: 0px; width: 100%; height: 100%; background:url(../img/pattern.png); z-index:3; }
.video-player .overlay-fajar img { margin-top:40px !important;margin-bottom:50%; margin:auto; opacity:0.2;transition: all 0.5s;-webkit-transition: all 0.5s;    -moz-transition: all 0.5s;-o-transition: all 0.5s;}
.video-player .overlay-fajar img:hover { opacity:1;}
.video-player .overlay-fajar a { display:block; width:250px; margin:auto; border:2px solid #fff; color:#fff; padding:15px 30px 15px 30px; margin-top:25px;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px;}
.video-player .overlay-fajar a:hover { background: rgba(221,221,221,0.6);}
.video-player .banner-video { position:relative; top: 0px; left: 0px; width: 100%; height:500px; background:#000; }
.covervid-video { display:none;}

#subscribe .overlay { padding:40px 0 40px 0;}

#en-service { background:#fff; padding:80px 0 80px 0}
#en-fiche { background:#fff; padding:80px 0 80px 0}

#formTestim {}
#formTestim input { color:#2b2b2b !important; background:#efefef; border:1px solid #ccc; display:block; width:100%; padding:5px;}
#formTestim textarea { color:#2b2b2b; background:#efefef; border:1px solid #ccc; display:block; overflow:auto; width:100%; padding:5px; height:100px; margin-top:20px;}
#formTestim button { margin-top:20px;}

.nivo-lightbox-ajax { box-shadow:none !important;}


#counterMatch { color:#ff0000;}
#counterMatch span { font-size:25px;}



#en-partners .owl-carousel .owl-item a {
	max-width:200px;
}

#en-love { padding:40px 0;}


#video {
	background:#000;
    margin: 0px;
    position: relative;
}
.video-pattern {
    background: transparent url(../img/pattern.png) repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 75px 0px;
    position: absolute;
    text-align: center;
}

#cooker { position:fixed; background:#fff; color:#000; box-shadow: rgba(0,0,0,.5) 0px 5px 50px; bottom:0px; width:100%; padding: 30px; overflow-y: scroll;z-index:4000; text-align:left;}
#cooker a { color:#4bacc6; }
#cooker a:hover { color:#604b8c; }
.cookies_ok{  
	min-width: 315px !important;
    height:55px!important;
    letter-spacing:2px;
    font-weight:600;
    line-height:50px;
    float:right; 
    margin:0 0 15px;
    padding:0 13px; 
    color:#fff; 
    text-align:center;
    border:2px solid #fff;
    border-radius:3px;
    box-sizing:border-box;
    text-decoration:none;
    text-transform:uppercase;
    transition:all .2s ease-in-out;
    white-space:nowrap;
    -webkit-font-smoothing:antialiased;
    cursor:pointer!important;
    background-color:#4bacc6 !important;
    border-color: #4bacc6 !important;
	}
	
.cookies_ok:hover{
    background-color:#604B8C !important;
    border-color: #604B8C !important;
}
	
.h2_cookies{margin-bottom:20px;}
	
.bottom-footer .container a { display: inline-block;padding: 0px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;text-align: center;white-space: nowrap;cursor: pointer;border-radius: 4px;
}

@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[PreLoader Stylesheet]

Project:	FAJAR
Version:	1.0
Last change:	Initial RELEASED 
Primary use:	Loader
-------------------------------------------------------------------*/



#loading{ background-color:; color:#fff;height: 100%;width: 100%;position: fixed;z-index: 1000000000;margin-top: 0px;top: 0px;}
#loading-center{ width:100%;height: 100%;position: relative;}
#loading-center-absolute {position:absolute;left:50%;top:10%;height:20px;width:100px;margin-top:-10px;margin-left:-50px;}
.object{
	width: 20px;
	height: 20px;
	font-size:20px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 40px;
	margin-bottom: 20px;
	position: absolute;	
}

#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
	 }
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
	 }
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
	}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
	} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
	}
	
	
.popup-map {position:absolute; z-index:1000; padding:20px 40px 20px 20px;right:10%; top:15%; min-width:300px;}
	.popup-map-close {position:absolute; z-index:1000; right:10px; top:15%; padding:20px;display:none; cursor:pointer;}
		
		.supportTitle { padding:5px 0px; }
		.supportContent { padding:5px 10px; position:relative; }
		.supportSuccess { padding:5px 10px; position:relative; display:none; min-width:250px; min-height:227px; text-align:center; }
		.supportBad { padding:5px 10px; position:relative; display:none; min-width:250px; min-height:227px; text-align:center; }
		
	#support label { display:block; width:100%; position:relative; }
	#support input { width:100%; color:#000; font-size:12px; min-width:230px; padding:4px; font-weight:300; }
	#support textarea { width:100%; overflow:auto; color:#000; font-size:12px; padding:4px; min-height:150px; font-weight:300; }
	#support button { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; background:#000; color:#fff; border:none; width:100%; padding:5px;}
	#support span { color:#ff0000; font-size:11px; position:absolute; right:10px; top:0px; display:none; z-index:10; font-weight:300;}
	
	
@-webkit-keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }		
	
}		
@keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}	




/*============  Button aide financiere  =============*/

.aide_financiere li a{
    display: inline-block;
    float:left;
	margin-right:0;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background:#A5C81D;
    border: solid 1px #fff;
}
.aide_financiere li a:hover,
.aide_financiere li a.active
{
    background: #808080;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform:scale(1.25); /* Safari et Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* Internet Explorer 9 */
  -o-transform:scale(1.25); /* Opera */
  transform:scale(1.25);
}


/*============  Button infos duerp  =============*/
.info_duerp li a{
   
    float:left;
	margin-right:0;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background:#604B8C;
    border: solid 1px #fff;
}

.info_duerp li a:hover,
.info_duerp li a.active
{
    background: #808080;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform:scale(1.25); /* Safari et Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* Internet Explorer 9 */
  -o-transform:scale(1.25); /* Opera */
  transform:scale(1.25);
}




/*============  Button penibilite  =============*/
.penibilite li a{
    display: inline-block;
    margin-right:0;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left:-40px;
    cursor: pointer;
    text-align: center;
    color: #f90;
    background:#fff;
    border: solid 1px #f90f;
	border-radius: 5px;
}
.penibilite li a:hover{
    color: #fff;
    border-color: #f90;
    background-color: #f90;
}



/*============  Buttons opca  =============*/
.opca_bts_bleu a{
    line-height: 15px;
    display: inline-block;
    float:left;
	margin-right:0;
    min-width: 182.2px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
    background: #4BBBF2;
}
.opca_bts_bleu a:hover,
.opca_bts_bleu a.active
{
    color: #232323;
    background: #808080;
}

.opca_bts_vert a
{
    line-height: 15px;
    display: inline-block;
	margin-left:0.3%;
    min-width: 182.2px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #232323;
   background: #A5C81D;
}
.opca_bts_vert a:hover,
.opca_bts_vert a.active
{
    color: #232323;
    background: #808080;
}

.bt_expert{float:right; margin-right:150px}

/*============  Bt valide  =============*/

.bt_valide a{

     width: 180px;
     background-color: #fff;
	 border-radius: 10em;
     box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     padding: 15px 50px;
     text-transform: uppercase;
     border: 0;
     font-size: 16px;
	 color:#604B8C;
}

.bt_valide a:hover{ 
    color: #604B8C;
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    
}

.bt_valide_article a{

     width: 180px;
     background-color: #604B8C;
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     padding: 15px 50px;
     /*text-transform: uppercase;*/
     border: 0;
     font-size: 16px;
	 color:#fff;
}

.bt_pdf a:hover{ 
    color: #fff;
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    
}

.bt_pdf a{
     background-color: #604B8C;
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     padding: 5px 20px;
     border: 0;
     font-size: 14px;
	 color:#fff;    
     display: flex;
     font-weight: 700;
     line-height: 1;
     float: right;
}

.bt_valide_article a:hover{ 
    color: #fff;
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    
}

.bt_devis a{

     width: 250px;
     background-color: #604B8C;
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     padding: 15px 60px;
     border: 0;
     font-size: 14px;
	 color:#fff;    
     display: flex;
     font-weight: 700;
     line-height: 1;
    text-align: center;
}

.bt_devis a:hover{ 
    color: #fff;
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
   
}




/*bt demande duerp*/
.bt_valide_duerp a{

     width: 180px;
     background-color: #fff;
	 box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     padding: 15px 50px;
     /*text-transform: uppercase;*/
     border: 0;
     font-size: 16px;
	 color:#333;
}

.bt_valide_duerp a:hover{ 
    color: #333;
    outline: 0;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    
}




/*social footer */
.social{
  width: 200px; 
  height: 30px; 
  background: #fff; 
  position: relative; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  }



/*sous menu formation */
.menu_form,
.menu_form ul,
.menu_form ul li,
.menu_form ul li a {
  background:#808080;
  padding:0;
  margin-top: -3.2px;
  list-style: none;
  line-height: 50px;
  display: block;
  border-top:solid 1px #fff;
  position: relative;
  color:#fff; 
  
}

.menu_form_active {
    background:#A5C81D;
}

.menu_form ul li a {padding-left:10px; padding-right:10px;}

.menu_form a:hover,
.menu_form a:active{
  background:#A5C81D;
  color:#FFFFFF;
}


.menu_form .formation_active{
     background:#A5C81D;
     color:#FFFFFF;
}

.logo_footer img{
  max-height:150px;
  margin:20px auto;
 
}

/*Bouttons image article */

.bt_image{
  width: 100%;
 
}

.bt_text_image {
  font-weight: 500;
    margin-bottom: 8px;
    line-height: 26px;
    letter-spacing: 5px;
    font-size: 18px;
	text-align:center;
  margin-top:-50px;
}

.bt_image img {
    width: 100%;
    float: left; 
   height: auto; 
}

.bt_image:after {
    position: absolute;
    content: '';
    opacity: 0;
    background-color: #FC7C2F;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}
.bt_image:hover:after {
    opacity: .1
}
.zoom_img_effect {
    position: relative;
    transition: all .3s ease-out;
}

.bt_image:focus:after,
.bt_image:hover:after {
    opacity: 1;
}

.demasquer, .demasquer2, .demasquer3, .demasquer4, .demasquer5,.demasquer6, .demasquer7, .demasquer8, .demasquer9, .demasquer10, .demasquer11, .demasquer12, .demasquer13, .demasquer14, .demasquer15, .demasquer16, .demasquer17, .demasquer18, .demasquer19, .demasquer20, .demasquer21, .demasquer22, .demasquer23, .demasquer30, .demasquer40 {
    display:none;	
    /*border:1px solid #dedede;
    margin-top:-11px;
    padding-left:25px;
    text-align: left;*/	
}


.lasuite, .lasuite2, .lasuite3, .lasuite4, .lasuite5, .lasuite6, .lasuite7, .lasuite8, .lasuite9, .lasuite10, .lasuite11, .lasuite12, .lasuite13, .lasuite14, .lasuite15, .lasuite16, .lasuite17, .lasuite18, .lasuite19, .lasuite20, .lasuite21, .lasuite22, .lasuite23, .lasuite30, .lasuite40 {
    color:#000;
	cursor:pointer;
	
}
.line_h4{
	content: '';
	display: block;
	border-bottom: 2px solid #fc7c2f;
	width: 44px;
	margin-top: -5px;
}

.line_accueil{
	content: '';
	margin-left: 47%;
	border-bottom: 2px solid #fc7c2f;
	width: 60px;
	margin-top: -5px;
    float: left;
}
/*faq*/
.titre_form {
    color:#000;
	cursor:pointer;
    padding: 30px 30px 30px 25px;
	text-align: left;
	background: #f4f4f4 !important;
	border:1px solid #dedede;
	text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
}

.titre_form:hover{
	transition-duration: 1s;
	color:#604b8c;
}

/*detail article*/
.accordeon_o {
 color:#fff;
 cursor:pointer;
 padding:30px 30px 30px 25px;
 text-align:left;
 background:#FC7C2F!important;
 border:1px solid #dedede;
 text-transform:uppercase;
 font-size:21px;
 font-weight:400;
}
.accordeon_v {
 color:#fff;
 cursor:pointer;
 padding:30px 30px 30px 25px;
 text-align:left;
 background:#604b8c!important;
 border:1px solid #dedede;
 text-transform:uppercase;
 font-size:21px;
 font-weight:400;
}
.accordeon_t {
 color:#fff;
 cursor:pointer;
 padding:30px 30px 30px 25px;
 text-align:left;
 background:#4bacc6!important;
 border:1px solid #dedede;
 text-transform:uppercase;
 font-size:21px;
 font-weight:400;
}

.titre_form:hover {
 transition-duration:1s;
 color:#604b8c
}


.background_tarif { 
     width: 100%;
     background: #dedede; 
}



.img_suite{
    float:right;
    padding:18px 0px 5px 15px;
    background-image: url(../img/select_form.png); 
    background-repeat: no-repeat; 
    background-position: center; 
}

.img_telecharger{
    float:left;
    padding:25px 10px 49px 40px;
    margin-top:0px;
    background-image: url(../img/icon-pdf.png); 
    background-repeat: no-repeat; 
    background-position: left;  
}

.bt_telecharger
{
    line-height: 15px;
    display: inline-block;
    margin-top:-5px;
	margin-left:0;
    min-width: 290px;
    
    padding: 10px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
    background: #A5C81D;
}

.bt_catalogue  {
    padding: 20px 0px 10px 60px;
    line-height: 12px;
    margin-left:0px;
    text-align:left;
    cursor: pointer;
    color: #232323;  
    background: #dedede url(../img/icon-pdf.png) no-repeat; 
	
}

.bt_catalogue a:hover{  
    color: #AC0000; 
}

.bt_demande
{
    padding: 10px;
    line-height: 15px;
    margin-top:-35px;
	margin-left:300px;
    min-width: 290px;
    float:left;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #232323;
    background: #A5C81D;
}
.bt_telecharger a:hover, bt_demande a:hover,

{
    color: #808080;
   
}

/*---PAVE---

.back_img_col1 {
    background:#FC7C2F;
   
}

.back_img_col2 {
    background:#604b8c;
    
}

.back_img_col3 {
    background:#4bacc6;
    
}

*/
.blog_img {
    width: 100%;
    float: left;
	
}
.blog_img img {
    width: 100%;
    float: left; 
   height: auto; 
   
}

/*--image pole accueil---*/
.image_hover {
    position: relative;
    display: block;
    overflow: hidden;
}
.image_hover.mbot_38 {
    margin-bottom: 38px;
}
.image_hover:after {
    position: absolute;
    content: '';
    opacity: 0;
    background-color: rgba(96,75,140,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}
.image_hover:hover:after {
    opacity: .1
}
.zoom_img_effect {
    position: relative;
    transition: all .3s ease-out;
}
.image_hover:hover .zoom_img_effect {
    /*-webkit-transform: scale(1.25) translateZ(0);
    transform: scale(1.25) translateZ(0);*/
}
.image_hover:focus:after,
.image_hover:hover:after {
    opacity: 1;
}

/*image fond blanc article produit*/

.image_fond{
    background-color: #604b8c;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color:#fff;
}

/*image action sous menu--*/

.image_sm_hover {
    position: relative;
    display: block;
    overflow: hidden;
	top:18px;
}
.image_sm_hover:after {
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}

.zoom_img_effect_sm {
    position: relative;
    transition: all .3s ease-out;
}

.image_sm_hover:hover .zoom_img_effect_sm {
    -webkit-transform: scale(1.10) translateZ(0);
    transform: scale(1.10) translateZ(0);
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); /* Firefox */ 
}
.image_sm_hover:focus:after,
.image_sm_hover:hover:after {
    opacity: .1;
}

.blog_col {} .blog_img {
    width: 100%;
    float: left;
    position: relative;
}

.blog_info {
    width: 100%;
    float: left;
    margin-top: -90px;
    background: #fff;
    text-align: center;
}
.blog_info h4 {
   font-weight: 500;
    margin-bottom: 8px;
    line-height: 26px;
    letter-spacing: 5px;
    font-size: 18px;
	text-align:center;
}
.blog_info h4 a {
    text-transform: none;
    color: #242424;
}
.blog_info h4 a:hover {
    color: #94b200;
    text-decoration: underline;
}
ul.blog_list_icon {
    margin: 0px;
    padding: 16px 0px 0px;
    width: 100%;
    float: left;
    border-top: 1px dashed #e2e2e2;
}
ul.blog_list_icon.blog_list_icon2 {
    margin: 0px;
    padding: 0 0 16px 0;
    width: 100%;
    float: left;
    border-top: none;
}
ul.blog_list_icon li {
    list-style: none;
    float: left;
    font-size: 14px;
    color: #c1c1c1;
    padding: 0px 15px 0px 25px;
    position: relative;
    margin-right: 15px;
    line-height: 24px;
}
ul.blog_list_icon li:last-child:after {
    background: none;
}
ul.blog_list_icon li:last-child {
    margin-right: 0px;
}
ul.blog_list_icon li:after {
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 6px;
    background: url(../images/home_page/list_after-bg.jpg) no-repeat right center;
    content: "";
}
.user_icon {
    background: url(../images/home_page/user_icon.png) no-repeat 0px 5px;
}
.comment_icon {
    background: url(../images/home_page/comment_icon.png) no-repeat 0px 5px;
}
.blog_col.good_lawn_list {} .blog_col ul.good_lawn_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
.blog_col ul.good_lawn_list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
}
.blog_col ul.good_lawn_list li img
{
    float: left;
    margin-right: 20px;
}
.blog_col ul.good_lawn_list li:last-child {
    margin: 0;
}
.blog_col ul.good_lawn_list li h4 {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 26px;
    font-size: 18px;
}
.blog_col ul.good_lawn_list li h4 a {
    text-transform: none;
    color: #242424;
}
.blog_col ul.good_lawn_list li:hover h4 {
    color: #94b200;
    text-decoration: underline;
}
.blog_col ul.good_lawn_list li p {
    margin-bottom: 0px;
}
.blog_col ul.good_lawn_list li a.news_read {
    color: #9fc612;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
}
.blog_col ul.good_lawn_list li a.news_read:hover {
    color: #000;
}
.pad_94_100 {
    padding: 80px 0px 80px;
	background-color: #545454;
}

.bt-contact_calendly a  {
      
   width:400px;
   display: block;
   padding: 20px;
  text-align: center;
  margin:0 auto;
  border-radius: 5px;
  color: #fff !important;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-weight: 500;
  border: 2px solid #fff;
}

.section-title_calendly{
    
     width: 100%;
    margin: 0 auto;
   
}

.h2_calendly{
  
  color: #fff !important;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  
}


.top_bar{
    background-color: #604b8c;
    height:40px;
    font-family: 'Roboto';
    letter-spacing: 0.05em;
    color: #fff;
    list-style:none;
    width: 100%;
}

.top_bar a{
    color: #fff; 
    line-height:2.8;
	margin-left: 8px;
}

.top_bar li{
    color: #fff; 
    line-height:2.8;	
}

.top_bar a:hover{color:#FC7C2F;}

.top_bar i.fa {
    margin-right: 5px;
}
.tagcloud a {
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    
    text-transform: uppercase;
      
}
.tagcloud a:hover{
    color:#222 !important;
    background-color: #fff;
}

.footer-contact-us {
     padding-left: 22px;
    list-style: none;
	letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px; 
	margin-bottom:30px;
}

.footer-contact-us li .fa{

    position: absolute;
    left: 15px;
    line-height: 1.5em;
}

.bt_text_result {
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 26px;
     letter-spacing: 0.05em;
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
    color: #333;
    text-transform: uppercase;
}

.bt_result_tms{
    position: absolute;
    background-color: #4bacc6;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    margin-left:20px;   
}
.bt_result_tms:hover{
    background-color:#604B8C;   
}

.bt_text_tms {
    
    margin-bottom: 8px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 30px;
    color: #333;
    margin-left: 20px;
}

.bt_review{
    position: absolute;
    background-color: #4bacc6;
    letter-spacing: 0.05em;
    padding: 8px;
    margin:10px 70px;
    width:143px;
    text-align: center;
    }
.bt_review:hover{background-color:#604B8C;}

.result_opti {margin-left:10px; }
.result_opti h2 {font-size: 16px; margin-bottom:-30px;}

.bt_result{
    position: absolute;
    background-color: #4bacc6;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top:0px;
}

.bt_result:hover{
    background-color: #604b8c;
    color:#fff;
}

.bt_contact_footer{
	
	background-color: #E73C08;
    letter-spacing: 0.05em;
    padding: 10px 15px;   
	font-size: 16px;
    text-align: left;
}
.btn-avis  {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
    font-size: 16px;
	color:#604B8C;
   
}

.btn-avis:hover {
    padding-left: 60px;
    padding-right: 50px;
	color:#604B8C;
}

.img_google img {
  width: 100%;
  margin: 0px;
  display: block;
}


/*opti*/


.backfond  {
    margin: 0px 0px 20px -25px;
    width: 570px;
    height: 380px;
}



.backcolor{
    position: relative;
    color: #fff;  
    background-color:#604b8c;
    margin: 0px 0px 30px 0px;
    width: 750px; 
    height: 400px;
	border-top-right-radius: 30px 200px;
    border-bottom-right-radius:30px 200px;
    border : 1px solid #000;
    z-index: 1000;

}



.backcolor h1{
    width: 600px;
    font-size: 50px;
    padding:20px 0px 0px 40px;
    font-weight: 500;

}
.widget_g{
    float: right;
    margin-top:-30px;
    margin-right:30px; 
    
}

.titre{
    font-weight:500;
   text-align: center;
    font-size: 32px;
}
.sous-titre-top-center {
    color:#b4a9c9;
    font-size: 18px;
    text-align: center;
    margin-bottom:50px;  
}

.sous-titre-center {
    color:#b4a9c9;
    font-size: 18px;
    text-align: center;
    margin-top:-30px;     
}

.img-opti img{
display: block;
  width: 50%;
  margin: auto;
    
}
.text-color-opti{
     color:#604b8c;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-top:10px;
    text-transform:uppercase;
    margin-bottom:30px;
    
}

.plus{
    text-align: center;
    color: #000;
    margin-top:-23px;
    margin-bottom: 20px;
    font-size: 14px;
    text-decoration: underline;
    
}

.backquestion{
  display: inline-block;
    background-color: #604b8c;
    color: #fff;
   text-align: center;
   margin: 0 auto;
    padding:20px;
    width: 100%;
    border:1px solid #000;
    
}
.backquestion a{
    color: #fff;
}

.backquestion h3{
       font-size: 34px;
}

.sous-titre-left{
    color:#05012d;
    font-size: 16px;
    text-align: left;
    margin-top:50px;
}

.gros-titre-opti{
    text-align: left;
    color: #05012d;
    margin-top:0px;
    font-weight: 800;
    font-size: 28px;
    letter-spacing:3px;
	margin-bottom:20px;
}

.fleche{
    width: 30px;
    height: auto;
}

.img-opti-duerp img{
  display: block;
  width:100%;
  margin: auto;
    
}

.badge{
   display: block;;
    background-color: #fff;
    margin-bottom:50px;
    margin-top:0px;
}

.bt-contact a{
    display: block;
    width: 90%;
    text-align:center;
    border-radius: 5px;
    background-color:#00C0FF; 
	color:#fff !important;
	letter-spacing: 0.05em;
    padding: 10px 0px 10px 0px; 
  	font-size:20px;
    font-weight: 500;
    border : 1px solid #00C0FF;
	
}

.bt-contact-2 a{
    display: block;
    width: 100%;
    text-align:center;
    border-radius: 5px;
    background-color:#FF6600; 
	color:#fff !important;
	letter-spacing: 0.03em;
    padding: 20px 0px 20px 0px; 
  	font-size:18px;
    font-weight: 500;
	margin:50px auto;
   
	
}

.detail-mail{
    text-align: center;
    margin-bottom:40px;
    color: #604B8C;
    font-size:14px;
    padding:5px;
    width: 90%;
 
}

.backfond-duerp {
    position: relative;
     background-color: #cfc9dc;
     margin: 0 auto;
    width: 400px;
    height: 400px;
 
}

.backfond-duerp img {

    width:230px;
    height: 230px;
 
    margin-right:60px ;
    margin-left:80px;
     margin-top: 80px ;
    margin-bottom:50px;
}

.backcolor-duerp{
    position: relative;
    color: #fff;  
    background-color:#604b8c;
    margin: 0px 0px 30px -10px;
    width: 750px; 
    height: 400px;
	border-top-left-radius: 30px 200px;
    border-bottom-left-radius:30px 200px;
    border : 1px solid #000;

}

.backcolor-duerp h3{
    font-size: 26px;
    padding:80px 0px 30px 40px;
    font-weight: 500;

}
.backcolor-duerp p{
   color: #d8cde6;
    font-size: 22px;
    padding:0px 0px 0px 40px;
    line-height: 1.2em;
    width: 560px;
    margin-bottom:20px;
	
}
.plus-duerp a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline; 
   
}

.point{
    font-size: 20px;
    padding:20px 0px 0px 40px;
    line-height: 1.2em;
    width: 660px;
    word-spacing:0.1em;
    margin-top: 30px;
   list-style-type:none;
    
}


.enquete{
     text-align: center;
    margin-bottom:30px;
}


.enquete img{
     text-align: center;
    width: 250px;
    height: auto;
}

.img-reference img{
    display: block;
	width: 100%;
	margin:50px auto;
}


.enquete h3{
     font-size:24px;
    font-weight:500;
    color:#05012d;
	margin-bottom: 80px;
}

.bloc7 h3{
     font-size:34px;
    font-weight:500;
    color:#05012d;
	margin-bottom: 0px;
}


.bloc7 h4{
    font-size: 22px;

}



.enquete p{
     font-size:22px;
    font-weight:400;
    margin-top:30px;
}

.plus-enquete a{
    color:#604b8c;
     text-decoration: underline;
     
}

.backfond-rps {
    position: relative;
     background-color: #cfc9dc;
     margin: 0px 50px 0px 150px;
    width: 400px;
    height: 400px;
 
}

.backfond-rps img {

    width:230px;
    height: 230px;
    margin-right:60px ;
    margin-left:80px;
    margin-top: 80px ;
    margin-bottom:50px;
}

.backcolor-rps{
    position: relative;
    color: #fff;  
    background-color:#604b8c;
    margin: 0px 0px 30px 0px;
    width: 750px; 
    height: 400px;
	border-top-right-radius: 30px 200px;
    border-bottom-right-radius:30px 200px;
    border : 1px solid #000;
    z-index: 1000;

}

.backcolor-rps h3{
    font-size: 26px;
    padding:80px 0px 30px 40px;
    font-weight: 500;

}
.backcolor-rps p{
    color: #d8cde6;
    font-size: 22px;
    padding:0px 0px 0px 40px;
    line-height: 1.2em;
    width: 560px;
    margin-bottom:20px;
	
}

.bloc7{
     font-size:34px;
    font-weight:500;
    color:#05012d;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}

.col-gauche-1 p, .col-gauche-2 p, .col-gauche-3 p{
    
    font-size:120px;
    text-align: left;
    padding-left:70px;
    font-weight:500;
    line-height: 250px;
}

.col-gauche-2 p{
    color:#05012d;
    font-size:120px;
    text-align: center;
}

.col-droite-1 h4{
    text-align: left;
    font-size: 26px;
    color:#05012d;
    font-weight: 500;
    margin-top:20px;
}
.col-droite-2 h4{
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    margin-top:80px;
}

.col-droite-3 h4{
    text-align: left;
    font-size: 26px;
    color:#05012d;
    font-weight: 500;
    margin-top:90px;
}

.col-droite-1 p, .col-droite-2 p, .col-droite-3 p{
    text-align: left;
    font-size: 20px;  
}


#fond_form{
     background: #fff;
     box-shadow: 1px 1px 12px #555;
     margin: 50px auto;
     padding-bottom:30px;
}



.back_form{
    background:url(../img/maintenance-wordpress-1.png) no-repeat fixed;
    background-color: #CFC9DC;
    margin-bottom: -560px;
	margin-top:50px;
    width: 100%;
    height:600px;
}

#en-content-pa{
    padding-top:60px;
}

.fa-coffee, .fa-heart{
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-size: 15px; 
    color: #fff; 
    line-height: 4px;
}

.formulaire{
	font-size: 22px;
	color:#408a0e;
    font-weight: 500;
	text-align: center;
	margin:50 auto;
}

