
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
* {
    box-sizing: border-box;
  }
html,body{
    margin:0;
    padding:0px;
    width: 100%;
    height: 100%;

    background-color: #eceff1;

    font-family: 'Raleway', sans-serif;
    font-size:16px;
}

.HideInDesktop{
    display: none;
}
.hide{
    display: none;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
hr.dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

a{
    color:#000000;
    text-decoration:none;
}
a:hover{
    color:#113a55;
    text-decoration:underline;
}


/* fond */
.bg_blue	{
    background: #5ea9c5;
    color:#ffffff;
}
.bg_blue:hover	{
    background: #5492a9;
}

.bg_light_blue	{
	 background: #91E4FF;
	 color:#000;
}
.bg_light_blue:hover	{
    background: #5492a9;
}
.bg_white	{
	background: #ffffff;
	color:#000;
}
.bg_white:hover	{
    background: #ced0d1;
}

.bg_black	{
	background: #000000;
	color:#fff;
}
.bg_black:hover	{
    background: #272727;
}

.bg_red	{
	background: #f44242;
	color:#ffffff;
}
.bg_red:hover	{
	background: #ecc9ca;
	color:#ffffff;
}


.bg_rose	{
	background: #F7DFF4;
}
.bg_rose:hover	{
    background: #ecc9ca;
}

.bg_red_clair	{
	background: #ef9ba7;
	color:#000;
}
.bg_red_clair:hover	{
	background: #ecc9ca;
	color:#000000;
}

.interdit{
	cursor:not-allowed;
}
.pointer{
    cursor: pointer;
}

:focus {
    outline-color: transparent;
    outline-style: none;
  }

.bg_green{
    /*background: #C9F0DA;*/
    background: #4CAF50;
	color:#000000;
}
.bg_green:hover	{
    background: #3f9242;
}

.bg_green_light{
    /*background: #C9F0DA;*/
    background: #97d899;
	color:#000000;
}
.bg_green_light:hover	{
    background: #3f9242;
}

.bg_yellow{
    background: #E9F2B6;
}
.bg_yellow:hover	{
    background: #c9d393;
}

.bg_orange{
    background: #FCDDB1;
}
.bg_orange:hover	{
    background: #e4bc85;
}

.bg_grey{
    background: #F2F2F2;
}
.bg_grey:hover	{
    background: #b8b0b0;
}

.bg_darkgrey{
	background: #333333;
	color:#ffffff;
}
.bg_darkgrey:hover	{
    background: #686868;
}

.bg_light_grey{
	background: #c9d0d2;
}

.borderdashed{
	border:1px dashed #333;
}
.border-bottom{
	border-bottom:1px solid #333;
	min-height:30px;
}
.border-radius{
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Aide Title*/
a.aideTitle {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.aideTitle:hover {
    cursor: help;
    position: relative
}
a.aideTitle span {
    display: none
}
a.aideTitle:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    /*background: url(images/aide.png) #f0f0f0 no-repeat 100% 5%;*/
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
	text-decoration: none;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Aide Title*/

.legend{
    font-size:12px;
}

.actionInright{
    width:100;
    text-align:right;
}

/* Float et alignement*/
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.txt_left{
	text-align:left;
}
.txt_right{
	text-align:right;
}
.txt_justify{
	text-align:justify;
}
.link_no_underline{
	text-decoration: none;
}
.link_no_underline:hover{
	text-decoration: underline;
}
.txtcontent{
	padding:1px;
}
/* / Float et alignement*/


/* Espacement et separateur */
.spacer{
    clear: both;
    width: 100%;
    height: 20px;
}
.spacer2{
	width:100%;
	clear:both;
	height:2px;
}
.spacer4{
	width:100%;
	clear:both;
	height:2px;
}
.spacer,.homeaddspacer{
	width:100%;
	clear:both;
	height:20px;
}
.spacer5{
	width:100%;
	clear:both;
	height:5px;
}
.spacer10{
	width:100%;
	clear:both;
	height:10px;
}
.spacer20{
	width:100%;
	clear:both;
	height:20px;
}
.clear{
	width:100%;
	height:1px;
	clear:both;
}

/* float*/

.float_left	{
	float:left;
}
.float_right	{
	float:right;
}
.float_left5	{
	float:left;
	width:5%;
}
.float_left10	{
	float:left;
	width:10%;
}
.float_left15	{
	float:left;
	width:15%;
}
.float_left20	{
	float:left;
	width:20%;
}
.float_left25	{
	float:left;
	width:25%;
}
.float_left30	{
	float:left;
	width:30%;
}
.float_left35	{
	float:left;
	width:35%;
}
.float_left40	{
	float:left;
	width:40%;
}
.float_left45	{
	float:left;
	width:45%;
}
.float_left50	{
	float:left;
	width:50%;
}
.float_left55	{
	float:left;
	width:55%;
}
.float_left60	{
	float:left;
	width:60%;
}


.floatleft	{
	float:left;
}
.floatleft49	{
	float:left;
	width:49%;
}
.floatleft39	{
	float:left;
	width:39%;
}
.floatleft19	{
	float:left;
	width:19%;
}
.floatleft20	{
	float:left;
	width:20%;
}
.floatleft25	{
	float:left;
	width:25%;
}
.floatleft30	{
	float:left;
	width:30%;
}
.floatleft40	{
	float:left;
	width:40%;
}
.floatleft50	{
	float:left;
	width:50%;
}
.floatleft60	{
	float:left;
	width:60%;
}
.floatleft65	{
	float:left;
	width:65%;
}
.floatleft70	{
	float:left;
	width:70%;
}
.floatleft80	{
	float:left;
	width:80%;
}
.floatleft100	{
	float:left;
	width:100%;
}



.float_right5	{
	float:right;
	width:5%;
}
.float_right10	{
	float:right;
	width:10%;
}
.float_right15	{
	float:right;
	width:15%;
}
.float_right20	{
	float:right;
	width:20%;
}
.float_right25	{
	float:right;
	width:25%;
}
.float_right30	{
	float:right;
	width:30%;
}
.float_right35	{
	float:right;
	width:35%;
}
.float_right40	{
	float:right;
	width:40%;
}
.float_right45	{
	float:right;
	width:45%;
}
.float_right50	{
	float:right;
	width:50%;
}
.float_right55	{
	float:right;
	width:55%;
}
.float_right60	{
	float:right;
	width:60%;
}


.floatright	{
	float:right;
}
.floatright49	{
	float:right;
	width:49%;
}
.floatright39	{
	float:right;
	width:39%;
}
.floatright19	{
	float:right;
	width:19%;
}
.floatright20	{
	float:right;
	width:20%;
}
.floatright25	{
	float:right;
	width:25%;
}
.floatright30	{
	float:right;
	width:30%;
}
.floatright60	{
	float:right;
	width:60%;
}
.floatright80	{
	float:right;
	width:80%;
}
.floatright100	{
	float:right;
	width:100%;
}


.overflowauto	{
	max-height:95%;
	overflow:auto;
	overflow-x: hidden;
}
.marginleft5p	{
	margin-left:5px;
}
.marginright5p	{
	margin-right:5px;
}


.marginleft10	{
	margin-left:10%;
}
.marginleft20	{
	margin-left:20%;
}

.marginright10	{
	margin-right:10%;
}
.marginright20	{
	margin-right:20%;
}


.plusmore	{
	font-size:14px;
	color:#E8315C;
	font-weight:bold;
}
/* /float*/


.rightbloc_element_spacer{
	width:100%;
	clear:both;
	height:5px;
	border-bottom: 1px solid #9a9a9a;
}

.padding{
	padding:15px;
}
.padding-top{
	padding-top:15px;
}
.padding-left{
	padding-left:15px;
}
.padding-right{
	padding-right:15px;
}
.padding-bottom{
	padding-bottom:15px;
}

.margin-top-50{
	margin-top:50px;
	width:100%;
}
.margin-top-100{
	margin-top:100px;
	width:100%;
}
.NegMargin20{
	margin-top:-20px;
}
.NegMargin50{
	margin-top:-50px;
}
.NegMargin100{
	margin-top:-100px;
}


.no-overvlow	{
	overflow:hidden;
}
.padding5	{
	padding:5px;
}
.border	{
	border:1px solid #000;
}

.float_left2	{
	float:left;
	width:2%;

}
.float_left3	{
	float:left;
	width:3%;
	min-width:125px;
	min-width:55px;
}
.float_left5	{
	float:left;
	width:5%;
	min-width:90px;
}
.float_left7	{
	float:left;
	width:7%;
	min-width:125px;
}
.float_left8	{
	float:left;
	width:8%;
	min-width:120px;
}
.float_left10	{
	float:left;
	width:10%;
	min-width:135px;
}
.float_left15	{
	float:left;
	width:15%;
	min-width:150px;
}
.float_left20	{
	float:left;
	width:20%;
	min-width:358px;
}
.float_left25	{
	float:left;
	width:25%;
	min-width:448px;
}
.float_left30	{
	float:left;
	width:30%;
	min-width:537px;
}
.float_left35	{
	float:left;
	width:35%;

}
.float_left40	{
	float:left;
	width:40%;

}
.float_left45	{
	float:left;
	width:45%;

}
.float_left50	{
	float:left;
	width:50%;

}
.float_left55	{
	float:left;
	width:55%;

}
.float_left60	{
	float:left;
	width:60%;

}

.float_left65	{
	float:left;
	width:65%;

}

.float_left70	{
	float:left;
	width:70%;

}

.float_left75	{
	float:left;
	width:75%;

}

.center{
	text-align:center;
}

.bold{
	font-weight: bold;
}
.barre{
	text-decoration: line-through;
}
.desactivetxt{
	color:#ccc;
}

#errormsg	{
	margin:0 auto;
	margin-top:55px;
	width:90%;
	height:30px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	
	background-color:#fff;
	border:solid 1px #ccc;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-webkit-box-shadow: 0px 2px 40px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 40px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 40px 5px rgba(0,0,0,0.4);
	
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.errormsg{
    font-style: italic;
    color:#f44242;
    font-size:14px;
    font-weight: bold;
    margin-bottom:20px;
    width:100%
}

.bottom_addNew{
    width:100%;
}
.bottom_addNew_ico{
    float:left;
    width:30px;
    padding-left:10px;
}
.bottom_addNew_ico img{
    max-width:100%;
}
.bottom_addNew_txt{
    float:left;
    margin-top:2px;
    margin-left:10px;
}


/* ##### pagination #### */
.pagination {
	font:12px Arial, Helvetica, sans-serif;
	margin:40px 0 0 90px;
	}
	 
	.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#ccc;
	margin:2px;
	padding:.2em .4em;
	text-decoration:none
	}
	 
	.pagination a:hover {
	background:#fff;
	border:1px solid #000;
	color:#000;
	}
	 
	.pagination span.inactive {
	background:#fff;
	border:1px solid #ccc;
	color:#ccc;
	margin:2px;
	padding:.2em .4em
	}
	 
	.pagination span.active {
	background:#EDEBEB;
	border:1px solid #000;
	color:#000;
	font-weight:700;
	margin:2px;
	padding:.2em .4em
	}
	/* ##### /pagination #### */


#wait,.waitmain,.wait	{
    padding-top:300px;
    display:none;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
}
#waitimg	{
    position: fixed;
    bottom:0;
    padding-bottom:350px;
}

