.bloc-scroller {
  max-width:inherit !important;

}
footer {
    
    margin-top: 0px;
}
.fleche{
 
 font-size:2em;
 text-align:center;
 width:100%;
 color:#fff;
 font-weight:lighter;
 
}
.fleche a{
 
  
 color:#fff;
 
 
}
/* unvisited link */
.bloc-helpdesk.white a:link {
  color: #ed1c24;
}

/* visited link */
.bloc-helpdesk.white a:visited {
  color: #555;
}

/* mouse over link */
.bloc-helpdesk.white a:hover {
  color: #555;
}

/* selected link */
.bloc-helpdesk.white a:active {
  color: #555;
}
.welcome{
 
  
   background : url('/images/helpdesk/background.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   text-align:center;
   min-height:400px;
}
.choices{
  background-image: -ms-linear-gradient(top, #000000 0%, #dd232b 100%);
  background-image: -moz-linear-gradient(top, #000000 0%, #dd232b 100%);
  background-image: -o-linear-gradient(top, #000000 0%, #dd232b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(100, #dd232b));
  background-image: -webkit-linear-gradient(top, #000000 0%, #dd232b 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #dd232b 100%);
 
}
.choices a{
color:#fff;
text-align:center;
text-decoration:none;
font-size:12px;
line-height:14px;
 
}

#form, .confirmation{
 
  
   background : #484848;
   background-repeat: no-repeat;
   background-size: cover;
  
   min-height:400px;
   font-weight:bold;
}
#form li{
 
  color:#fff;
}
 

 .icones{
	 margin-top: -80px !important;
 }

.choices .row > div {
text-align:center;
min-height: 200px;

 }
  .choices .row > div > a > div {
		 line-height:16px;
		 }
 @media only screen and (max-width: 480px) {
	
	.choices .row > div {
		 
		margin:inherit;
		 }
	 .choices .row > div > a > div {
		  line-height:10px;
		font-size:8px;
		text-overflow: ellipsis;
		 }
		 .icones{
			margin-top: 0px !important;
		}
}
	
 
.white{
	color:#fff;
}
 
.bloc-helpdesk {
  max-width:inherit !important;
  width:100%;
  font-size:18px;
  padding-top:20px;
  padding-bottom:20px;
}
.bloc-helpdesk > div {
  max-width:980px;  
      width: 100%;
    margin: 0 auto;
	font-size:18px;
}
.bloc-helpdesk  p {
 
	font-size:18px;
}
#form h1{
    font-size: 42px;
    padding-top: 35px;
    padding-bottom: 40px;
    border: 0;
    line-height: 1;
    color: #ed1c24;
    font-weight: bold;
    text-transform: inherit;
	text-align:left;
}

h1.helpdesk {
    font-size: 42px;
    padding-top: 35px;
    padding-bottom: 40px;
    border: 0;
    line-height: 1;
    color: #ed1c24;
    font-weight: bold;
    text-transform: inherit;
	text-align:center;
}
h2.helpdesk {
    font-size: 24px;
    padding-top: 35px;
    padding-bottom: 40px;
    border: 0;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-transform: inherit;
	text-align:center;
	text-transform:uppercase;
}
.form-group {
  margin-top: 15px;
}
  #form input{
	width:100%;
  }
#form textarea,
#form textarea.form-control,
#form input.form-control,
#form input[type=text],
#form input[type=password],
#form input[type=email],
#form input[type=number],
#form [type=text].form-control,
#form [type=password].form-control,
#form [type=email].form-control,
#form [type=tel].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  background : #484848;
  color:#fff;
  height:25px;
  
}
#form textarea:focus,
#form textarea.form-control:focus,
#form input.form-control:focus,
#form input[type=text]:focus,
#form input[type=password]:focus,
#form input[type=email]:focus,
#form input[type=number]:focus,
#form [type=text].form-control:focus,
#form [type=password].form-control:focus,
#form [type=email].form-control:focus,
#form [type=tel].form-control:focus,
#form [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
  height: 40px;
  
}
#form select,#form  select.form-control {
    border: 0;
    border-radius: 0;
   height: 40px;
    padding-left: 0;
    padding-right: 0\9;
     background : #484848;
  color:#fff;
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    font-size: 16px;
    line-height: 2;
	margin-top:10px;
	margin-bottom:10px;
}
.form-control:focus {
  border-color: #66afe9;
  border-top:0px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
p {
    font-size: inherit;
    color: inherit;
    
}
#text-container .fleche {
   margin-top:20px;
    
}



#text-container div,#text-container p,#text-container li   {
    font-size:15px !important;
	line-height:16px !important;
    color: #555;
    
}

.disclaimer li   {
    font-size:11px !important;
	
    
}

#text-container li   {
   margin-bottom: 1px;
    
}
#text-container  h1{
   text-align:left;
    
}
.choices h1{
	color:#fff;
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
     width: 18px !important;
    height: 18px !important;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
	display:inline;
 
}
 