

.item-produit{
	height: 300px;
	width: 600px;
}
.img-produit{
	height: 100px;
	width: 300px;
}
.text-produit{
	margin-top: -70px;
	margin-right: -50px;
	height: 200px;
	width: 350px;
	float: right;
}
.text-ge-first{
	font-size: 30px;
	font-weight: bold;
	color: white;
}
.text-merit-first{
	font-size: 30px;
	font-weight: bold;
	color: gold;
}
.text-ge-seconde{
	font-size: 30px;
	font-weight: bold;
	color: grey;
}
.text-merit-seconde{
	font-size: 30px;
	font-weight: bold;
	color: gold;
}


.main_header_area.navbar_fixed .main_menu_area .navbar.navbar-default .text-ge-first {
	color: #03a7fe;
}


.main_menu_area .navbar.navbar-default .navbar-header .navbar-brand span{
	line-height: 40px;
	display: inline-block;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-brand span + span + span + span{
	display: inline;

}
/*##################################################################################
CODE SLIDE DES PRODUITS  DANS LA PAGE D'ACCUEIL
####################################################################################*/
/*#####################
Additional Styles (required)
######################*/
#myCarousel .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}
/*##################################################################################
FIN SLIDE PRODUITS 
####################################################################################*/



/********* STYLE TETXE LIEN  SUR LES PRODUITS*****/
h4 a {
	color: #1e2126;

}

/********* FIN STYLE TEXTE SUR PRODUITS**********/




/************STYLE BOUTON COMMANDER*************/
.get_btn_produit {
	display: inline-block;
	padding: 0px 35px;
	border: 2px solid #03a7fe; 
	line-height: 33px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color:#1e2126;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.get_btn_produit:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #03a7fe;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.get_btn_produit:hover {
	color: #fff;
}

.get_btn_produit:hover:before {
	bottom: -50px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li.glyphicon_position a {
	position: relative;
	display: inline-block;
	margin-top: 40px;
}

/************ FIN STYLE BOUTON COMMANDER*************/


/************STYLE BOUTON  PROJET *************/
.get_btn_projet {
	display: inline-block;
	padding: 0px 35px;
	border: 2px solid #03a7fe; 
	line-height: 33px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color:#1e2126;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.get_btn_projet:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #03a7fe;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.get_btn_projet:hover {
	color: #fff;
}

.get_btn_projet:hover:before {
	bottom: -50px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li.glyphicon_position a {
	position: relative;
	display: inline-block;
	margin-top: 40px;
}

/************ FIN STYLE BOUTON PROJET*************/






/************STYLE COMMANDER DU SLIDER SUR DETAILS ARTICLES *************/
.get_btn_produitt {
	display: inline-block;
	padding: 0px 10px;
	border: 2px solid #03a7fe; 
	line-height: 33px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color:#1e2126;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

.get_btn_produitt:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #03a7fe;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.get_btn_produitt:hover {
	color: #fff;
}

.get_btn_produitt:hover:before {
	bottom: -50px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li.glyphicon_position a {
	position: relative;
	display: inline-block;
	margin-top: 40px;
}
/************STYLE COMMANDER DU SLIDER SUR DETAILS ARTICLES *************/

/*******POSITION BOUTON SUIVANT ET PRECEDENT */

.position_btn_prev {
    margin-left: -500px;
    margin-top: 1000px;
}
/***ENT BOUTON ****/

/***********************************************
LE BOUTON VALIDER FORMULAIRE PANIER 
***********************************************/

.slider_btn_valider_commande {
  display: inline-block;
  text-align: center;

  padding: 0px 10px;
  border: 2px solid #03a7fe;
  line-height: 40px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
 
  
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.slider_btn_valider_commande:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #03a7fe;
  height: 250px;
  width: 320px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.slider_btn_valider_commande:hover {
  color: #2c2c2c;
}

.slider_btn_valider_commande:hover:before {
  bottom: 100%;
}

.submit_btn_slider_btn_valider_commande {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #03a7fe;
  border-radius: 0px;
  border: 1px solid #03a7fe;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  line-height: 42px;
  padding: 0px;
  height: 42px;
}

.submit_btn_slider_btn_valider_commande:hover {
  background: #fff;
  color: #31353d;
}

/*****************************************************************
FIN BOUTON VALIDER FORMULAIRE PANIER
****************************************************************************/



.item-produi{
	height: 300px;
	width: 600px;
	background-color: red;
	position: center;

}

/************** STYLE DE MISE EN PAGE CLIENTS********************
Clients Page
*****************************************************************/
.our-clients-wrapper {
    padding: 60px;
}

.our-clients-wrapper .media {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.our-clients-wrapper .media:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
}
.our-clients-wrapper .media img {
   min-width: 121px;
}
.our-clients-wrapper .media-left, 
.our-clients-wrapper .media>.pull-left {
    padding-right: 60px;
}
.our-clients-wrapper h2.media-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.our-clients-wrapper .media-body span{
    font-weight: 800;
    color:#FE980F;
    display: block;
    margin-bottom: 10px;
}
/**************STYLE DE MISE EN PAGE CLIENTS**************/



/*----------------------------------------------------*/
/* Latest News area css
============================================================================================ */
.latest_news_areaa {
	padding: 100px 0px 65px 0px;
  }
  
  
  
  .latest_news_itemm .news_image {
	overflow: hidden;
	position: relative;
  }
  
  .latest_news_itemm .news_image img {
	max-width: 100%;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
  }
  
  .latest_news_itemm .news_image .l_date {
	background: #03a7fe;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 8px 15px;
  }
  
  .latest_news_itemm .news_image .l_date h5 {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
  }
  
  .latest_news_itemm .news_image .l_date h6 {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
  }
  
  
  .latest_news_itemm .news_contentt h4:hover {
	color: #FE980F;
  }
  
  .latest_news_itemm .news_contentt h6 a:hover {
	color: #FE980F;
  }
  
  .latest_news_itemm .news_contentt .pull-left a {
	color: #31353d;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
  }
  
  .latest_news_itemm .news_contentt .pull-left a:hover {
	color: #03a7fe;
  }

  
  .latest_news_itemm .news_contentt .pull-rightt a:hover {
	color: #03a7fe;
  }
  
  .latest_news_itemm:hover .news_image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
  }
  
  /* End Latest News area css
  ============================================================================================ */
  /* Clients area css
  ============================================================================================ */


  /**************STYLE DE  LA PAGE DE NOS SERVICES **************/

  


  /************** FIN  STYLE DE  LA PAGE DE NOS SERVICES **************/


  /************** animation du slide texte projet **************/
 
#slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
	height: 400px;
	margin: auto;
	text-align: center;
	
}

#slides {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    max-height: 100%;
}

#slides figure {
    display: inline-block;
    width: 100vw;
    max-height: 100%;
    margin: 0;
}


#slides figure figcaption {
    position: absolute;
    bottom: 0;
    padding: 2.5em 0;
    text-align: center;
    width: inherit;
    background-color:#FE980F;
    color: white;
}

