@charset "UTF-8";
/* CSS Document */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
.grid {
  display: grid;
  grid-template-areas: '.';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
.grid {
  display: grid;
  grid-template-areas: '. .';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.grid {
  display: grid;
  grid-template-areas: '. . . ';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
}


@media screen and (min-width: 1200px)  {

	.container {
		max-width: 1140px;
	}
	.card-img-resa {
		width: 20%;
		
	}
	.card-img-vous-etes {
		width: 70%;
		
	}
	.card-img-contact {
		margin-top: 10rem;
		width: 50%;
		
	}
	.img-contact {
		margin-top: 2rem;
		width: 50%;
		
	}
	.card-img-resa2 {
		width: 30%;
		
	}
	.card-img-resa3 {
		width: 40%;
		
	}
	.display-5 {
	text-align: center;
	margin-bottom: 5rem;
}
	.display-6 {
	line-height: 7.5rem;
}

	.taille {
		background-image: url(image/banner3-reservation3.jpg);
		background-position: center;
		min-height:492px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.taillepresta {
		background-image: url(image/banner3-prestation.jpg);
		min-height:492px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleflex {
		background-image: url(image/banner3-bureauflex3.jpg);
		min-height:492px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleecran {
		background-image: url(image/banner3-ecran3.jpg);
		min-height:492px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	
}

@media screen and (max-width: 1200px)  {
	
		.taille {
		background-image: url(image/banner4-reservation3.jpg);
		min-height:315px;
		height: 100%;
		width: 100%;
		
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.taillepresta {
		background-image: url(image/banner4-prestation.jpg);
		min-height:315px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleflex {
		background-image: url(image/banner4-bureauflex3.jpg);
		min-height:315px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleecran {
		background-image: url(image/banner4-ecran3.jpg);
		min-height:315px;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.card-img-vous-etes {
		width: 20%;
		
	}

}
@media screen and  (max-width: 1024px)  {
	
	.card-img-resa {
		width: 20%;
	}
	
	.card-img-vous-etes {
		width: 20%;
		
	}
	.card-img-actu {
		width: 50%;
	}
	.card-img-contact {
		width: 30%;
		
	}
	.img-contact {
		width: 30%;
		
	}
	.card-img-resa2 {
		width: 20%;
	}
	.card-img-resa3 {
		width: 30%;
	}
	.card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
	}
	
	.card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 15px;
}
	.card-group>.card+.card {
    margin-left: 0;
    border-left: 1px solid rgba(0,0,0,.125);
}
	.display-5 {
	text-align: center;
	margin-bottom: 1.5rem;
	}
	.display-6 {
	line-height: 5rem;
}

	
}

@media screen and  (max-width: 768px)  {
	
	.card-img-resa {
		
	    max-width: 40%;
		
	}
	.card-img-actu {
		width: 40%;
	}
	.card-img-vous-etes {
		width: 30%;
	}
	.card-img-resa2 {
		
		max-width: 50%;
		
	}
	.card-img-resa3 {
		
		max-width: 50%;
		
	}
	.card-img-contact {
		width: 30%;
		
	}
	.display-6 {
		line-height: 2.0rem;
		margin-top: 1.0rem;
		font-size: 1.5rem;
		margin-left: 30px;
		
	}
	.taille {
	background-image: url(image/banner3-reservation3.jpg);
	max-width: 690px;
	height: 150px;
		min-height:150px;
   	border-radius: calc(.25rem - 1px);
	float: left;
	}
	.taillepresta {
		background-image: url(image/banner3-prestation.jpg);
		max-width: 690px;
		height: 150px;
		min-height:150px;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleflex {
		background-image: url(image/banner3-bureauflex3.jpg);
		max-width: 690px;
		height: 150px;
		min-height:150px;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}
	.tailleecran {
		background-image: url(image/banner3-ecran3.jpg);
		max-width: 690px;
		height: 150px;
		min-height:150px;
   		border-radius: calc(.25rem - 1px);
		float: left;
	}

	
}

.custom-center {
    margin: auto;
 }

.breadcrumb{
	background-color: white !important;
	font-size: small;
}
.lignes {
	width: 100%;
	border: thin solid black;
}
a.arianne{
	color: rgb(171, 35, 70);
	
}
a.ariannebleu{
	color: #52AAC2;
	
}
a.ariannerose{
	color: #bc6c91;
	
}
a.ariannevert{
	color: #8F872E;
	
}

.bou {
    background-color: #bc6c91; /* pink */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 4px 1px 0px;
    cursor: pointer;
	vertical-align: middle;
}

.bou1 {border-radius: 100px;}

.btn{white-space:normal;}

.btn-materiel {
	color: #fff;
	background-color: #8F872E;
	border-color: #8F872E;
}
.btn-materiel:hover {
	color: #fff;
	background-color: #6b630d;
	text-decoration: none;
	border-color: #6b630d;
}
.btn-vehicule {
	color: #fff;
	background-color: #CC6B8B;
	border-color: #CC6B8B;
	
}
a.btn-vehicule:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b94a6f;
	border-color: #b94a6f;
}
.tabsalle {
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	
}

a.tabsalle {
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	color: black;
	
}
a.tabsalle:hover {
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	color: #52AAC2;
	
}
.nav-link.active .show {
	color: #52AAC2;
}
.displaysalle {
	font-size: 1.0rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.display-4 {
	margin-top: 1.0rem
}
.display-3 {
	text-align: left;
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: normal;
	color:black;
	}
.display-6 {
	text-align: left;
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: normal;
	color:#373232;
	}
.display-intro {
	margin-bottom: 2rem;
}
.mb-404 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.8rem;
}
.card-title {
	font-family: 'Francois One', sans-serif;
	font-weight: normal;	
}
.card-4 {
	font-family: 'Francois One', sans-serif;
	font-weight: normal;
	font-style: italic;
}
.other {
	color: #e58f08;
}
.resa {
	color: #52AAC2;
	text-align: center;
}
.center {
	text-align: center;
	
}
.vehicule {
	color: #CC6B8B;
}
.materiel {
	color: #8F872E;
}
.card-body {
	font-family: 'Open Sans', sans-serif;
	
}

a.card-link:hover  {
	color: black;
	text-decoration: underline;
}
.card-link {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.card-deck {
	margin-bottom: 5rem;
}
.card-img-resa2 {
	margin-top: 2rem;
}

.card-img-resa {
	margin-top: 2rem;
}
.card-img-resa3 {
	margin-top: 2rem;
}

.modal-title {
	font-family: 'Caveat', cursive;
	font-size: 35px;
	color: #bc6c91;
}
.test {
	font-family: 'Caveat', cursive;
	font-size: 34px;
	margin: 0px;
	padding: 0px;
}
.lead {
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	
	
}
.leadsmall {
	font-size: 1.0rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	
	
}
.addmarge {
	margin-top:1.5rem;
	margin-bottom: 1.0rem;
}
.modal-body {
	font-size: 1.0rem;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
h1 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 3rem;
	font-size: 3rem;	
}
h2 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 1.5rem;
	font-size: 1.5rem;	
}
.faq {	
	font-family: 'Francois One', sans-serif;
	margin-top: 0.5rem;
	font-size: 1.5rem;	
	border: none;
}
.btn-linkfaq {
    font-weight: 400;
    color: #00000;
    background-color: transparent;
	border: none;
}
.titreh1 {	
	color:#ffffff;
	font-family: 'Francois One', sans-serif;
	text-align: left;
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	font-size: 3rem;	
}

.titreh2 {
	color:#FFFFFF;
	font-family: 'Francois One', sans-serif;
	text-align: center;
	line-height: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;	
}
.texteh2 {
	font-size: 24px;
	font-weight: 300;
    line-height: 1.6;
    max-width: 1200px;
	color: black;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.titreh3 {
	color:#00000;
	font-family: 'Francois One', sans-serif;
	text-align: left;
	line-height: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;	
}

.titreh4 {
	color:#00000;
	font-family: 'Francois One', sans-serif;
	text-align: left;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
h4 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 1.1rem;
	font-size: 1.6rem;	
}
h3 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 1.5rem;
	font-size: 1.2rem;	
}
h5 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 1.5rem;
	font-size: 1.2rem;	
}
h6 {	
	font-family: 'Francois One', sans-serif;
	margin-top: 0rem;
	font-size: 1.0rem;	
}

.Titleh2 {
	font-family: 'Francois One', sans-serif;
	margin-top: 1.5rem;
	font-size: 1.5rem;
	color: #52AAC2;
	text-align: center;
}
.Title2h2 {
	font-family: 'Francois One', sans-serif;
	margin-top: 1.5rem;
	font-size: 1.5rem;
	color: #52AAC2;
	
}

.titre {
	color:#52AAC2;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	line-height: 5rem;
	margin-bottom: 5rem;
}
.titrejaune {
	color:#e58f08;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	line-height: 5rem;
	margin-bottom: 5rem;
}
.smalltitre {
	color:#000000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	line-height: 5rem;
	margin-bottom: 5rem;
}
.TitreLink {
	text-decoration: underline;	
	color:#00000;
	
}
a.TitreLink {
	color:#00000;
}
a.TitreLink2 {
	color:#00000;
}
a.Titreh3 {
	color: black;
}
a {
	color: #000000;
}
a:hover {
	color:chocolate;
}
.textactu {
	text-align: right;
	margin-bottom: 4px;
}
.border-no {
	border: none;
    
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

 /*.middle {
    transform: translateY(350%); 
}*/


.barre {
	width: auto;
}
/* footer */
/*html {
    position: relative;
    min-height: 100%;
	padding-bottom: 209px; 
}



.footer {

	
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    background-color: rgba(255, 255, 255, 0.75);
    color: #FFFFFF;
	margin-top: 15rem;
}*/

html {
    position: relative;
    min-height: 100%;
}
 
.footer {
    background-color: rgba(255, 255, 255, 0.7);
     width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    color: black;
	margin-top: 15rem;
}
.footerother{
    background-color: rgba(229, 143, 8, 1.0);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    color: #FFFFFF;
	margin-top: 5rem;
}

.footersalle{
    background-color: rgba(82, 170, 194, 1.0);
     width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    color: #FFFFFF;
	margin-top: 15rem;
}
.footermateriel{
    background-color: rgba(143, 135, 46, 1.0);
     width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    color: #FFFFFF;
	margin-top: 15rem;
}
.footervehicule{
    background-color: rgba(204, 107, 139, 1.0);
     width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;    
    color: #FFFFFF;
	margin-top: 15rem;
}
.footermenu{
	font-family: 'Francois One', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 1.0rem;
	color:#AB2346;
} 
a.footermenu{
	font-family: 'Francois One', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 1.0rem;
	color:#AB2346;
} 
.footertexte{
	font-family: 'Francois One', sans-serif;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 1.0rem;
	color:beige;
} 
a.footertexte{
	font-family: 'Francois One', sans-serif;
	font-weight: 800;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 1.0rem;
	color:beige;
} 
a.footertexte2{
	font-family: 'Francois One', sans-serif;
	color: beige;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 1.0rem;
} 
.bottom-footer{
    border-top: 1px solid #000000;
    margin-top: 0px;
    padding-top: 1.0rem;
    color: #00a651;
}
.footer-nav li{
    display: inline;
    padding: 0px 40px;
}

.footer-nav a{
    color: grey;
    text-decoration: none;
}
/* end footer */

.jumbotron.vertical-center {
  background-image: url(images/projet-2000-1133-2.jpg);
  background-color: rgba(233, 236, 239, 0.2);
  margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}
.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: .2;
}

.red:after {
  background-color: #556385;
}
.vertical-center {
  min-height: 30%;  /* Fallback for vh unit */
  min-height: 30vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
/*MENU_______début*/

.titremenu {
	font-family: 'Francois One', sans-serif;
	color: black;
	font-size: 1.4rem;
	font-weight: 200;
	text-align: center;
	padding-top: 1rem;
	margin-bottom: 10px;
	
}
.titremenu:hover {
	font-family: 'Francois One', sans-serif;
	color: #575454;
	font-size: 1.4rem;
	text-align: center;
	padding-top: 1rem;
	margin-bottom: 10px;
	
}
/*.navbar-nav {
    width: 100%
}*/

.nav-item {
   /* padding: 20px 8px;*/
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    position: static
}

.nav-item.active {
    color: black;
}

.nav-item:hover {
    color: black;
}

/*a {
    color: inherit !important
}*/

.nav-link {
    padding: 5px
}

.navbar-collapse.collapse.in {
    display: block !important
}

.fa-angle-down {
    padding-left: 10px
}

.dropdown-menu {
    margin-top: -10px;
    border: none;
    background-color: #f8f9fa;
    padding: 5px 50px 10px 50px;
	border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#dropdown-menu1 {
    position: absolute;
    left: 165px
}

#dropdown-menu2 {
    position: absolute;
    left: 300px
}

#dropdown-menu3 {
    position: absolute;
    left: 415px
}
#dropdown-menu4 {
    position: absolute;
    left: 545px
}
#dropdown-menu5 {
    position: absolute;
    left: 675px
}

.tab {
    margin-bottom: 2px;
    width: 230px
}

/*.tab:hover {
    color: #C7D66D !important;
	text-decoration: underline;
		
}*/

.dropdown-item {
    padding: 0.25rem 2.0rem;
}

.dropdown-item:hover {
    background-color: inherit;
	font-weight: 200;
}
.nav-item show {
	margin: 0;
}
.clients_content img {
    max-height: 80px;
    width: auto !important;
}
@media (max-width: 767px) {
	
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 10px
    }

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 20px
    }
	.titremenu {
	font-family: 'Francois One', sans-serif;
	color: black;
	font-size: 1.0rem;
	font-weight: 200;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 0px;
	
	}
	.decalage {
		margin-left: 0.5rem;
	}
	.clients_content img {
    max-height: 50px;
    width: auto !important;
		margin-bottom: 15px;
}
}

/*MENU_______fin*/

.banner {
	background-color: aliceblue;
	opacity: 0.8;
	padding-bottom:30px; 
	padding-left:30px;
	padding-right:30px; 
	border-radius:25px;
	text-align: center;
}
.banner2 {
	background-color: aliceblue;
	opacity: 1.0;
	padding-bottom:30px; 
	padding-left:30px;
	padding-right:30px; 
	border-radius:25px;
	text-align: center;
}
.banner .text_banner {
	text-align: center;
}
.banner2 .text_banner {
	text-align: center;
}
.bg_home_artsurleweb {
    background-image: url("image/artsurleweb-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_carnetdebord {
    background-image: url("image/carnet-de-bord-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_autopartage {
    background-image: url("image/autopartage-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_application {
    background-image: url("image/bureau-salle-application-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_materiel {
    background-image: url("image/materiel-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_materiel {
    background-image: url("image/materiel-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_guide {
    background-image: url("image/banner-guide.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_actu {
    background-image: url("image/banner-actu.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_actu_all {
    background-image: url("image/banner-actu2.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_vehicule {
    background-image: url("image/vehicule-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_materiel_entreprise {
    background-image: url("image/banner-materiel-entreprise.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot {
    background-image: url("image/banner-fonctionalite-iot.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_collectivite {
    background-image: url("image/iot-collectivite.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_delegataire {
    background-image: url("image/iot-banner-delegataire.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_integrateur {
    background-image: url("image/iot-banner-integrateur.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_eau {
    background-image: url("image/iot-banner-eau.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_immobilier {
    background-image: url("image/iot-banner-immobilier.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_telereleve {
    background-image: url("image/iot-home-banner-telereleve.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_eclairage-public {
    background-image: url("image/iot-eclairage-public.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_iot_parking_intelligent {
    background-image: url("image/iot-parking-intelligent.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
}
.bg_home_iot_gestion_batiment {
    background-image: url("image/iot-gtb.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
}
.bg_home_coworking {
    background-image: url("image/coworking-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_dsi {
    background-image: url("image/bureau-salle-dsi.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_centre-d-affaire {
    background-image: url("image/bureau-salle-centre-d-affaire.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_organisme-public {
    background-image: url("image/bureau-salle-organisme-public.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_entreprise {
    background-image: url("image/bureau-salle-entreprise.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_vehicule_entreprise {
    background-image: url("image/banner-vehicule-entreprise.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_ecran_accueil {
    background-image: url("image/bureau-salle-ecran-accueil.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_ecran_tactile {
    background-image: url("image/banner-ecran-tactile.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_prestation {
    background-image: url("image/bureau-salle-prestation-banner.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_reservation {
    background-image: url("image/bureau-salle-reservation-banner8.jpg");
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
    padding: 150px 0px;
	
}
.bg_home_bureau_salle_fonctionnalite {
    background-image: url("image/bureau-salle-fonctionnalite.jpg");
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    padding: 150px 0px;
	
}
.bg_home_minimal_cover {
    background-image: url("image/banner-indexR.jpg");
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    padding: 150px 0px;
}
.home_title_minimal {
    font-size: 48px;
	font-weight: 900;
    line-height: 1.6;
    max-width: 1200px;
	color: black;
}
.home_subtitle {
    font-size: 38px;
	
    line-height: 1.6;
    max-width: 1200px;
	color: black;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.subtitle {
    font-size: 28px;
	font-weight: 300;
    margin-top:0px;
	color: black;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.p-3 {
   padding: 0.5rem!important;
}
.mt-3, .my-3 {
	margin-top: 0.5rem!important;
}
.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    /*background-color: #ffffff;*/
}


/*Reference - Start*/
.under_box_shadow {
    box-shadow: 0 0 35px rgba(112, 112, 112, 0.1);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
}

/* Reference - End*/

/* Activity - Start*/
.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.description_header_main {
    max-width: 500px;
}
.business_choose_box .business_choose_icon span {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #174460;
}

/* Activity - End*/

/*Reservation - start*/
.services_box .service_icon i {
    font-size: 42px;
    color: #ff5c79;
    text-align: center;
}
p {
    font-size: 15px;
    line-height: 1.6;
}
.mb-0 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
/*Reservation - end*/
/*section call us -start*/

.section_all {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #ffffff; */
}
.enplus {
	color: #981F3E;
	font-weight: 700;
}
.enplus:hover {
	color: #981F3E;
	font-weight: 500;
	text-decoration: none;
}
.actu {
	color: #981F3E;
	font-weight: 700;
}
.actu:hover {
	color: #981F3E;
	font-weight: 500;
	text-decoration: none;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.stretched-link:hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color:#FFFFFF;
	opacity: 0.5;
}
.btn-rounded {
    border-radius: 35px;
}
.btn_custom {
    border: 1px solid #AB2346;
    background-color: #AB2346;
    border-radius: 35px;
	color: azure!important;
}
.active2 {
	border: 1px solid #871C37;
    background-color: #871C37;
}
.btn_custom:hover {
    border: 1px solid #871C37;
    background-color: #871C37;
    border-radius: 35px;
	color: azure;
}
.btn_custom2 {
    border: 2px solid #AB2346;
    background-color: none;
    border-radius: 35px;
	color: #871C37!important;
	font-weight: 500;
	padding:5px 20px;
}
.btn_custom2:hover {
    border: 2px solid #871C37;
    background-color: #871C37;
    border-radius: 35px;
	color: #ffffff!important;
	font-weight: 500;
}
.btn_custom3 {
    border: 1px solid #AB2346;
    background-color: none;
    border-radius: 35px;
	color: #871C37!important;
	color: black;
}
.btn_custom3:hover {
    border: 1px solid #871C37;
    background-color: #871C37;
    border-radius: 35px;
	color: azure!important;
}
.btn_custom4 {
    border: 2px solid #AB2346;
    background-color: white;
    border-radius: 35px;
	color: #871C37!important;
	font-weight: 500;
	padding:5px 20px;
}
.btn_custom4:hover {
    border: 2px solid #871C37;
    background-color: #871C37;
    border-radius: 35px;
	color: #ffffff!important;
	font-weight: 500;
}
.btn {
    padding: 13px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}
.btn_menu {
	border: 1px solid #AB2346;
    background-color: #AB2346;
    border-radius: 15px;
	padding: 8px 8px;
	color: azure;
	
}.btn_menu:hover {
	border: 1px solid #871C37;
    background-color: #871C37;
    border-radius: 15px;
	padding: 8px 8px;
	color: azure;
}
.text-marge {
	margin-right:1.8rem;
	margin-top:3rem;
}
.bg-dark {
    background-color: #4a525b!important;
}
.bg-darkfooter {
    background-color: #23272c!important;
}

/*section call us -end*/
.card-index {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: .25rem;
}
.card-footer-index {
    padding: .75rem 1.25rem;
	text-align: center;
    /* background-color: rgba(0,0,0,.03); */
    /* border-top: 1px solid rgba(0,0,0,.125); */
}

.card-footeractu {
    padding: .75rem 1.25rem;
    /* background-color: rgba(0,0,0,.03); */
    /* border-top: 1px solid rgba(0,0,0,.125); */
}


.button .button-active {
	background-color: mediumvioletred;
	
}


.pv3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.card-header {
	background-color: rgba(0,0,0,.5);
}
.text-muted-left {
	text-align:left;
	
}
.colorred {
 color:brown;
}

.margin {
	margin-top: 2.5rem;
	margin-bottom: 3.5rem;
}
.help-block {
	color: brown;
}