/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur de l'adresse*/
/*couleur du premier élément de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du menu */
/*couleur du menu au survol */
/*couleur du fond du menu au survol */
/* couleurs des encarts */
/*taille du titre */
/*catalogue*/
/*bordure du menu du catalogue */
/*couleur du menu du catalogue au survol */
/* Mon compte 2colonnes*/
/*compte*/
/*bordure du champ pour le 2colonne */
/*bordure du champ */
/*bouton panier */
/*bouton S'inscrire */
/*bouton Mot de passe oublié */
/*recherche 2colonnes*/
/*recherche*/
/* couleur de la page d'accueil */
/*couleur du titre */
/*couleur du texte */
/*couleur du prix */
/*couleur du premier bouton */
/*fond du premier bouton */
/*couleur du second bouton */
/*fond du second bouton */
/*bordure du bas de la fiche */
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond en bas du contenu et avant l'adresse */
/* polices de caractères à changer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/* contenu
----------------------------------------------------------*/
/*-menu-*/
/* encarts
----------------------------------------------------------*/
/*.bouton_compte{ background:transparent; border-style:solid; border-width:1px; width:30px; margin-top:5px;}*/
/*paiement*/
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-bas de page-*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
/*produit defaud*/
/*produit en vertical*/
/****pop up***/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
  background-color: #dfeffc;
  border: 1px solid #780517;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #000000;
  background-color: #d0e5f5;
  border: 1px solid #780517;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #333333;
  background-color: #fff;
  border: 1px solid #780517;
}
.commonImage {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #780517;
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
}
.commonImage:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  border: 2px solid #780517;
}
#ariane a {
  color: #000000;
  text-decoration: underline;
}
#ariane a:hover {
  color: #000000;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #000000;
  text-decoration: underline;
}
.goBack a:hover {
  color: #000000;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #ffffff;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
.encart textarea,
.encart input,
.encart a,
.encart {
  color: #000;
}
#google_map,
.ui-dialog #google_map {
  border: 1px solid #780517;
  height: 415px;
  width: 572px;
  margin-top: 20px;
}
gm-style-iw div {
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
}
.gm-style div,
.gm-style span,
.gm-style label {
  color: #000000;
  text-decoration: none;
}
label,
#formAjoutPanier {
  color: #000;
}
.blockPanierList {
  top: 30px;
  position: absolute;
}
#connexion #compte input {
  border-color: red;
}
#login_block {
  width: 312px !important;
}
.mon_compte_champs {
  background: #f7edba;
  height: 135px;
  position: absolute;
  left: 660px;
  top: 7px;
  z-index: 9999999999999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 312px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}