#head{
    width:100%;
    height:60px;
    background: #fafbfc;

    position: fixed;
    width: 100%;
    top: 0;

    display: flex;
    align-items: center;
    align-content: center;
   /* position: relative;*/
    z-index: 10;
    transition: all .2s;

    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

#headLeft{
    float: left;
    width: 100%;
    display: flex;
    max-height: 100%;
}

#logo{
    width:190px;
    padding-left:32px;
    z-index:10;
    margin-top:5px;
}
#logo img{
    max-height: 90%;
    max-width: 95%;
}

#ROTLogo{
    margin-top:12px;
    width: 100%;
}
#HeadSearchBloc{
    height: 28px;
    z-index: 11;
    margin-top:2px;
}
#LeftBurgerMenu{
    float:left;
}
#headSearch{
    margin-left:20px;
    border:none;
    background-color: #d4e1e7;

    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

    width:40px;
    height: 30px;
    transition: width 0.8s;
}
#headSearchICO{
    background-color: #d4e1e7;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#headSearchICO img{
    max-width: 20px;
    margin-top:6px;
    margin-right: 10px;
}

#headRight{
    right: 10px;
    position: absolute;
}

.HeadRoundedElement{
    border-radius: 50%;
    width: 45px;
    height: 32px; 
    background-color: #d4e1e7;
    text-align: center;
    vertical-align: middle;
    padding-top:13px;
    font-weight: bold;
    margin-right: 20px;
    box-sizing: content-box;
    cursor: pointer;
}
.HeadRoundedElement img{
    max-height: 23px;
}
#notificationNumber{
	//display: none;
	position: absolute;
	width:15px;
	height:15px;
	margin-top: -35px;
	margin-left: 23px;
	color: red;
	font-size:12px;
	font-weight:bold;

}
#notificationList{
    font-size:10px;
}
/*timbreuse*/
.home_block_timbreuse	{
	float: left;
    width: 35%;
    min-height: 150px;
    border: 1px solid #ccc;
    margin: 5%;
    padding: 2%;
}
.home_block_timbreuse_ico	{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.home_block_timbreuse_ico	img	{
	max-width:90%;
}
.home_block_timbreuse_txt	{
	width:90%;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
/*/timbreuse*/


#footer{
    width:100%;
    height:30px;
    background: #fafbfc;

    font-size:12px;

    position: fixed;
    width: 100%;
    bottom: 0;

    display: flex;
    align-items: center;
    align-content: center;
    z-index: 10;
    transition: all .2s;

    -webkit-box-shadow: 0px -1px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 4px -1px rgba(0,0,0,0.75);

}
#footer div{
    padding:10px;
}





