/*** PARAMETRES GENERAUX ***/
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	background-color: #fff !important;
	color: black !important;
}

body a {
	color:#505961 !important;
}

#bloc_telechargement_demo {
	background-color: steelblue;
	color: #fff;
	margin-top: 50px;
	border-radius: 10px;
	padding: 25px;
}

#bloc_telechargement {
	color: #333333;
	border-radius: 10px;
	padding: 25px;
	border: 1px solid #333;
	margin-top: 50px !important;
}

/*** IMPRESSION DES DEVIS, FACTURES ET BON DE COMMANDES EN PDF ***/
.impression_pdf td {
	padding:5px;
	border:1px solid black;
}

/*** MENU ET MENU RESPONSIVE ***/
#icone_menu_responsive {
	cursor: pointer;
}

#icone_menu_responsive i {
	float: right;
	margin-top: 10px;
	font-size: 50px;
	margin-right: 10px;
	color: steelblue;
	font-weight: bold;
}

#icone_menu_responsive .titre_menu {
	float:right;
	margin-right: 10px;
	color: steelblue;
	font-weight: bold;
	margin-top: 25px;
}

.menu_logo_responsive img {
	position: absolute;
}

#contenu_menu_responsive {
	background-color: #fff;
	width: 100%;
	text-align: center;
	display: none;
}

#contenu_menu_responsive .panier {
	width: 100%;
	padding: 0;
	padding-top: 20px;
}

#contenu_menu_responsive .menu {
	height: 70px;
}

#contenu_menu_responsive .menu_texte {
	min-height: 170px;
	margin-top: 10px;
	overflow: hidden;
}

#contenu_menu_responsive .menu_espace_client {
	height: auto;
	min-width: 100%;
	line-height: 40px;
}

@media screen and (min-width:300px) {
	.menu_normal {
		display: none;
	}

	.menu_responsive {
		display: contents;
	}
}

@media screen and (min-width:600px) {
	.menu_normal {
		display: none;
	}

	.menu_responsive {
		display: contents;
	}
}

@media screen and (min-width:900px) {
	.menu_normal {
		display: none;
	}

	.menu_responsive {
		display: contents;
	}
}

@media screen and (min-width:1200px) {
	.menu_normal {
		display: contents;
	}

	.menu_responsive {
		display: none;
	}
}
/*** FIN MENU ET MENU RESPONSIVE ***/

/*** ENTETE DE PAGE ***/
header {
	background-color: #fff !important;
	position: relative;
	width: 100%;
	z-index: 999;
	height: 70px;
	border-bottom: 1px solid #d8d8d8;
}

/*** PANIER ***/
#bloc_panier {
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	border: 1px solid #d8d8d8;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
}

#bloc_panier a {
	text-decoration: none;
}

#bloc_panier a:hover {
	text-decoration: underline;
	color: #000 !important;
}

.vider_panier {
	background-color: #d72c2c;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	height: 30px;
	line-height: 10px;
	width: 150px !important;
	float: right !important;
	font-size: 15px;
}

#bloc_total {
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	border: 1px solid #d8d8d8;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
}

#bloc_panier .prix_logiciel {
	margin-top: 70px;
}
.filariane_actif {
	background-color: #5cb85c;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
}

.titre_panier {
	font-size: 32px;
	font-family: Arial sans-serif;
	color: darkcyan;
	border-bottom: 4px solid darkcyan;
	padding-bottom: 15px;
}

.soustitre_panier h1 {
	font-size: 20px;
	font-family: Arial sans-serif;
	color: darkcyan;
	background-color: #0451a8;
	width: auto;
	max-width: 250px;
	padding: 20px;
	margin-top: 20px;
	color: #fff;
	border-radius: 10px;
}

#pourcentage {
	display: none;
}

.soustitre_panier h1 a {
	font-size: 12px;
	color: #fff !important;
}

.soustitre_panier h1 a:hover {
	font-size: 12px;
	color: #fff !important;
	text-decoration: underline;
}

.description_panier {
	font-size: 15px;
	font-family: Arial sans-serif;
	color: darkcyan;
	padding-top: 20px;
}

.panier {
	background-color: #5cb85c;
	color: #fff;
	padding-top: 15px;
	height: 70px;
	float: right !important;
	right: 0px;
	width: 100px;
}

.panier i {
	padding-left: 5px;
}