body,
textarea,
input {
  color: #ffffff;
}
a {
  color: #000000;
}
#rubric_title,
#rubric_title2 {
  color: #ebdfa3;
}
#coordinates {
  color: #fff;
}
#coordinates_list li:first-child {
  color: #fff;
}
.block_various_links li a {
  color: #fff;
}
#menu_top li a {
  color: #780517;
}
#menu_top li a:hover {
  color: #ebdfa3;
}
#menu_top li a:hover {
  background: #780517;
}
.encart h4 {
  /*couleur du titre */
  color: #ebdfa3;
  /*permet de positionner le titre verticalement */
  line-height: 40px;
  font-size: 18px;
}
.encart textarea,
.encart input,
.encart a,
.encart {
  color: #ebdfa3;
}
#menu_produit li a {
  /*couleur du menu du catalogue */
  color: #000;
  border-bottom-color: #ebdfa3;
}
#menu_produit li a:hover {
  /*couleur du menu du catalogue au survol */
  color: #fff;
  background-color: #573415;
}
#connexion,
#connexion a,
#connexion input {
  color: #000;
}
#connexion #compte input {
  border-color: #ededed;
}
.account_input {
  border-color: #ededed;
}
#bouton_panier a {
  color: #fff;
}
#bouton_inscription a {
  color: #000;
}
#bouton_motdepasse a {
  color: #fff;
}
.encartRechercheContenu .span5 p {
  color: #c19d7d;
}
.encartRecherche,
.encartRecherche a,
.encartRecherche input {
  color: #000;
}
.encartRecherche #search_query {
  border-color: #e9e9e9;
}
#search_query {
  border-color: #e9e9e9;
}
h5 {
  color: #573415;
}
.description {
  color: #000;
}
.bouton_prix {
  color: #573415;
}
.bouton_info a {
  color: #846a53;
}
.bouton_info {
  background: #eee6de;
}
.bouton_panier a {
  color: #846a53;
}
.bouton_panier {
  background: #fff;
}
#produit_vertical .produits {
  border-top-color: #eee6de;
}
#produit_horizontal .produitsContenu {
  border-bottom-color: #eee6de;
}
body,
#menu_bottom {
  background-color: #780517;
}
#global {
  background-color: #780517;
}
body {
  font-family: Verdana, sans-serif;
}
#menu_top,
#rubric_title,
#rubric_title2,
#coordinates_list li,
.encart h4,
.encartRechercheContenu .span5 p {
  font-family: 'Stardos Stencil', cursive;
}
h1 {
  font-weight: 700;
  font-size: 1.1em;
}
h2 {
  font-weight: 700;
  font-size: 1.3em;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 400;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  text-shadow: #fff;
}
body {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#global {
  background-image: url('/oktThemes/v02-2/images/bg.jpg');
  background-repeat: repeat-y;
  background-position: top;
}
.container {
  margin: 0 auto;
  position: relative;
}
#global_header {
  background: transparent url('/oktThemes/v02-2/images/fond.jpg') repeat-x top;
}
header {
  background: transparent url('/oktThemes/v02-2/images/principale.jpg') no-repeat top;
}
#head {
  height: 114px;
}
#connexion {
  background: transparent url('/oktThemes/v02-2/images/client.jpg') no-repeat top;
  height: 114px;
}
#connexion #panier {
  text-align: left;
  padding-top: 35px;
}
#connexion #panier #produits_panier {
  margin: 0;
}
#connexion #panier #bouton_panier {
  background: transparent url('/oktThemes/v02-2/images/bouton_panier.png') no-repeat top;
  height: 19px;
  text-align: center;
  margin-top: 11px;
}
#connexion #compte {
  padding-top: 30px;
}
#login_block {
  padding: 7px 0;
}
#connexion #compte input {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  padding: 1px 0;
}
.bouton_compte {
  background: transparent url('/oktThemes/v02-2/images/bouton_compte.png') no-repeat top;
  border: none;
  margin: 0;
  width: 100%;
}
#bouton_inscription {
  background: transparent url('/oktThemes/v02-2/images/bouton_inscription.png') no-repeat top;
  height: 19px;
  text-align: center;
  margin-bottom: 5px;
}
#bouton_motdepasse {
  background: transparent url('/oktThemes/v02-2/images/bouton_oubli.png') no-repeat top;
  height: 19px;
  text-align: center;
}
#bouton_inscription a,
#bouton_motdepasse a,
#bouton_panier a {
  display: block;
  font-size: 11px;
  text-decoration: none;
}
#diapo-accueil {
  width: 100%;
  height: 266px;
}
#image1 {
  width: 100%;
  background: transparent url('/oktThemes/v02-2/images/diapo/image1.jpg') no-repeat top;
  height: 266px;
}
#image2 {
  width: 100%;
  background: transparent url('/oktThemes/v02-2/images/diapo/image2.jpg') no-repeat top;
  height: 266px;
}
#image3 {
  width: 100%;
  background: transparent url('/oktThemes/v02-2/images/diapo/image3.jpg') no-repeat top;
  height: 266px;
}
#image4 {
  width: 100%;
  background: transparent url('/oktThemes/v02-2/images/diapo/image4.jpg') no-repeat top;
  height: 266px;
}
#global_main {
  background-image: url('/oktThemes/v02-2/images/fond-main.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
#main {
  background: transparent url('/oktThemes/v02-2/images/main.jpg') no-repeat center top;
}
#navigation {
  height: 48px;
}
#menu_top {
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
}
#menu_top li {
  list-style: none outside;
  display: inline;
}
#menu_top li a {
  font-size: 17px;
  padding: 13px 10px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#content_bg_image {
  background: transparent url('/oktThemes/v02-2/images/bgcontenu.jpg') no-repeat 0px top;
  min-height: 200px;
}
.leftTop {
  padding-top: 80px;
}
#content {
  padding: 65px 0 10px;
}
#right_column {
  padding-top: 80px;
}
#rubric_title {
  position: absolute;
  top: 60px;
  left: 0px;
  font-size: 40px;
  line-height: 42px;
}
#rubric_title2 {
  position: absolute;
  top: 125px;
  left: 210px;
  font-size: 40px;
  line-height: 42px;
}
.encart {
  background: transparent url('/oktThemes/v02-2/images/encart_bas.png') bottom no-repeat;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.encart h4 {
  background: transparent url('/oktThemes/v02-2/images/encart_haut.png') top no-repeat;
  margin: 0;
  padding: 0 10px;
  height: 45px;
  line-height: 40px;
}
.encartContenu {
  padding: 5px 10px;
}
#menu_produit {
  padding: 0;
}
#menu_produit li {
  list-style: none;
}
#menu_produit li a {
  display: block;
  padding: 0 0 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}