.margtop5{
    margin-top:5px;
}

.margtop10{
    margin-top:10px;
}

.txt_center{
    text-align:center;
}
.txt_left{
    text-align:left;
}
.txt_right{
    text-align:right;
}
.bottomAbsolute{
    bottom: 0;
    position: absolute;
}

/* menu */

.BurgerContainer {
  display: inline-block;
  cursor: pointer;
  z-index:10;
}

.BurgerBar1, .BurgerBar2, .BurgerBar3 {
  width: 35px;
  height: 3px;
  background-color: #113a55;
  margin: 6px 0;
  transition: 0.4s;
}

.Burgerchange .BurgerBar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .Burgerchange .BurgerBar2 {opacity: 0;}
  
  .Burgerchange .BurgerBar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }




/* The side navigation menu */
.SidenavLeft {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the SidenavLeft */
  }

  .SidenavRight {
    height: 0px; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 60px; /* Stay at the top */
    right: 0;
    background-color: #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the SidenavLeft */


    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  }
  
  /* The navigation menu links */
  .SidenavLeft a,  .SidenavRight a, .dropdown-btn{
    /*padding: 12px 8px 8px 32px;*/
    padding: 0px 8px 8px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
    cursor: pointer;
    outline: none;
     /*min-width:250px;*/
    min-width:190px;
    font-size:16px;
    /*border-bottom:1px solid #113a55*/
  }
  .dropdown-btn{
    /*min-width:250px;*/
    min-width:190px;
    background-color: #ffffff;
    border:none;
    /*border-bottom:1px solid #113a55*/
  }
  .dropdown-container a{
      font-size:14px;
      width:100%;
      border-bottom: 1px solid #ccc;
      padding-top:5px;
  }

  .flecheb {
        float: right;
        padding-right: 8px;
    }