#details_panier .fa-trash {
	font-size: 20px;
	color: crimson;
	cursor: pointer;
}

#details_panier a:hover {
/*	color: #505961 !important;*/
	text-decoration: underline;
}

.panier:hover {
	background-color: #3fb73f;
}

.panier i {
	font-size: 30px;
	padding-bottom: 10px;
}

.prix_total {
	font-weight: bold;
	padding-top: 20px;
}

.intitule_prix_total {
	text-align: left;
}

.tarif_prix_total {
	text-align: right;
}

#total {
	font-size: 20px;
	color: red;
	font-weight: bold;
}
/*** PANIER ***/


#image_accueil {
	height: auto;
	width: 100%;
	max-height: 300px;
}

#image_accueil img {
	width: 100%;
}

.menu_logo {
	float: left;
	text-align: left;
}

.liens_menu {
	margin-top: 15px !important;
}

header nav {
	margin: 0 auto;
	text-align: center;
	margin: 0 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
/*	background-color: #0451a8;*/
}

header .menu a, .menu_logo a {
	color:#fff;
	font-size: 14px;
	font-family: 'Roboto Medium', sans-serif;
	text-decoration: none;
	margin-left: 20px;
	padding: 15px;
	background-color: transparent;
	text-align: center;
}

header .menu a i {
	font-size: 30px;
	padding-right: 20px;
}

.liens_menu a:hover {
	border-bottom: 5px solid steelblue;
	color: #fff;
	color: steelblue !important;
}

header .menu_actif a {
	border-bottom: 5px solid steelblue;
	color: #fff;
	color: steelblue !important;
}

header img {
	height: 100px;
	margin-top: 5px;
}

/*** CORPS DE PAGE ***/
.container-fluid {
	flex-grow: 1;
	margin: 0;
  	padding: 0;
  	padding-left: 0px !important;
  	padding-right: 0px !important;
}

.bloc_contenu_page {
	height: auto;
	width: 100%;
	color: #0451a8;
/*	background-color: #fff;*/
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-family: 'Ysabeau', sans-serif;
	flex-grow: 1;
}
/*** PAGE ENTREPRISE ***/
/*** SLIDER PAGE ACCUEIL ***/
.carousel-item {
  height: 60vh;
  min-height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*** FIN SLIDER PAGE ACCUEIL ***/
#carouselExampleCaptions, .carousel-indicators {
	margin: 0 !important;
	padding: 0 !important;
}

#presentation_entreprise {
/*	font-family: 'Alfa Slab One', cursive;*/
	font-family: Arial sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	color: darkcyan !important;
}

#presentation_entreprise2 {
	margin-top: 20px !important;
}

#presentation_entreprise .row {
	padding: 0 !important;
	margin: 0 !important;
}

#bloc1_presentation {
	background-color: steelblue;
	color: #fff !important;
	padding-bottom:20px;
}

#bloc2_presentation {
	background-color: #fff;
	color: #605f5f;
	padding-bottom:20px;
}

#bloc3_presentation {
	background-color: #5cb85c;
	color: #000;
	padding-bottom: 20px;
	font-size: 25px;
}

#bloc3_presentation span {
	font-size: 35px;
  font-weight: bold;
  color: #000;
}

#bloc3_presentation img {
	width: 50px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 30px;
}

.carousel-indicators {
	left: 0% !important;
	width: auto !important;
}

#presentation_entreprise h1 {
	text-align: center;
}

#presentation_entreprise p {
	padding-top: 20px;
}

#presentation_entreprise ul {
	text-align: left;
}

.icone-entreprise {
	font-size: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/*** FIN PAGE ENTREPRISE ***/

/*** PAGE LOGICIEL **/
#logiciels .card-text {
	height: 50px;
}

.logo_logiciel {
	background-color: #0451a8;
	border-top: 10px solid #038f3a;
	border-bottom: 10px solid #038f3a;
	margin-top: 20px;
	color: #fff;
	border-radius: 5px;
	height: 100px;
	width: 100px;
	margin: auto;
	margin-top: auto;
	padding-top: 30px;
	margin-top: 20px;
	font-size: 25px;
	line-height: 20px;
	text-align: center;
}

.logiciel {
	margin-left: 20px;
	margin-top: 20px !important;
	text-align: center;
}

.logiciel .btn {
	background-color: #0451a8;
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}