@keyframes slide {
    0%, 20%, 100% {
        left: 0; /*1ère image*/
    }
    35%, 50% {
        left: -100vw; /*2ème image*/
    }
    70%, 95% {
        left: -200vw; /*3ème image*/
    }
}


#slides {
    /*... Code précédent ...*/
    /*CSS3 keyframes animation*/
    animation-name: slide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
  /************** fin animation du slide texte projet **************/



  /************************syle animationn de la page service  ************************/
/* services */

#what-we-do{
    background:#ffffff;
    
}
#what-we-do .card{
    padding: 1rem!important;
    border: 1px solid #e3e3e3;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  
}
#what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px #3e93cf;
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block .second_title h4{
    color:#ffffff !important;
    font-weight:300;
    text-decoration:none;
}
/**couleur sous service **/
#what-we-do .card .card-block span{
    color:dimgrey !important;
    font-weight:600;
	text-decoration:none;
    font-size: 15px;
}

#what-we-do .card .card-block span:hover{
    color:#FE980F !important;
}
/**fin couleur sous service **/


#what-we-do .card .card-block .savoir_plus_style span{
    color:#FE980F !important;
	text-decoration:none;
    font-size: 13px;
}

#what-we-do .card .card-block a i{
    display:none;
    
}
#what-we-do .card:hover .card-block a i{
    display:inline-block;
	font-weight:700;
	
    
}
#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    color:#fff;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f00c";
}
#what-we-do .card .block-2:before{
    content: "\f00c";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f00c";
}

