@charset "utf-8";


html, body   { margin: 0; padding: 0; height: 100%; background-color: #FFFFFF; color: #000000; font-size: 14px; font-family: 'PT Sans', sans-serif; }
body         { text-align: left; overflow-y: scroll; }

div          { overflow: visible; }
p            { font-size: 14px; margin-top: 0; }
img          { border: 0; }
ul           { list-style: none; margin: 10px 0 0 0; }
li           { }
ol           { margin: 10px 0 0 20px; padding: 0; }
ol li        { }
table        { border: 0; margin: 0; padding: 0; border-collapse: collapse; }
td           { border: 0; margin: 0; padding: 0; }
hr           { height: 1px; padding: 0; color: #000000; background-color: #000000; border: 0; margin-bottom: 15px; }

/* h1  { margin: 0; padding: 10px 0; font-size: 14px; color: #001942; text-transform: uppercase; } */
h1  { margin: 0; padding: 10px 0; font-size: 14px; color: #FF140C; text-transform: uppercase; } 
h2  { margin: 0; padding: 5px 0; font-size: 18px; color: #FF140C; font-weight: 700; text-transform: uppercase; }
h3  { margin: 0; padding: 5px 0 0 0; font-size: 18px; font-weight: 400; }
h3 a:hover { color: #001942; }
h4  { font-size: 12px; /*font-weight: 400;*/ text-transform: uppercase; margin: 0 0 10px 0; padding: 0; }

b   { font-weight: 700; }
i   { }


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Text */
a            { color: #001942; text-decoration: none; }
a:visited    { color: #001942; text-decoration: none; }
a:hover      { color: #CFD0D1; text-decoration: none; }
a:active     { color: #001942; text-decoration: none; outline: none; }
a.selected   { color: #001942; text-decoration: none; } 


a.button { display: block; background-color: #999999; color: #FFFFFF; margin-bottom: 10px; line-height: 26px; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; }
a.button:hover { background-color: #FF140C; }

a.brochure { display: block; background-color: #001942; color: #FFFFFF; margin-bottom: 10px; line-height: 26px; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; }
a.brochure:hover { background-color: #FF140C; }



.msg { position: relative; margin-bottom: 10px; color: #99694B; border: 0; padding: 0px 0px 3px 0px; font-size: 14px; }
.img-swap { display: block; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/********* GRID *********/
.grid_item { display: inline-block; vertical-align: top; width: 19%; height: auto; margin: 0 0.5% 20px 0.5%; text-align: center; }
.grid_item img { margin-bottom: 5px; }
/************************/

/*.pdf_thumb { float: left; width: 100px; height: 190px; margin: 0 10px 10px 10px; text-align: center; /*border: 1px solid #001942;*/ }*/
/*.pdf_thumb img { border: 1px solid #000000; margin-bottom: 2px; }*/

/* Structure */
section, article, header, footer, nav, aside, hgroup { display: block; }

.hiddenOnMobile   { }
.hiddenOnDesktop  { display: none; }

.halfimg { width: 50%; margin: 0 auto; }

/*#wrap     { position: relative; padding: 0; min-height: 100%; }*/
#print_title { display: none; }
#top_o      { position: relative; height: 100px; width: 100%; }    
  #logo_o   { position: relative; z-index: 99999; }
    #logo       { position: relative; z-index: 99999; float: left; }
      #logoimg  { display: inline-block; /*width: 220px; height: 100px;*/ margin: 0; }
    #logo_smart       { display: none; }
      #logoimg_smart  { display: none; }

  #header   { position: absolute; top: 0; right: 0; margin: 15px 0 0 0; padding: 0px 10px; z-index: 99999999; }
  #langOLD     { float: right; padding: 40px 10px 0px 10px; z-index: 99999; text-shadow: 0px 2px 12px #666666; }
  #lang     { float: right; padding: 40px 10px 0px 10px; z-index: 99999; }
  #langOLD a   { display: inline-block; color: #FFFFFF; padding: 4px 0px; width: 28px; text-align: center; border: 1px solid #FFFFFF; 
              -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; 
              -moz-box-shadow: 0px 0px 5px 0px #999999;
              -webkit-box-shadow: 0px 0px 5px 0px #999999;
              -o-box-shadow: 0px 0px 5px 0px #999999;
              box-shadow: 0px 0px 5px 0px #999999;
              filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=NaN, Strength=10);
            }
  #lang a   { display: inline-block; color: #FFFFFF; padding: 4px 0px; width: 28px; text-align: center; border: 1px solid #FFFFFF; 
              -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; 
            }
  /*#lang a:hover { color: #FF140C; border: 1px solid #FF140C; }*/
  #lang a b { color: #FF140C; font-weight: normal; }
  #lang img { display: inline-block; }
  #lang a b img {
    -moz-box-shadow: 0px 0px 8px 0px #FF140C;
    -webkit-box-shadow: 0px 0px 8px 0px #FF140C;
    -o-box-shadow: 0px 0px 8px 0px #FF140C;
    box-shadow: 0px 0px 8px 0px #FF140C;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#FF140C, Direction=NaN, Strength=10);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  #menutop { float: right; line-height: 30px; padding-right: 15px; margin-top: 40px; }
  #menutopOLD a     { color: #ffffff; font-weight: 700; font-size: 16px; text-shadow: 0px 2px 12px #666666; }
  #menutop a     { color: #ffffff; font-weight: 400; font-size: 16px;  }
  #menutop a:link     { border: 0; }
  /*#menutop a:hover    { color: #FF140C; }
  #menutop a.selected { color: #FF140C; }
  #menutop a.selected:active { color: #FF140C; }
  #menutop a.selected:hover  { color: #FF140C; }*/


#banner { position: absolute; top: 0; left: 0; width: 100%; /*max-width: 2000px; margin: auto;*/ height: 660px; overflow: hidden; }
#banner_ghost { clear: both; height: 560px; }
/*#nobanner { clear: both; height: 80px; }*/
#solo_img { position: relative; height: 660px; }
#solo_img img { 
  position: absolute;
  top: 0; /*bottom: 0;*/ left: 0; right: 0;
  margin: auto;
}
.slideshow_legend { position: absolute; top: 30%; left: 0; bottom: 0; right: 0; color: #FFFFFF; text-align: center; z-index: 9999; }
.slideshow_legend h1 { color: #FFFFFF; font-size: 50px; }
  /*.valign { display: inline-block; height: 100%; vertical-align: middle; }*/




#menu_o   { position: relative; /*top: 135px; left: 0; right: 0;*/ /*background-color: #FFFFFF;*/ color: #FFFFFF; /*margin-left: -30px;*/ width: 100%; height: 30px; z-index: 9999; /*opacity: 0.7;*/ }
  #menu_i { position: relative; display: block; max-width: 1100px; height: 30px; padding-top: 55px; padding-right: 100px; margin: 0 auto; text-align: center; z-index: 700; font-size: 18px; }

  /*#contact_o      { position: absolute; top: 0; right: 0; height: 30px; background-color: #001942; }
    #contact_i    { float: right; }
    #contact_i a  { color: #FFFFFF; line-height: 30px; padding: 0 5px; }*/

#banner_popin_o { position: absolute; top: 100px; left: 0; width: 100%; height: 500px; overflow: hidden; z-index: 999; }
  #banner_popin_i { position: relative; max-width: 1100px; margin: auto; }
    #popin_o { position: absolute; top: 20px; left: 20px; width: 45%; min-width: 360px; }
      .dark { color: #FFFFFF; }
      #popin_bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #FFFFFF; opacity: 0.6; }
      .dark #popin_bg { background-color: #000000; }
      #popin_i  { position: relative; padding: 5px 15px 10px 15px; line-height: 16px; font-size: 13px; }
        .subtitle { font-size: 16px; line-height: auto; }

#main_o     { position: relative; margin: 20px 0 0 0; }
  #main_i   { position: relative; min-height: 500px; }
    #content { padding: 0 10px; }

    #main_col { padding: 0 10px; border: 1px solid #000000; border-top: 0; border-bottom: 0; }
    .col      { padding: 0 10px; border-right: 1px solid #000000; }

    .same_h_o { display: block; /*height: auto;*/ /*background-color: #abcabc;*/ }
    .same_h_o:after { content: " "; clear: both; }



    #admin_login_o      { margin: 0; }
      /*#admin_login_o h4 { background-color: #FF140C; color: #FFFFFF; padding: 3px 5px 4px 5px; font-size: 16px; }*/
      /*#admin_login_o a  { color: #F69000; }*/
      #admin_login_i    { padding: 5px; font-weight: 400; }

        
        .help       { font-size: 11px; line-height: 12px; color: #777777; }
        .msgError   { color: #BE1F52; font-style: italic; padding: 4px 0; }


.formtable { width: 100%; }
  /*.formtable input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; -webkit-text-fill-color: #000000 !important; }*/
  .formtable select { width: 90%; }
  .formtable input  { width: 90%; height: 20px; background: transparent; color: #000000; padding: 1px 3px; margin: 4px 0; border: 1px solid #000000; border-top: 0; border-right: 0; }
  .formtable input[type=submit] { width: auto; height: 22px; border: 0px; background-color: transparent; padding: 3px 4px; font-size: 16px; color: #000000; margin: 2px 0 0 0; }
  .formtable textarea  { width: 90%; background: transparent; color: #000000; padding: 1px 3px; margin: 4px 0; border: 1px solid #000000; border-top: 0; border-right: 0; }


#bot_o          { position: relative; clear: both; width: 100%; background: #FFFFFF; }
  #bot_i        { position: relative; padding: 5px 0px; }
    #footer     { color: #001942; font-size: 12px; line-height: 15px; padding: 0 10px; }
    #footer a, #footer a:visited, #footer a:active { color: #001942; }
    #footer a:hover            { color: #001942; }
    
      #footer_contact { float: left; height: 100px; padding-left: 15px; border-left: 1px solid #000000; }
      #socials        { float: left; padding: 40px 0 0 20px; }
        #socials img  { float: left; margin: 10px 0 0 10px; }

      #footer_newsletter { position: relative; height: 100px; padding-left: 15px; border-left: 1px solid #000000; }
        #footer_newsletter h2 { text-transform: uppercase; font-weight: bold; font-size: 14px; }
        #footer_newsletter input  { margin: 2px 0; background: transparent; }
  
        #newsletter_success { display: none; position: absolute; top: 0; left: 0; width: 101%; height: 100%; background-color: #FFFFFF; }

      #footer_copyright { text-align: right; padding: 0 15px; height: 100px; border-left: 1px solid #000000; border-right: 1px solid #000000; }
        #bottom_menu    { font-size: 15px; line-height: 18px; margin-bottom: 15px; }
        #bottom_menu a  { display: block; }



.ratio_container  { display: inline-block; position: relative; width: 100%; }
.ratio_dummy_25   { padding-top: 25%; }
.ratio_dummy_50   { padding-top: 50%; }
.ratio_dummy_70   { padding-top: 70%; }
.ratio_element    { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
      

/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */

/* ************************************************************************** */
/* ******************************* RESPONSIVE ******************************* */
/* ************************************************************************** */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 950px) {
 
/*
#banner { height: 620px; }
#banner_ghost { height: 460px; }

#banner_popin_o { height: 450px; }
    /*#popin_o { position: absolute; top: 70px; left: 20px; }* /

#solo_img { height: 620px; }
*/


/*
#banner { position: relative; top: 0; height: auto; max-height: 480px; display: block; }
#banner_ghost { display: none; }
#nobanner { display: none; }
#solo_img { position: relative; height: auto; max-height: 480px; }
#solo_img img { 
  position: relative;  
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; height: auto; width: 100%;
}
*/

  #lang { padding-left: 5px; padding-right: 5px; }
  #menutop { padding-right: 5px; }
  #menutop a { font-size: 14px; }

}

/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */

@media screen and (max-width: 800px) {

/*body  { overflow-y: auto; overflow-x: hidden; }*/

h1  { padding: 10px 0 10px 0; }


/********* GRID *********/
.grid_item { display: inline-block; vertical-align: top; width: 32%; height: auto; margin: 0 0.5% 15px 0.5%; text-align: center; }
.grid_item img { margin-bottom: 5px; }
/************************/


.hiddenOnMobile   { display: none; }
.hiddenOnDesktop  { display: block; }

.halfimg { width: auto; margin: 0; }

#wrap { padding: 0; }
#top_o      { height: auto; }
  #logo_o     { width: 100%; height: 65px; margin: 0 auto; /*background-color: #001942;*/ }
    #logo     { display: none; }
      #logoimg  { display: none; }
    #logo_smart { display: block; width: 140px; height: 65px; margin: 0 auto; }
      #logoimg_smart { display: block; width: 140px; height: 65px; z-index: 999; }

  #lang     { margin: 5px 0 0 0; padding: 0 5px 0 10px; text-shadow: 0 0 ; }
  /*#lang a   { color: #001942; border: 1px solid #001942; }*/
  #lang a   { color: #001942; border: 1px solid #001942; 
              /*-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;*/ 
              -moz-box-shadow: 0px 0px 0px 0px #FFFFFF;
              -webkit-box-shadow: 0px 0px 0px 0px #FFFFFF;
              -o-box-shadow: 0px 0px 0px 0px #FFFFFF;
              box-shadow: 0px 0px 0px 0px #FFFFFF;
              filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=NaN, Strength=0);
            }
  #menutop { display: none; }

/*#banner { height: 200px; }*/
/*#banner_ghost { height: 215px; }*/
#banner { position: relative; top: 0; height: auto; max-height: auto; display: block; }
#banner_ghost { display: none; }
#nobanner { display: none; }
#solo_img { position: relative; height: auto; max-height: auto; }
#solo_img img { 
  position: relative;  
  top: 0; /*bottom: 0;*/ left: 0; right: 0;
  margin: auto; height: auto; width: 100%;
}
.slideshow_legend { top: 15%; }
.slideshow_legend h1 { font-size: 36px; }

#menu_o   { position: relative; top: 0; margin-left: 0; opacity: 0.8; }
  #menu_i { padding: 0; }

#banner_popin_o { position: relative; top: 0; left: 0; width: 100%; height: auto; overflow: hidden; }
  #banner_popin_i { position: relative; width: auto; margin: 0; }
    #popin_o { clear: both; position: relative; top: 0; left: 0; width: 100%; min-width: 0; padding: 5px 10px 0px 10px; }
      .dark { color: #FFFFFF; }
      #popin_bg { display: none; /*position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #FFFFFF; opacity: 0.6;*/ }
      .dark #popin_bg { display: block; background-color: #000000; opacity: 0.8; }
      #popin_i  { position: relative; padding: 0 0 15px 0; line-height: 16px; font-size: 13px; border-bottom: 1px solid #000000; }
      .dark #popin_i  { position: relative; padding: 0 0 15px 0; line-height: 16px; font-size: 13px; border-bottom: 0; }
        /*.subtitle { font-size: 16px; line-height: auto; }*/

#main_o  { clear: both; }
  #main_i { min-height: 0; }
    #main_col { padding: 0; border: 0; /*border-top: 1px solid #000000;*/ }
    .col      { padding: 0; border: 0; border-top: 1px solid #000000; }


  /*#admin_login_o        { margin: 0 10px 10px 10px; }*/
  /*#admin_login_o input.half  { width: 40%; width: calc(50% - 30px); }*/
  /*#admin_login_i            { padding: 5px 10px; }*/

#bot_o    { background-color: #001942; }
  #bot_i  { padding: 10px 0 0 0; }
    #footer     { color: #FFFFFF; padding: 0; }
    #footer a, #footer a:visited, #footer a:active { color: #FFFFFF; }
    #footer a:hover            { color: #FFFFFF; }
    
      #footer_contact { float: left; height: auto; padding-left: 0; border-left: 0; }
      #socials        { float: right; padding: 0; }
        #socials img  { float: left; margin: 0 0 0 10px; }

      #footer_newsletter { height: auto; padding: 10px 0 10px 0; border-left: 0; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }
        #footer_newsletter h2 { color: #FFFFFF; }
        #footer_newsletter input { border-color: #FFFFFF; color: #FFFFFF; border-top: 0; border-right: 0; }
  
        #newsletter_success { display: none; position: absolute; top: 0; left: 0; width: 101%; height: 100%; background-color: #001942; color: #FFFFFF; }

      #footer_copyright { height: auto; padding: 0; border-left: 0; border-right: 0; }
        #bottom_menu    { margin-bottom: 10px; }
        #bottom_menu a  { display: block; }

}

@media screen and (max-width: 640px) {

/********* GRID *********/
.grid_item { display: inline-block; vertical-align: top; width: 49%; height: auto; margin: 0 0.5% 10px 0.5%; text-align: center; }
.grid_item img { margin-bottom: 5px; }
/************************/

}

@media screen and (max-width: 568px) {

/*#banner { height: 140px; }*/
/*#banner_ghost { height: 155px; }*/

.slideshow_legend { top: 10%; }
.slideshow_legend h1 { font-size: 28px; }

}

@media screen and (max-width: 480px) {

/*#banner { height: 100px; }*/
/*#banner_ghost { height: 115px; }*/

/********* GRID *********/
.grid_item { display: inline-block; vertical-align: top; width: 100%; height: auto; margin: 0 0 10px 0; text-align: center; }
.grid_item img { margin-bottom: 5px; }
/************************/

}
/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */


@media print {
  /* la feuille de style pour l'impression vient ici */
  /*#print_title { display: block; text-align: center; }*/
  /*#print_title h1 { margin-bottom: 0; text-align: center; }*/
  /*#print_title p  { margin: 0 0 10px 0; font-size: 12px; }*/
  #update { display: none; }
  h1      { padding: 10px 0; }
  #top_o  { display: none; }
  #menu_o { display: none; }
  #main_i { width: 100%; min-height: 0; height: auto; overflow: hidden; }
  .grid   { margin-right: 0; width: 100%; }
  #bot_o  { display: none; }
}



/* forms */
input                    { width: 100%; background: #ffffff; margin: 3px 0px 3px 0; padding-left: 2px; border-width: 1px; border-style: solid; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #000000; border-left-color: #000000; }
input[type=radio]        { border: 0px; margin: 5px; background: transparent; }
textarea                 { background: #ffffff; margin: 3px 0px 3px 0; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999; }
select                   { margin: 3px 0px 3px 0; height: 20px; border-width: 1px; border-style: solid; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999;}
/*input[type=submit]       { border: 1px solid #999999; background: #ffffff; margin: 5px 0px 10px 0; padding: 2px 20px 2px 20px; float: right; cursor: pointer; }*/
input[type=submit]       { border: 0px solid #FF140C; background-color: transparent; color: #FF140C; margin: 0; padding: 2px 0 1px 0; cursor: pointer; }
input[type=submit]:hover { border: 0px solid #FF140C; background-color: transparent; color: #FF140C; }


/* Contact form */
.frmMessage   { background-color: #DDDDDD; color: #000000; border: 1px solid #000000; margin: 0; padding: 5px 10px; }
.frmMessageOK { background-color: #E5FFE5; color: #001942; border: 1px solid #001942; margin: 0; padding: 5px 10px; }
.frmMessageKO { background-color: #FFE5E5; color: #FF140C; border: 1px solid #FF140C; margin: 0; padding: 5px 10px; }


fieldset, form {
    border: 0;
    margin: 0;
    padding: 0;
    }
    
.f_contact  {
    padding-top: 0px;
    }

.f_contact fieldset {
    overflow: auto;
    clear: left;
    padding-bottom: 2px;
    }

.f_contact fieldset label   {
    float: left;
    width: auto;
    padding-top: 5px;
    }
    
.f_contact fieldset span    {
    float: right;
    width: 65%;
    }
    
.f_contact fieldset span input, .f_contact fieldset span select {
/*    width: 100%; */
    float: right;
    width: 90%; /* scrollbars appear on chrome*/
    }

.f_contact fieldset.datepicker span { width: 65%; }
.f_contact fieldset span input.datepicker {
  float: left; width: 44%; margin-left: 2%;
}
.f_contact fieldset span input.datepicker:first-of-type { margin-left: 10%; }

.f_contact fieldset span textarea { 
    float: right;
    width: 90%;
    }
    
.f_contact fieldset span input.radio    {
    display: inline;
    float: none;
    width: auto;
    }
    
.f_contact fieldset span label  {
    float: none;
    display: inline;
    }

.f_contact fieldset.comment label   {
    float: none;
    display: block;
    }
    
.f_contact fieldset.comment span    {
    float: none;
    clear: left;
    display: block;
    width: 100%;
    }
    
.f_contact fieldset.comment span textarea   {
/*    width: 100%; */
    float: right;
    width: 90%; /* scrollbars appear on chrome */
    }

.f_contact fieldset.recaptcha span {
    float: none;
    clear: left;
    display: block;
    width: 100%;
    }
.f_contact fieldset.recaptcha div {
/*    width: 100%; */
    float: right;
    margin: 0;
    }
    
.f_contact fieldset.checkbox span   {
    float: left;
    width: auto;
    padding: 0 4px 0 0;
    display: inline;
    }
    
.f_contact fieldset.checkbox span input {
    width: auto;
    }
    
.f_contact fieldset.checkbox label  {
    float: left;
    width: auto;
    }
    
.f_contact fieldset.submit span {
    width: auto;
    }

.f_contact fieldset.submit input    {
    float: right;
    width: 58%;
    margin-top: 5px;
    padding: 3px 10px 2px 10px;
    border: 0;
    background-color: #001942;
    color: #FFFFFF;
    text-transform: uppercase;
    }
    
.parorder	{ min-width: 30px; text-align: right; padding-right: 10px;}
.pardate	{ }
.parStart	{ text-align: right; font-weight: bold;}
.parEnd	{ font-weight: bold; padding-left: 3px;}
.parkm		{ white-space: nowrap; text-align: right; font-style: italic;}


/*
@-webkit-keyframes blink {
  0%     { opacity: 0 } 50% { opacity: 0 }
  50.01% { opacity: 1 } 100% { opacity: 1 }
}
 
blink {
  -webkit-animation: blink 0.7s infinite linear alternate;
  -webkit-font-smoothing: antialiased;
}
*/


@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.2;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.2;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.2;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.2;} 100%{opacity:1;}} /* Opera */
.blink {
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out; 
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
}

@keyframes blink {
    0% {
        rgba(255,0,0,1)
    }
    50% {
        rgba(255,0,0,0.5)
    }
    100% {
        rgba(255,0,0,1)
    }
}