     #Infoletter_ar .frameNewsletter{    width: 80%;
    margin: auto;
    display: table;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;}
    #Infoletter_ar .NewsletterHomeContent {
    text-align: center;
    width: 485px;
    display: table;
    margin: auto;
    background: #111111;
    padding: 70px 60px;
}
    #Infoletter_ar .TitreNews{
   font-family: 'Arsenal', sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    clear: both;
    display: block;
    font-weight: 700;
    text-align:center
 

}

    #Infoletter_ar .DescriptionNews {
    font-size: 18px;
    color: #fff;
    text-align:center;
    width: 100%;
    clear: both;
    display: block;
    font-weight: 400;
    font-family: 'Arsenal', sans-serif;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

    #Infoletter_ar .EmailInput {
 height: 44px;
 margin: auto;
 background: #fff;
 padding: 0px 15px;
 font-size: 15px;
 -webkit-border-top-left-radius: 50px;
 -webkit-border-bottom-left-radius: 50px;
 -moz-border-radius-topleft: 50px;
 -moz-border-radius-bottomleft: 50px;
 border-top-left-radius: 50px;
 border-bottom-left-radius: 50px;
 border: none;
 width: 240px;
color:#444444;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
text-align: right;
}

    #Infoletter_ar .BtnvaliderNews {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 44px;
  background: #dc2726;
  color: #fff;
  text-decoration: none;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  position:relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  font-weight: 400;
  width: 140px;
}
    #Infoletter_ar .BtnvaliderNews:hover {
 background: #fff;
 color:#e2001a;
}

  #Infoletter_ar .PoliceClass{
    font-size: 13px;
    color: #fff;
    width: 100%;
    clear: both;
    display: block;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    margin-top: 30px;
}

 ::-webkit-input-placeholder { color:#242424; }
 :-moz-placeholder { color:#242424; }
 ::-moz-placeholder { color:#242424; }
 :-ms-input-placeholder { color:#242424; } 

    #Infoletter_ar .MsgSuccee{
    font-size: 14px;
    color: #00B050;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;

}

    #Infoletter_ar .MsgInvalide{
    font-size: 14px;
    color: #ff0101;
    font-weight: 400;
    font-family: 'Helvetica Neue';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;

}
    #Infoletter_ar .FrameNews {
    position: relative;
}
@media screen and (max-width:767px) {
    #Infoletter_ar .NewsletterHomeContent {
    text-align: center;
    width: calc(100% - 30px);
    display: table;
    margin: auto;
    background: #111111;
    padding: 70px 60px;
}
}