.MenuItem{
    padding: 12px 8px 8px 32px;
    width:250px;
    min-height:40px;
   
    clear: both;
}
.MenuItem img, .MenuItem button, .MenuItem a{
    float:left;
}
.MenuItem img{
    width:20px;
    height:20px;

}


  
  /* When you mouse over the navigation links, change their color */
  .SidenavLeft a:hover,  .SidenavRight a:hover,.dropdown-btn:hover  {
    color: #113a55;
  }

  .active {
    background-color: #eceff1;
    color: #113a55;
  }
  
  /* Position and style the close button (top right corner) */
  .SidenavLeft .closebtn,  .SidenavRight .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .dropdown-container {
    display: none;
    background-color: #cccccc;
    padding-left: 20px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
   /* transition: margin-left .5s;*/
    transition: all .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the SidenavLeft (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .SidenavLeft {padding-top: 15px;}
    .SidenavLeft a {font-size: 18px;}
  }



    /* Rounded Elements*/
    .RoundedElementContent {
        height: 0px; /* 100% Full-height */
        width: 300px; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 60px; /* Stay at the top */
        right: 0;
        background-color: #ffffff; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.5s; /* 0.5 second transition effect to slide in the SidenavLeft */
        box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    }
    .RoundedElementContent div {
        padding:10px;
        width:100%;
    }



  /* /menu */


/* DEBUT DU CONTENEUR DE PAGE*/
  #content{
    padding-top:65px;
    padding-bottom:40px;
  }

  /* Colonne */

    .column {
        float: left;
        padding: 0 10px;
    }
    .columnFullWidth {
        width: 100%;
    }
    .columnIn2 {
        width: 50%;
    }

    .columnIn3 {
        width: 33.333%;
    }
    .columnIn4 {
        width: 25%;
    }
    .columnIn5 {
        width: 20%;
    }
    .columnIn6 {
        width: 16.666%;
    }
    .columnIn7 {
        width: 14.27%;
    }
    .columnIn8 {
        width: 12.5%;
    }
    
    /* Remove extra left and right margins, due to padding in columns */
    .row {margin: 0 -5px;}
    
    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
    /* Style the counter cards */
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
        padding: 16px;
        text-align: left;
        background-color: #f1f1f1;
    }
    
  /* Colonne */



    /* Formulaires*/
    label { 
        font-weight: bold;
     }
    input, textarea, select { 
        width: 100%;
        border:1px solid #113a55;
        height: 30px;
        margin-bottom:20px;
        color:#000000;;
    }
    input[type=number]{
        width: 60px;
    }
    input.inputcp { 
        width: 20%;
    }
    input.inputville { 
        width: 79%;
    }

    input, textarea, select { 
        width: 100%;
        border:1px solid #113a55;
        height: 30px;
        margin-bottom:20px;
        color:#000000;;
    }

    .inputdiv{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
        
    .InputIconAction,.InputWithIconAction{
        float:left;
        border:1px solid #000;
        border-left:none;
        height:30px;
        width:5%;
        text-align:left;
    }
    .InputIconAction{
        text-align:center;
    }
    .InputWithIconAction, input[type="text"].InputWithIconAction{
        width: 95%;
        border:1px solid #113a55;
        height: 30px;
        margin-bottom:20px;
        color:#000000;;
    }
    .InputIconAction img {
        max-height: 45%;
        margin-top: 7px;
    }
    select{
        font-size:14px;
    }
    select option{
        background-color: #cccccc;
        color:#000000;
    }

    option:hover{
        background-color: #113a55;
        color:#ffffff;
        box-shadow: 0 0 10px 100px #1882A8 inset;
    }

    select:focus > option:checked { 
        background: #113a55 !important;
        color:#ffffff;
    }

    textarea { 
        min-height: 100px;
    }
    label.check, label.radio { }

    input[type=submit],input[type=button] {
        border:1px solid #113a55;
        width:200px;
        font-size:16px;
    }

    input[type=submit]:hover,input[type=button]:hover {
        border:1px solid #113a55;
        background-color: #d4e1e7;
        color:#000000;
    }

    /* Customize the label (the container) */
        .checkboxcontainer, .radiocontainer {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 14px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

            height: 30px;
            margin-top:20px;
        }
        
        /* Hide the browser's default checkbox */
        .checkboxcontainer input,.radiocontainer input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
        
        /* Create a custom checkbox */
        .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #cccccc;
        }
        .radiocontainer .checkmark{
            border-radius: 50%;
        }
        
        /* On mouse-over, add a grey background color */
        .checkboxcontainer:hover input ~ .checkmark{
            background-color: #d4e1e7;
            border:1px solid #113a55;
        }
        
        /* When the checkbox is checked, add a blue background */
        .checkboxcontainer input:checked ~ .checkmark,.radiocontainer input:checked ~ .checkmark {
            background-color: #113a55;
        }
        
        /* Create the checkmark/indicator (hidden when not checked) */
        .checkmark:after, .radiocontainer .checkmark:after  {
            content: "";
            position: absolute;
            display: none;
        }
        
        /* Show the checkmark when checked */
        .checkboxcontainer input:checked ~ .checkmark:after,.radiocontainer input:checked ~ .checkmark:after {
            display: block;
        }
        
        /* Style the checkmark/indicator */
        .checkboxcontainer .checkmark:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        /* Style the indicator (dot/circle) */
        .radiocontainer .checkmark:after {
            top: 9px;
            left: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;
        }

        .checkboxcontainer{
            padding-top:3px;
        }

        .checkboxcontainerLabel{
            padding-top:1px;
        }
        .radiocontainerLabel{
            padding-top:5px;
        }


        /* Input file*/

        .label-file {
            cursor: pointer;
        }
        .label-file:hover {
            color: #000000;
        }

        input[type=file]{
            width: 100%;
            height: 100%;
        }
        .uploadBox input[type=file]{
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            outline: none;
            opacity: 0;
        }
        .uploadBox{
            width: 300px;
            height: 50px;
            border:1px dashed #113a55;
            text-align: center;
        }
        #uploadBox_data{
            position: absolute;
            text-align: center;
            width: 300px;
            font-weight: 100;
        }
        .uploadBox img{
            max-height: 50px;
        }



    .FormElementInAjaxUpdate{
        width: 100%;
        display: block;
        position: relative;
    }
    .FormElementInAjaxUpdateInput{

    }
    .FormElementInAjaxUpdateStatut{
        position: absolute;
        top:0;
        right:5px;
    }
    .FormElementInAjaxUpdateStatut img{
       height: 30px;
    }
    /* /Formulaires*/



    /* Tableau*/
        .resp-table {
            width: 100%;
            display: table;
        }

        .resp-table-caption{
            display: table-caption;
            text-align: center;
            font-size: 30px;
            font-weight: bold;
        }
        .resp-table-header{
            display: table-header-group;
            background-color: #bcccd3;
            font-weight: bold;
        }
        .table-header-cell{
            display: table-cell;
            padding: 10px;
            text-align: justify;
            border-bottom: 1px solid black;
        }

        .resp-table-body{
            display: table-row-group;
        }

        .resp-table-row{
            display: table-row;
        }
        .resp-table-row:hover{
           background-color: #bcccd3;
        }
        .table-body-cell{
            display: table-cell;
            padding: 10px;
            border-bottom:1px solid #000000;
            vertical-align: top;
        }

        .resp-table-footer {
            display: table-footer-group;
            background-color: #bcccd3;
            font-weight: bold;
            color:#000000;        }

        .table-footer-cell{
            display: table-cell;
            padding: 10px;
            text-align: justify;
            border-bottom: 1px solid black;
        }


     /* Tableau*/


     /* kanban*/
     .kanban-card-header {
        width: 100%;
        padding: 10px 10px 0px 10px;
        box-sizing: border-box;
        border-radius: 3px;
        display: block;
        font-weight: bold;
    }
    
    .kanban-card-header-text {
        display: block;
    }
    
    #kanban ul.sortable {
        padding-bottom: 10px;
    }
    
    #kanban ul.sortable li:last-child {
        margin-bottom: 0px;
    }
    
    #kanban ul {
        list-style: none;
        margin: 0;
        padding: 0px;
    }
    
    .kanban-text-row {
        padding: 15px 10px;
        margin: 10px;
        background: #fff;
        box-sizing: border-box;
        border-radius: 3px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        font-size: 0.8em;
        white-space: normal;
        line-height: 20px;
    }
    
    .ui-sortable-placeholder {
        visibility: inherit !important;
        background: transparent;
        border: #666 2px dashed;
    }

    .Kanban-add-new {
        width:100%;
    }
    .Kanban-add-new img{
        height:30px;
    }

    .kanban-dialog-action{
        bottom: 0px;
        right: 0px;
        position: absolute;
        font-size:12px;
    }

    .kanban-dialog-action-delete{
        color:#f44242;
    }
     /* /kanban */

