@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
html { 
    height:100%;
}
body {
	background-color: #f5f5f5;
	color: #000;
	font-family: arial, sans-serif;
}
fieldset{
	border: solid 1px #999;
	padding:20px;
}
h2 {
    margin-top: 10px;
    margin-bottom: 20px;
	color: #332D77;
}
/* formulaire de recherche */
.form-3 {
    width: 23.5%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1%;
	margin-top: 5px;
}
.form-3 input, .form-3 select{
    width: 100%;
	margin-top:5px;
	padding: 5px 0;
	text-align:right;
}
#check{
    display: inline !important;
    width: 20px !important;
    max-width: 500px;
    padding: 3px 0;
	margin-top:20px;
}
#Rechercher, #valider{
    padding: 10px 30px !important;
    background: #332D77;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
	transition: all 0.5s ease-out;
}
#Rechercher:hover, #valider:hover {
    background: #6861B9;
}
#ajout input, #ajout textarea, #ajout select {
    display: block;
    width: 100%;
    max-width: 500px;
	padding: 3px 0;
}
.infoClient{
	width:94%;
	font-family: arial, sans-serif;
	font-size:13px;
}
#ajout label{
    margin-bottom: 5px;
	margin-top:10px;
    display: inline-block;
}
#ajout{
    margin-bottom: 20px;
}
.rechercheCategorie {
    background: #fff;
    border: solid 1px #ccc;
    text-align: center;
    width: 20%;
    height: 200px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin: 20px 5px;
    padding: 10px;
    vertical-align: top;
	transition: all 0.3s ease-out;
}
.rechercheCategorie:hover {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.66);
}

.rechercheCategorie img {
    max-width: 100%;
    height: 150px;
}
#impression{
	cursor:pointer;
	margin-top:10px;
	text-align: right;
	margin-bottom: 10px;
}
h2:after, h1:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
}
h2:before, h1:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
}
/*mise en forme du select checkbox */
.multiselect {
  width: 100%;
}
.multiselect input{
  width: 20px !important;
  display:inline-block !important;
}
.selectBox {
  position: relative;
  max-width: 500px;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}
.selectBox select:hover {
  width: 100%;
  font-weight: bold;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overSelect:hover {
  border:solid 1px #333;
  cursor:pointer;
}
#checkboxes {
    display: none;
    border: 1px #aaa solid;
    background: #fff;
	max-width:500px;
	transition: all .3s linear;
}
.is-open {
    display: block !important;
}
.form-3 #checkboxes {
    position: absolute !important;
    width: 21.5%;
}
#checkboxes label {
    padding-bottom: 4px;
    padding-top: 2px;
    margin:0 !important;
	font-size: 13px;
}
#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}
/*resultat de recherche*/

.critere{
    width: 45%;
    border: solid 1px #999;
    padding: 10px;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}
.resultat{
    width: 45%;
    border: solid 1px #999;
    padding: 10px;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}
.detail ul{
    margin-left: 30px;
	margin-top:10px;
	margin-bottom:20px;
}

.detail .section{
	margin-top:20px;
}
.illustration, .descriptifProduit{
	display:inline-block;
	vertical-align:top;
}
.illustration {
    width: 25%;
	text-align:center;
}
.illustration img {
    max-width: 100%;
	max-height: 250px;
	border: solid 1px #ccc;
}
.descriptifProduit {
    width: 69%;
	padding-left:10px;
}
.pdf-button{

    float: right;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(red, #b32121);
    padding: 10px;
    border: none;

}
.piedPagePrint{
	display:none;
}
/*page de suppression*/
.confirmer {
    background-color: #4db513;
    margin: 0;
        margin-top: 0px;
    text-decoration: none;
    color: #222;
    border: solid 1px #999;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    border: solid 1px #47951a;
    margin-top: 20px;
}
.retour {
    background-color: #fff;
    margin: 0;
        margin-left: 0px;
    text-decoration: none;
    color: #222;
    border: solid 1px #999;
    padding: 5px 20px;
    display: inline-block;
    margin-left: 10px;
}
/* Page de connexion */

.wrapper{
	position: relative;
    width: 500px;
    max-width: 100%;
    top: 120px;
    margin: 20px auto 20px auto;
}

.wrapper .connexion_form input {
    font-size: 14px;
    padding: 10px 10px 4px 0;
    border-style: none;
        border-bottom-style: none;
    border-bottom-style: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    font-style: italic;
    background: none;
    transition: 0.6s;
}

.wrapper .connexion_form .button {
    width: 100%;
    background: #332D77;
    color: #fff;
    text-transform: uppercase;
    padding: 13px;
    vertical-align: top;
    font-weight: 600;
    cursor: pointer;
    margin: 30px auto;
}

/* structure de la page */

#layout {
    padding-left: 200px;
    left: 0;
}

/* sticky menu */

/* Quelques styles de base */

.main-header {
	color: #626262;
	background: #FFF;
}
.logoClient{
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
.header-logo, .header-drapeau{
    display: inline-block;
    vertical-align: top;
}
.header-drapeau{
	float:right;
}
.header-drapeau img {
    height: 50px;
    margin-top: 10px;
	margin-right:25px;
}
#header {
    position: fixed;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.66);
    width: 100%;
	z-index: 99;
}
.container_grey {
    background: #f7f7f7;
    padding-top: 0;
    top: 0;
    position: relative;
    z-index: 0;
}
.nav-is-stuck .main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	animation: stickAnim .3s;
	z-index:99;
}
 