.encartRechercheContenu {
  padding-top: 25px;
  height: 40px;
}
.encartRechercheContenu .span5 p {
  margin: 0;
  font-size: 18px;
}
#search_query {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  width: 150px;
  padding: 1px 3px;
}
#right_column #search_query {
  width: 135px;
}
.bouton_recherche {
  background: transparent;
  background: transparent url('/oktThemes/v02-2/images/bouton_recherche.png') no-repeat top;
  border: none;
  width: 30px;
  height: 18px;
}
.account_input {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  width: 90%;
  margin-bottom: 5px;
}
#logo_paiement {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
}
#logo_paiement li {
  display: inline;
  padding: 0 5px 0 0;
}
#global_footer {
  background: transparent url('/oktThemes/v02-2/images/fond-adresse.jpg') repeat-x top;
}
footer {
  background: transparent url('/oktThemes/v02-2/images/adresse.jpg') no-repeat top;
}
#coordinates {
  height: 121px;
  text-align: left;
  font-size: 16px;
}
#coordinates_list {
  padding: 40px 0 0;
  margin: 0;
}
#coordinates_list li {
  list-style: none outside;
  display: inline;
  padding: 0 10px 0;
}
#coordinates_list li:first-child {
  display: block;
  padding-bottom: 5px;
  font-size: 30px;
}
#menu_bottom {
  text-align: center;
}
.block_various_links {
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
.block_various_links li {
  display: inline;
}
.block_various_links li a {
  font-size: .91em;
  padding: 0 5px;
}
.block_various_links li a:hover {
  text-decoration: none;
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 5em;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
#userbar {
  border: none !important;
  padding: none !important;
}
#register-form .field label.error {
  color: #000 !important;
  font-size: 0.9em;
  font-style: italic;
}
.produits {
  padding-bottom: 10px;
}
.produitsContenu {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
h5 {
  margin: 20px 0 0;
  font-size: 25px;
  font-weight: 400;
}
.description {
  font-size: .9em;
}
.bouton_prix {
  font-size: 24px;
  text-align: right;
}
.bouton_info {
  width: 100%;
  height: 24px;
  line-height: 23px;
  font-size: .9em;
  text-align: center;
  margin: 2px 0 0;
}
.bouton_info a {
  text-decoration: none;
  display: block;
}
.bouton_panier {
  width: 100%;
  height: 24px;
  line-height: 23px;
  font-size: .9em;
  text-align: center;
  margin: 2px 0 0;
}
.bouton_panier a {
  text-decoration: none;
  display: block;
}
#produit_vertical .produits {
  border-top-width: 1px;
  border-top-style: solid;
}
#produit_vertical .produitsContenu {
  border: none;
  padding: 0 10px;
}
#produit_vertical h5 {
  font-size: 15px;
}
#produit_vertical .bouton_prix {
  text-align: left;
}
.clearb {
  clear: both;
}
.blur-in {
  -webkit-animation: blur 2s forwards;
  -moz-animation: blur 2s forwards;
  -o-animation: blur 2s forwards;
  animation: blur 2s forwards;
}
.blur-out {
  -webkit-animation: blur-out 2s forwards;
  -moz-animation: blur-out 2s forwards;
  -o-animation: blur-out 2s forwards;
  animation: blur-out 2s forwards;
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@-o-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@-webkit-keyframes blur-out {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@-moz-keyframes blur-out {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@-o-keyframes blur-out {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blur-out {
  0% {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.pop-up {
  position: fixed;
  margin: 10% auto;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0%;
  width: 50%;
}
.box {
  background-color: #f7edba;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  position: relative;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  color: #a80927;
  border: 9px solid #a80927;
  line-height: 1.2rem;
  border-radius: 20px;
}
.box p {
  font-size: 1.2rem !important;
}
.box a {
  text-decoration: none;
  color: #a80927;
}
.box h3 {
  color: #a80927;
  font-size: 3rem;
}
.box ul {
  list-style: none;
}
.button {
  margin: 0 auto;
  background-color: #FF8566;
  margin-bottom: 33px;
}
.button:hover {
  background-color: #7CCF29;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}
.close-button {
  transition: all 0.5s ease;
  position: absolute;
  background-color: #a80726;
  padding: 1.5px 7px;
  right: -10px;
  margin-right: -10px;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: white;
  -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
  box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
  cursor: pointer;
}
.close-button:hover {
  background-color: #e50924;
  color: #ffffff;
}