/* /FIN DU CONTENEUR DE PAGE*/


/* Factures*/

/* Facture */
#FactureContent{
	width:100%;
	padding:10px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
}
.FactItem10{
	float:left;
	width:10%;
}
.FactItem20{
	float:left;
	width:20%;
}
.FactItem25{
	float:left;
	width:25%;
}
.FactItem30{
	float:left;
	width:30%;
}
.FactItem35{
	float:left;
	width:35%;
}
.FactItem40{
	float:left;
	width:40%;
}

.FactItemLine input, .FactItemAdditionnal input{
	width:90%;
}
#rabais_taux, #tvataux{
	width:70%;
}

/* /factures */


/* Plugin */

/*  time Picker*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

/*  /time Picker*/
/*  Date Picker*/
					
			/* DatePicker Container */
			#ui-datepicker-div	{
				background-color:#fff;
				/*display:inline-table;*/
				
			}
			.ui-datepicker {
				background-color:#fff;
				width: 216px;
				height: auto;
				margin: 5px auto 0;
				font: 9pt Arial, sans-serif;
				-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
				-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
				box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			}
			.ui-datepicker a {
				text-decoration: none;
			}
			/* DatePicker Table */
			.ui-datepicker table {
				font-size: .7em;
				width: 100%;
			}
			.ui-datepicker-header {
				background-color:#af8c8c;
				/*background: url('img/dark_leather.png') repeat 0 0 #af8c8c;*/
				color: #2D2D2;
				font-weight: bold;
				/*
				-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
				-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
				box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
				text-shadow: 1px -1px 0px #000;
				filter: dropshadow(color=#000, offx=1, offy=-1);
				*/
				line-height: 30px;
				border-width: 1px 0 0 0;
				border-style: solid;
				border-color: #111;
			}
			.ui-datepicker-title {
				text-align: center;
			}
			.ui-datepicker-prev, .ui-datepicker-next {
				display: inline-block;
				width: 30px;
				height: 30px;
				text-align: center;
				cursor: pointer;
				background-image: url('img/arrow.png');
				background-repeat: no-repeat;
				line-height: 600%;
				overflow: hidden;
			}
			.ui-datepicker-prev {
				float: left;
				background-position: center -30px;
			}
			.ui-datepicker-next {
				float: right;
				background-position: center 0px;
			}
			.ui-datepicker thead {
				background-color: #f7f7f7;
				background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
				background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
				background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
				background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
				background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
				border-bottom: 1px solid #bbb;
			}
			.ui-datepicker th {
				text-transform: uppercase;
				font-size: 6pt;
				padding: 5px 0;
				color: #666666;
				text-shadow: 1px 0px 0px #fff;
				filter: dropshadow(color=#fff, offx=1, offy=0);
			}
			.ui-datepicker tbody td {
				padding: 0;
				border-right: 1px solid #bbb;
			}
			.ui-datepicker tbody td:last-child {
				border-right: 0px;
			}
			.ui-datepicker tbody tr {
				border-bottom: 1px solid #bbb;
			}
			.ui-datepicker tbody tr:last-child {
				border-bottom: 0px;
			}
			.ui-datepicker td span, .ui-datepicker td a {
				display: inline-block;
				font-weight: bold;
				text-align: center;
				width: 30px;
				height: 30px;
				line-height: 30px;
				color: #666666;
				text-shadow: 1px 1px 0px #fff;
				filter: dropshadow(color=#fff, offx=1, offy=1);
			}
			.ui-datepicker-calendar .ui-state-default {
				background: #ededed;
				background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
				background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
				background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
				background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
				background: linear-gradient(top,  #ededed 0%,#dedede 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
				-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
				-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
				box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
			}
			.ui-datepicker-calendar .ui-state-hover {
				background: #f7f7f7;
			}
			.ui-datepicker-calendar .ui-state-active {
				background: #6eafbf;
				-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
				-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
				box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
				color: #e0e0e0;
				text-shadow: 0px 1px 0px #4d7a85;
				filter: dropshadow(color=#4d7a85, offx=0, offy=1);
				border: 1px solid #55838f;
				position: relative;
				margin: -1px;
			}
			.ui-datepicker-unselectable .ui-state-default {
				background: #f4f4f4;
				color: #b4b3b3;
			}
			.ui-datepicker-calendar td:first-child .ui-state-active {
				width: 29px;
				margin-left: 0;
			}
			.ui-datepicker-calendar td:last-child .ui-state-active {
				width: 29px;
				margin-right: 0;
			}
			.ui-datepicker-calendar tr:last-child .ui-state-active {
				height: 29px;
				margin-bottom: 0;
			}
			.ui-datepicker table {
				font-size: .7em;
			}
		/* /Date Picker*/

/* SELECT 2 */

.select2-container{
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    position:relative;
    vertical-align:middle;
    min-width:200px;
    }
    
    .select2-container .select2-selection--single{
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    height:23px;
    user-select:none;
    -webkit-user-select:none
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    padding-left:8px;
    padding-right:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
    }
    
    .select2-container .select2-selection--single .select2-selection__clear{
    position:relative
    }
    
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    padding-right:8px;
    padding-left:20px
    }
    
    .select2-container .select2-selection--multiple{
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    user-select:none;
    -webkit-user-select:none
    }
    
    .select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline-block;
    overflow:hidden;
    padding-left:8px;
    text-overflow:ellipsis;
    white-space:nowrap
    }
    
    .select2-container .select2-search--inline{
    float:left
    }
    
    .select2-container .select2-search--inline .select2-search__field{
    box-sizing:border-box;
    border:none;
    font-size:100%;
    margin-top:5px;
    padding:0
    }
    
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
    }
    
    .select2-dropdown{
    background-color:white;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    z-index:1051
    }
    
    .select2-results{
    display:block
    }
    
    .select2-results__options{
    list-style:none;
    margin:0;
    padding:0
    }
    
    .select2-results__option{
    padding:6px;
    user-select:none;
    -webkit-user-select:none
    }
    
    .select2-results__option[aria-selected]{
    cursor:pointer
    }
    
    .select2-container--open .select2-dropdown{
    left:0
    }
    
    .select2-container--open .select2-dropdown--above{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
    }
    
    .select2-container--open .select2-dropdown--below{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
    }
    
    .select2-search--dropdown{
    display:block;
    padding:4px
    }
    
    .select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    box-sizing:border-box
    }
    
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
    -webkit-appearance:none
    }
    
    .select2-search--dropdown.select2-search--hide{
    display:none
    }
    
    .select2-close-mask{
    border:0;
    margin:0;
    padding:0;
    display:block;
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    opacity:0;
    z-index:99;
    background-color:#fff;
    filter:alpha(opacity=0)
    }
    
    .select2-hidden-accessible{
    border:0 !important;
    clip:rect(0 0 0 0) !important;
    height:1px !important;
    margin:-1px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    width:1px !important
    }
    
    .select2-container--default .select2-selection--single{
    background-color:#fff;
    border:1px solid #aaa;
    /*border-radius:4px*/
    
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        border:1px solid #231f20;
        height:25px;
        padding-left : 3px;
        
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:23px;
    text-align:left;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    
    }
    
    .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#999
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
    }
    
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float:left
    }
    
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left:1px;
    right:auto
    }
    
    .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#eee;
    cursor:default
    }
    
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
    display:none
    }
    
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
    }
    
    .select2-container--default .select2-selection--multiple{
    background-color:white;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    cursor:text
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    box-sizing:border-box;
    list-style:none;
    margin:0;
    padding:0 5px;
    width:100%
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color:#999;
    margin-top:5px;
    float:left
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    margin-top:5px;
    margin-right:10px
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#DDFCD4;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    cursor:default;
    float:left;
    margin-right:5px;
    margin-top:5px;
    padding:0 5px
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#999;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    margin-right:2px
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#333
    }
    
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
    float:right
    }
    
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
    }
    
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left:2px;
    margin-right:auto
    }
    
    .select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #000 1px;
    outline:0
    }
    
    .select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color:#eee;
    cursor:default
    }
    
    .select2-container--default.select2-container--disabled .select2-selection__choice__remove{
    display:none
    }
    
    .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top-left-radius:0;
    border-top-right-radius:0
    }
    
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
    }
    
    .select2-container--default .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa
    }
    
    .select2-container--default .select2-search--inline .select2-search__field{
    background:transparent;
    border:none;
    outline:0;
    box-shadow:none;
    -webkit-appearance:textfield
    }
    
    .select2-container--default .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
    }
    
    .select2-container--default .select2-results__option[role=group]{
    padding:0
    }
    
    .select2-container--default .select2-results__option[aria-disabled=true]{
    color:#999
    }
    
    .select2-container--default .select2-results__option[aria-selected=true]{
    background-color:#f3f3f3
    }
    
    .select2-container--default .select2-results__option .select2-results__option{
    padding-left:1em
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group{
    padding-left:0
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-1em;
    padding-left:2em
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-2em;
    padding-left:3em
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-3em;
    padding-left:4em
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-4em;
    padding-left:5em
    }
    
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
    margin-left:-5em;
    padding-left:6em
    }
    
    .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#e6e4e6;
    color:#000
    }
    
    .select2-container--default .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
    }
    
    .select2-container--classic .select2-selection--single{
    background-color:#f7f7f7;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    outline:0;
    background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
    }
    
    .select2-container--classic .select2-selection--single:focus{
    border:1px solid #e6e4e6
    }
    
    .select2-container--classic .select2-selection--single .select2-selection__rendered{
    color:#444;
    line-height:28px
    }
    
    .select2-container--classic .select2-selection--single .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:bold;
    margin-right:10px
    }
    
    .select2-container--classic .select2-selection--single .select2-selection__placeholder{
    color:#999
    }
    
    .select2-container--classic .select2-selection--single .select2-selection__arrow{
    background-color:#e6e4e6;
    border:none;
    border-left:1px solid #aaa;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:26px;
    position:absolute;
    top:1px;
    right:1px;
    width:20px;
    background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }
    
    .select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent transparent;
    border-style:solid;
    border-width:5px 4px 0 4px;
    height:0;
    left:50%;
    margin-left:-4px;
    margin-top:-2px;
    position:absolute;
    top:50%;
    width:0
    }
    
    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{
    float:left
    }
    
    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    border:none;
    border-right:1px solid #aaa;
    border-radius:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    left:1px;
    right:auto
    }
    
    .select2-container--classic.select2-container--open .select2-selection--single{
    border:1px solid #e6e4e6
    }
    
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background:transparent;
    border:none
    }
    
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888 transparent;
    border-width:0 4px 5px 4px
    }
    
    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
    }
    
    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
    }
    
    .select2-container--classic .select2-selection--multiple{
    background-color:white;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    cursor:text;
    outline:0
    }
    
    .select2-container--classic .select2-selection--multiple:focus{
    border:1px solid #e6e4e6
    }
    
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered{
    list-style:none;
    margin:0;
    padding:0 5px
    }
    
    .select2-container--classic .select2-selection--multiple .select2-selection__clear{
    display:none
    }
    
    .select2-container--classic .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border:1px solid #aaa;
    /*border-radius:4px;*/
    cursor:default;
    float:left;
    margin-right:5px;
    margin-top:5px;
    padding:0 5px;
    
    }
    
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    color:#888;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    margin-right:2px
    }
    
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{
    color:#555
    }
    
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    float:right
    }
    
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-left:5px;
    margin-right:auto
    }
    
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    margin-left:2px;
    margin-right:auto
    }
    
    .select2-container--classic.select2-container--open .select2-selection--multiple{
    border:1px solid #e6e4e6
    }
    
    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{
    border-top:none;
    border-top-left-radius:0;
    border-top-right-radius:0
    }
    
    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
    }
    
    .select2-container--classic .select2-search--dropdown .select2-search__field{
    border:1px solid #aaa;
    outline:0
    }
    
    .select2-container--classic .select2-search--inline .select2-search__field{
    outline:0;
    box-shadow:none
    }
    
    .select2-container--classic .select2-dropdown{
    background-color:#fff;
    border:1px solid transparent
    }
    
    .select2-container--classic .select2-dropdown--above{
    border-bottom:none
    }
    
    .select2-container--classic .select2-dropdown--below{
    border-top:none
    }
    
    .select2-container--classic .select2-results>.select2-results__options{
    max-height:200px;
    overflow-y:auto
    }
    
    .select2-container--classic .select2-results__option[role=group]{
    padding:0
    }
    
    .select2-container--classic .select2-results__option[aria-disabled=true]{
    color:grey
    }
    
    .select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color:#3875d7;
    color:#fff
    }
    
    .select2-container--classic .select2-results__group{
    cursor:default;
    display:block;
    padding:6px
    }
    
    .select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#e6e4e6
    }
    
    
    
    
    /* /SELECT 2 */	
    
    /* /Plugins*/
    

