/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** HIDE SLIDE IF NOT LOADED ***/
.slick-slider:not(.slick-initialized) {
  display: none; }

/*** END HIDE SLIDE IF NOT LOADED ***/
/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left {
  font-size: 14px;
  color: #fff; }
  @media (max-width: 991px) {
    #footer #newsletter_block_left {
      font-size: 12px; } }
  #footer #newsletter_block_left #texte_newsletter {
    letter-spacing: .05em;
    text-align: center; }
  #footer #newsletter_block_left .footer-button {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #footer #newsletter_block_left .footer-button:hover {
      color: #fff;
      background: #a30000; }
    @media (max-width: 767px) {
      #footer #newsletter_block_left .footer-button {
        margin: 0 auto 15px;
        max-width: 328px; } }
  #footer #newsletter_block_left .input-news {
    box-sizing: border-box;
    height: 40px;
    background: #fff;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    margin: 0;
    display: block;
    width: calc(100% - 40px);
    float: left; }
    #footer #newsletter_block_left .input-news:-moz-placeholder {
      color: #000; }
    #footer #newsletter_block_left .input-news::-moz-placeholder {
      color: #000; }
    #footer #newsletter_block_left .input-news:-ms-input-placeholder {
      color: #000; }
    #footer #newsletter_block_left .input-news::-webkit-input-placeholder {
      color: #000; }
    #footer #newsletter_block_left .input-news:active:-moz-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:active::-moz-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:active:-ms-input-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:active::-webkit-input-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:focus:-moz-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:focus::-moz-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:focus:-ms-input-placeholder {
      color: transparent; }
    #footer #newsletter_block_left .input-news:focus::-webkit-input-placeholder {
      color: transparent; }
  #footer #newsletter_block_left .submit-news {
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    margin: 0;
    padding: 5px;
    border: none;
    color: #fff;
    background: #a30000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #footer #newsletter_block_left .submit-news[disabled=disabled] {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6; }
      #footer #newsletter_block_left .submit-news[disabled=disabled]:hover {
        color: #fff; }
    #footer #newsletter_block_left .submit-news:hover {
      background: #f20000; }