.logiciel .btn:hover {
	background-color: #025bbf;
	color: #fff;
}

.logiciel i {
	font-size: 60px;
	padding-top: 50px;
	color: #038f3a;
}

.logiciel h5 {
	color: #038f3a;
}
/*** FIN PAGE LOGICIEL **/

/*** PAGE CONTACT ***/
#contact {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

#contact h1 {
	text-align: left;
}

#contact input {
	width: 100%;
}

form {
	text-align: left;
}

#contact .form-group {
	margin-top: 15px;
}

#contact textarea {
	resize: none;
	height: 200px;
}

#contact #btn_envoyer_mail {
	background-color: #0451a8;
	color: #fff;
}

#contact #btn_envoyer_mail:hover {
	background-color: #025bbf;
	color: #fff;
}

/*#bloc_contacts .card:first-child {
	margin-left: 0px !important;
}

#bloc_contacts .card {
	margin-left: 25px;
}*/
/*** FIN PAGE CONTACT ***/

/*** PAGE IDENTIFICATION ***/
.nom_connecte a {
	margin-left: 0px !important;
}

#identification {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

#identification form input {
	width: 100%;
}

#identification .btn {
	background-color: #0451a8;
	color: #fff;
}

#identification .btn:hover {
	background-color: #025bbf;
	colo
	r: #fff;
}
#identification2 {
	width: 60%;
	margin: 0 auto;
	text-align: left;
	margin-top: 150px !important;
}

#identification2 form input {
	width: 100%;
}

#identification2 .btn {
	background-color: #0451a8;
	color: #fff;
}

#identification2 .btn:hover {
	background-color: #025bbf;
	color: #fff;
}
/*** FIN PAGE IDENTIFICATION ***/

/*** ESPACE CLIENT ***/
#espace_client h1 {
	text-align: center;
}

.list-group-item:hover {
	background-color: #038f3a !important;
	border-color: #038f3a !important;
	color: #fff !important;
}

.list-group-item.active {
	background-color: #038f3a !important;
	border-color: #038f3a !important;
	color: #fff !important;
}

.card-body .btn {
	color: #fff !important;
}
/*** FIN ESPACE CLIENT ***/

/*** BLOC USER CONNECTE ***/
.menu_espace_client {
	float: right;
	background-color: steelblue;
	height: 70px;
	position: relative;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	width: 25%;
	min-width: 410px;
	font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.menu_espace_client .btn-danger {
	width: 35px;
	height: 35px;
}

.menu_espace_client .btn-danger i {
	font-size: 20px;
	position: relative;
	right: 4px;
}

.menu_espace_client:hover {
	background-color: royalblue;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.menu_espace_client i {
	padding-right: 10px;
}

.menu_espace_client a {
	color: #fff !important;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.menu_espace_client a:hover {
	border-bottom: 5px solid transparent !important;
	background-color: transparent !important;
	color: #fff !important;
	text-decoration: underline;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

.lien_espace_client {	
	margin: 0 !important;
	padding: 0 !important;
}

.lien_espace_client_deconnecte {
	margin: 0 !important;
	padding: 0 !important;
}

.lien_espace_client_deconnecte .menu_espace_client {
	line-height: 70px;
}
/*** FIN BLOC USER CONNECTE ***/

/*** FICHE LOGICIEL ***/
#texte_tarif {
	font-family: Arial sans-serif;
	font-size:30px;
	color: red;
	text-transform: uppercase;
}

#radios_buttons {
	font-size: 25px;
}

#select_version {
	display: none;
}

#version_actuel {
	text-align: center;
  font-size: 35px;
  color: red;
  font-weight: bold;
}

.titre_select_version {
	background-color: #fff !important;
	color: #0451a8;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.select_version_option {
	background-color: #0451a8 !important;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

select[name='version'] {
	width: 100%;
  background-color: #0451a8 !important;
  color: #fff;
  border: 0 none;
  font-size: 20px;
  text-align: center;
	display:none;
}

select[name='version'] option {
	text-align: center;
}

#bloc_prix {
	display: none;
}

#fiche_logiciel p {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#bloc_fiche_produit {
	font-size: 15px;
}

#bloc_fiche_produit table, table td, table th {
	border: 1px solid black !important;
}

/*** FIN FICHE LOGICIEL ***/