/* smartphone*/
@media screen and (max-width: 450px) {

    .HideInSmartphone{
        display: none;
    }

    .HideInDesktop{
        display: block;
    }
    #logo{
        width: 240px;
    }
    #HeadSearchBloc{
        position: absolute;
        right: 5px;
    }

    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;

    }

    .InputIconAction,.InputWithIconAction{
        width:15%;
    }
    .InputWithIconAction, input[type="text"].InputWithIconAction{
        width: 85%;
    }

    .resp-table {
        font-size:12px;
    }

    #FactureContent{
        font-size:10px;
    }

    #FactureContent input{
        font-size:8px;
    }

    .FactItem5InMobile{
        float:left;
        width:5%;
    }

    .FactItem7InMobile{
        float:left;
        width:7%;
    }

    .FactItem10InMobile{
        float:left;
        width:10%;
    }

    .FactItem14InMobile{
        float:left;
        width:14%;
    }

    .FactItem20InMobile{
        float:left;
        width:20%;
    }
    .FactItem25InMobile{
        float:left;
        width:25%;
    }
    .FactItem30InMobile{
        float:left;
        width:30%;
    }
    .FactItem35InMobile{
        float:left;
        width:35%;
    }
    .FactItem40InMobile{
        float:left;
        width:40%;
    }

    .FactItem50InMobile{
        float:left;
        width:50%;
    }

    .FactItem60InMobile{
        float:left;
        width:60%;
    }

    .FactItem65InMobile{
        float:left;
        width:65%;
    }

    .FactItem70InMobile{
        float:left;
        width:70%;
    }

    .padding-top-5InMobile{
        padding-top:5px;
    }

}