.header-logo img {
    height: 60px;
    margin: 10px 0px 5px 30px;
}


/*fil d'ariane*/
.breadcrumb {
    text-align: left;
    border-bottom: solid 1px #999;
    padding: 15px 0;
	background-color:transparent !important;
}
.breadcrumb ol {
    list-style: none;
	padding:0;
	margin:0;
	font-size:0.8em;
}
.breadcrumb li {
    display: inline-block;
    font-weight: 400;
}
.breadcrumb li:last-child {
    font-weight: 700;
}
.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

@font-face {
 font-family: "Font Awesome 5 Free";
 src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
        url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
}
.breadcrumb li + li::before {
	font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: inherit;
    margin: 0 .5rem;
}
/* Mon compte */
.filters_field_2 {
    width: calc(50% - 10px);
    display: inline-block;
    padding: 5px 5px 5px 0;
    margin-top: 20px;
    vertical-align: top;
}

.filters_field_2 select, .filters_field_2 input, .filters_field_3 select, .filters_field_3 input {
    width: calc(100% - 10px);
    padding: 5px;
    margin-top: 5px;
}
/*mise en forme de l'historique*/

.history-list .title ul li{
    font-weight: bold;
}
.history-list ul li{
    list-style: none;
    display: inline-block;
	font-size:0.8em;
	vertical-align:top;
}
.history-list .title ul{
    padding: 10px 0;
}
.history-list .result ul{
    border-top: solid 1px #aaa;
	margin:0;
	padding:0;
}
.history-list .result ul li {
    padding: 10px 0;
}
.history-list .result ul li .red{
    color:#ff0000;
}
.history-list .result ul li .green{
    color:#1e8e1e;
}
.history-list .result ul li a{
    text-decoration:none;
	color:#222;
}
.history-list .result ul li a:hover{
    text-decoration:underline;
}
.history-list .result ul li i{
    margin-right:5px;
}
.history-list ul li.li-50{
    width:50%;
}
.history-list ul li.li-25{
    width:25%;
}
.history-list ul li.li-20{
    width:20%;
}
.history-list ul li.li-15{
    width:15%;
}
.history-list ul li.li-10{
    width:10%;
}

/* style du bouton */
.submit{
    background: #332D77;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    width: 250px;
    margin-top: 25px;
    position: relative;
	transition: 0.6s;
}
.submit:hover{
	background: #5046C4;
	transition: 0.6s;
}
 /***********************************/

#create-user, .create-user {
    float: right;
    background-color: #fff;
    margin: 0;
    text-decoration: none;
    color: #222;
    border: solid 1px #999;
    padding: 5px 20px;
	margin: 5px;
}

.search-btn {
    background-color: #332D77;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 20px;
    padding: 10px;
    height: 40px;
    width: 40px;
    left: -11px;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
} 

#edit-user {
    background-color: #fff;
    margin: 0;
    text-decoration: none;
    color: #222;
    border: solid 1px #999;
    padding: 5px 20px;
    margin: 10px 10px 10px 0px;
}
.formulaire label{
	display:block;
	margin-top:10px;
	margin-bottom : 5px;
}
  
/******************************************/

h1{
	font-size: 30px;
	margin-top:30px;
	margin-bottom:20px;
	color: #332D77;
}
 
#content {
    width: 96%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    background: #f5f5f5;
    top: 75px;
}

#header {
    position: fixed;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.66);
    width: 100%;
    z-index: 99;
	top:0;
	height:75px;
	background-color:#fff;
}
#header img {
    max-width: 417px;
    max-height:65px;
}


#footer{position: absolute;width: 100%;height: 70px;background-color:#303030;}

/*mise en forme du menu*/
#header ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
#header ul li{
    display: inline-block;
	list-style:none;
	text-transform:uppercase;
	font-size:15px;
}
#menu {
    width: 200px;
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #332D77;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
    overflow-y: auto;
    background-image: url("../img/bg-menu.png");
    background-repeat: no-repeat;
    background-position: 50% 350px;
    background-size: 200px;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
	list-style:none;
}
.pure-menu-item a{
	text-decoration:none;
	color: #fff !important;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #999;
        border: none;
        padding: .7em 0 .7em .7em;
		display: block;
		transition: 0.6s;
    }
	#menu a i {
		margin-right: 5px;
		font-size: 1.3em;
		bottom: -0.1em;
		position: relative;
	}

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
		padding-top: 10px;
		padding-left:0;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: none;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #fff;
			color: #333 !important;
			transition: 0.6s;
        }

    /*
    This styles the selected menu item `<li>`.
    */
	#menu .pure-menu-heading {
		font-size: 110%;
		color: #333;
		margin: 0;
		background: #fff;
		width: 100%;
		position: relative;
		display: block;
		text-decoration: none;
		height: 80px;
	}
	
	#menu .pure-menu-selected, #menu .pure-menu-heading, #menu .pure-menu-item:hover {
		color: #333 !important;
		background: #eee;
		width: 200px;
		position: relative;
		display: block;
		text-decoration: none;
		left: 0px;
		transition: 0.6s;
	}
	#menu .pure-menu-selected a{color: #333 !important;}
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }
	
.contact {
	color: #fff;
	padding: 12px;
	margin-top: 50px;
}