#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
  /********************** fin style animation de la page service *********************/

  /**style de ma page service **/
  .blog-post-wrapper h2.entry-title {
	margin-bottom: 25px;
	font-weight: bold;
}
.blog-post-wrapper .entry-title a{
    color: #202020;
}
.blog-post-wrapper .the-author a,
.blog-post-wrapper .the-category a,
.blog-post-wrapper .entry-meta ul li a:hover,
.blog-post-wrapper .entry-title a:hover{
    color: #3e93cf !important;
}
.blog-post-wrapper .entry-content {
	text-align: justify;
}
  /**style de ma page service **/
  
  /** sous titre page sous service*/
 .sous_titre_service {
	text-align: justify;
	color: #202020;
}
.titre-service-1 {
	text-align: justify;
	color: #3e93cf;
}

  



/*BLOG SIDEBAR*/

.sidebar-wrapper {}
.sidebar-wrapper .widget{
    margin-bottom: 40px;
    border: 2px solid #e3e3e3;
    border-radius: 2px;
}

.widget .widget-title{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.sidebar-wrapper .widget ul {
    padding: 0 15px;
}
.sidebar-wrapper .widget ul li{
    padding: 10px 0px;
    border-bottom: 2px solid #f1f1f1;
}
.sidebar-wrapper .widget ul li:first-child{
    padding-top: 100;
}
.sidebar-wrapper .widget ul li:last-child{
    border-bottom: 100;
}
.sidebar-wrapper .widget ul li:before {

   
    font-family: Flaticon;
    display: inline-block;
    margin-right: 7px;
    font-size: 10px;
	color: #FE980F;
	
}

.sidebar-wrapper .widget ul li a {
    color: #6d6d6d;
}
.sidebar-wrapper .widget ul li a:hover {
    color: #3e93cf;
}

.sidebar-wrapper .widget.widget_search{
    border: 0;
}
.widget_search form {
    position: relative;
}
.widget_search form button i{
    color: #e3e3e3;
}
.widget_search form button:hover i{
    color: #3e93cf;
}
.widget_search form button:focus {
    outline: none;
}
.widget_search form [type="submit"] {
    position: absolute;
    right: 0;
    top: 2px;
    width: 40px;
    height: 31px;
    border: none;
    border-left: 1px solid #e3e3e3;
    box-shadow: none;
    background: transparent;
}


.sidebar-tab ul li{}


.widget.widget_tag_cloud ul {
    padding-bottom: 15px;
}
.widget.widget_tag_cloud ul li{
    display: inline-block;
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 15px;
}

.widget.widget_tag_cloud ul li a{
    padding: 3px 0;
    border-bottom: 1px dashed transparent;
}
.widget.widget_tag_cloud ul li a:hover {
    border-bottom: 1px dashed #6d6d6d;
}
.sidebar-wrapper .sidebar-tab ul li:before,
.widget.widget_tag_cloud ul li:before  {
    display: none;
}


/*Sidebar Tab*/
.sidebar-tab .nav-tabs > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    border: 0;
}

.sidebar-tab .nav-tabs {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}
.sidebar-tab ul.nav-tabs li {
    border-bottom: 0;
}

.sidebar-tab .tab-content {
    margin: 15px 0 0;
}
.sidebar-tab .nav-tabs li:first-child a:after{
    content: "|";
    position: absolute;
    right: 0;
    color: #e3e3e3;
}

.sidebar-tab .nav-tabs > li > a:hover, 
.sidebar-tab .nav-tabs > li.active > a, 
.sidebar-tab .nav-tabs > li.active > a:hover, 
.sidebar-tab .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #e3e3e3;
    border: 0;
}
/* fin Sidebar Tab*/


/** css image service **/
/* Opacité */
.widget div img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.widget div:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.widget div {
	position: relative;
}
.widget div::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.widget div:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


/**end css  image service **/

/** TITRE SUR LA PAGE DE SERVICE*/
/**first title **/
.first_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
 
}

/**title_presentation **/
.title_presentation{
    text-align: center;
    font-size: 20px;
    color: #FE980F;
}


/**title_presentation de topographie bottom image  **/
.title_presentation_topo{
    color:#FE980F !important;
}

/**title_presentation1 **/
.title_presentation1 {
   
    margin-bottom: 15px;
    color: #03a7fe;
}
/**second title **/
.cart_description .second_title{
    text-align: center;
    background-color: #03a7fe;
    width: 530px;
    height: 22px;
    color: #040e16;
}

.cart_description .second_title :hover{
    background-color: #FE980F;
    height: 22px;
}



/**end title page **/

/** TITRE SUR LA PAGE DE SERVICE*/


.style_texte_presentation{
    text-align: justify;
}