/*** PAGE MENTIONS LEGALES ***/
.texte_mentions {
	font-family: 'Ysabeau' sans-serif;
	font-size: 15px;
	color: #605f5f;
	text-align: left;
	padding-top: 50px;
	width: 70%;
	margin: 0 auto;
}

.texte_mentions h1 {
	text-align: center;
}

.texte_mentions b {
	font-size: 20px;
}
/*** FIN PAGE MENTIONS LEGALES ***/

/*** BLOC CONTACT ***/
.bloc_contact {
	width: 60% !important;
	min-width: 350px !important;
	color: #0451a8;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 0 !important;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 20px !important;
}

.bloc_contact form {
	padding: 20px;
}

.bloc_contact input, .bloc_contact select, .bloc_contact textarea {
	border: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #0451a8;
	border-radius: 0px;
	resize: none;
	color: #0451a8 !important;
}

.bloc_contact input:focus, .bloc_contact select:focus, .bloc_contact textarea:focus {
	border: 1px solid #0451a8;
}

.bloc_contact label {
	margin-top: 10px;
}

.bloc_contact .btn {
	width: 100% !important;
	color: #fff !important;
	border: 1px solid transparent !important;
	border-radius: 5px !important;
}

.bloc_contact .entete_contact {
	color: #fff !important;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(40deg, #0451a8, #038f3a);
}
/*** FIN BLOC CONTACT ***/

/*** PARTIE COMMANDE ***/
.entete_commande {
	width: 60%;
	background-color: #FFF;
	box-shadow: 0 0 20px 0 #0451a8;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 50px !important;
}

.corps_commande {
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	height: 350px;
	width: 60%;
	margin: 0 auto;
}

tbody, td, tfoot, th, thead, tr {
	border-color: transparent !important;
}

.bloc_bouton_breadcrumb {
	float: right;
	margin-top: 20px;
}

.breadcrumbs {
	background-color: #0451a8;
	color: #FFF;
	display: flex;
	font-size: 14px;
	position: relative;
}

.breadcrumb-item::before {
	content: '' !important;
}

.breadcrumb-item {
	padding-left: 30px !important;
}

.breadcrumb-item:first-child {
	padding-left: 10px;
}

.breadcrumb-item .number {
	display: block;
	background-color: #0451a8;
	width: 8px;
	height: 16px;
	border-radius: 15px;
	padding: 6px 10px;
	float: left;
	margin: 13px 0 0 10px;
	padding-left: 10px;
}

.breadcrumb-item .label {
	display: block;
	padding: 20px 0 20px 10px;
	float: left;
}

.breadcrumb-item::after {
	content: '';
	display: block;
	width: 38px;
	height: 35px;
	transform: rotate(130deg) skew(-10deg);
	float: right;
	position: relative;
	top: 13px;
	left: 19px;
	border-top: 1px solid #038f3a;
	border-left: 1px solid #038f3a;
	background-color: #0451a8;
}

.breadcrumb-item.current,
.breadcrumb-item.current::after{
	background-color: #038f3a;
}

.breadcrumb-item.current .number {
	background-color: #038f3a;
}

.nom_logiciel_demo {
	font-weight: bold;
	font-size: 25px;
	text-decoration: underline;
}
/*** FIN PARTIE COMMANDE ***/

/*** PIEDS DE PAGE ***/
footer {
	background-color: #292c33;
	color: #fff;
	padding-top: 25px;
	text-align: center;
}

footer h1 {
	font-size: 25px;
}

footer p {
	font-size: 18px;
}

footer a {
	text-decoration: none;
	color: #025bbf;
}

footer .mention_legale a {
	text-decoration: none;
	color: #fff !important;
}

.texte-contact-first {
	padding-top: 0px !important;
}

.texte-contact {
	padding-top: 15px;
}

footer .logiciel {
	color: #fff;
	margin-top: 5px;
	border-radius: 5px;
	text-align: center;
	width: 100px;
	display: inline-block;
	vertical-align: text-top;
	background-color: #5cb85c;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.1s all;
}

footer .logiciel:hover {
	background-color: darkseagreen;
	transition: 0.5s all;
}

footer .mention_legale {
	width: 100%:;
}

.mention_legale {
	background-color: #393434;
	text-align: center;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width: 100%;
	margin-top: 20px !important;
}

#bloc_logiciel_footer {
	margin-bottom: 20px;
}