/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
#content {
  padding: 10px 5px;
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    #content {
      width: 646px;
      margin: 0 auto; } }
  @media only screen and (max-width: 676px) {
    #content {
      width: 323px; } }
  #content img {
    max-width: 100%; }

.no-background {
  background: #fff !important; }
  .no-background h1 {
    margin: 0 0 10px 0; }

@media only screen and (max-width: 980px) {
  .wrapper {
    width: 100%; } }

.bloc {
  height: 235px;
  margin: 0 5px 10px 5px;
  float: left; }
  .bloc img {
    height: 100%; }
  .bloc.t_un {
    width: 313px; }
  .bloc.t_deux {
    width: 636px; }
    @media only screen and (max-width: 676px) {
      .bloc.t_deux {
        width: 313px; } }
    @media only screen and (max-width: 676px) {
      .bloc.t_deux.no_resp {
        display: none; } }
  .bloc.t_trois {
    width: 959px; }
    @media only screen and (max-width: 980px) {
      .bloc.t_trois {
        width: 636px; } }
    @media only screen and (max-width: 676px) {
      .bloc.t_trois {
        width: 313px; } }
    @media only screen and (max-width: 980px) {
      .bloc.t_trois.no_resp {
        display: none; } }
  .bloc.last {
    margin-right: 0; }
  .bloc.rouge {
    background: url("../images/bg_rouge.png") no-repeat center; }
  .bloc.vert {
    background: url("../images/bg_vert.png"); }

.right {
  float: right !important; }

.left {
  float: left !important; }

.no_float {
  float: none !important; }

@media only screen and (max-width: 980px) {
  .header-franchise {
    display: none; } }

.open-menu {
  display: none; }
  @media only screen and (max-width: 980px) {
    .open-menu {
      display: block;
      position: absolute;
      left: 10px;
      top: 10px; } }

nav.responsive {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: -100%;
  height: 100%;
  width: 295px;
  background: #466955;
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    nav.responsive {
      display: block; } }
  nav.responsive .current {
    background: #325541; }
  nav.responsive .close-menu {
    width: 50px;
    height: 50px;
    float: right;
    margin: 10px 10px 0 0; }
    nav.responsive .close-menu:hover {
      cursor: pointer; }
  nav.responsive .have-child {
    position: absolute;
    left: 5px; }
  nav.responsive .retour {
    position: relative; }
    nav.responsive .retour img {
      display: none;
      position: absolute;
      top: 32%;
      left: 5px; }
    nav.responsive .retour a {
      display: block;
      text-transform: uppercase;
      font-family: 'Roboto';
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      width: 255px;
      padding: 20px 0 20px 40px; }
      nav.responsive .retour a:hover, nav.responsive .retour a:active, nav.responsive .retour a:focus {
        background: #2c4235; }
  nav.responsive ul {
    padding: 0;
    margin: 0; }
    nav.responsive ul li {
      list-style: none; }
      nav.responsive ul li a {
        display: block;
        position: relative;
        padding: 20px 0 20px 40px;
        width: 255px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Roboto';
        font-size: 18px;
        color: #fff; }
        nav.responsive ul li a:hover, nav.responsive ul li a:active, nav.responsive ul li a:focus {
          background: #2c4235; }
      nav.responsive ul li ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%; }
        nav.responsive ul li ul li ul {
          left: 200%; }

.slider_kap {
  width: 637px;
  height: 480px;
  overflow: hidden; }

.bx-wrapper {
  position: relative;
  float: right;
  width: 637px;
  height: 480px;
  margin: 0 5px 10px 0; }
  @media only screen and (max-width: 676px) {
    .bx-wrapper {
      display: none; } }
  .bx-wrapper .bx-viewport {
    height: 480px !important;
    /* Safari */ }
  .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .bx-wrapper .bx-controls .bx-pager {
      float: right; }
    .bx-wrapper .bx-controls .bx-pager-item {
      float: left;
      margin: 0 0 0 5px; }
    .bx-wrapper .bx-controls .bx-pager-link {
      display: block;
      width: 10px;
      height: 10px;
      background: #5A6C5E;
      border: 1px solid #e0e0e0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      font-size: 0; }
      .bx-wrapper .bx-controls .bx-pager-link:hover {
        background: #660000; }
      .bx-wrapper .bx-controls .bx-pager-link.active {
        background: #660000; }
      @media only screen and (max-width: 980px) {
        .bx-wrapper .bx-controls .bx-pager-link {
          width: 15px;
          height: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px; } }

.bloc_kiosques {
  padding: 15px 12px 12px;
  color: #fff;
  text-align: center; }
  .bloc_kiosques hr {
    width: 70%;
    margin: 10px auto;
    border-color: #BE9393; }
  .bloc_kiosques #counter {
    display: inline;
    width: 57px !important; }
  .bloc_kiosques .kfrance {
    padding: 0 0 0 10px; }
  .bloc_kiosques #preschezvous {
    float: left;
    text-align: left;
    padding: 0 0 0 0; }
    .bloc_kiosques #preschezvous ul {
      margin: 0;
      padding: 0; }
      .bloc_kiosques #preschezvous ul li {
        padding: 0 0 0 10px;
        list-style: none;
        background: url("../images/puce_li.png") no-repeat left center; }
        .bloc_kiosques #preschezvous ul li h2 {
          font-size: 13px; }
        .bloc_kiosques #preschezvous ul li:first-child {
          background: none;
          padding: 0;
          margin: 0 0 10px 0; }
          .bloc_kiosques #preschezvous ul li:first-child:hover {
            background: none; }
        .bloc_kiosques #preschezvous ul li:hover {
          background: url("../images/puce_li.png") no-repeat 3px center; }
        .bloc_kiosques #preschezvous ul li a {
          text-decoration: none;
          color: #fff; }
  .bloc_kiosques #recherche {
    text-align: left;
    padding: 0 0 0 15px;
    float: left; }
    .bloc_kiosques #recherche form {
      margin: 10px 0 0 0; }
    .bloc_kiosques #recherche input[type="text"] {
      height: 23px;
      width: 85px;
      border: none;
      padding-left: 7px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      float: left;
      color: #660000; }
      .bloc_kiosques #recherche input[type="text"]:active, .bloc_kiosques #recherche input[type="text"]:focus {
        outline: none; }
    .bloc_kiosques #recherche input[type="text"]::-webkit-input-placeholder {
      color: #6a0000; }
    .bloc_kiosques #recherche input[type="text"]:-moz-placeholder {
      color: #6a0000; }
    .bloc_kiosques #recherche input[type="text"]::-moz-placeholder {
      color: #6a0000; }
    .bloc_kiosques #recherche input[type="text"]:-ms-input-placeholder {
      color: #6a0000; }
    .bloc_kiosques #recherche .form_ok {
      float: left; }
  .bloc_kiosques .tous_kiosques {
    padding: 5px 0 0 0;
    margin: 0; }
    .bloc_kiosques .tous_kiosques li {
      padding: 0 0 0 10px;
      list-style: none;
      background: url("../images/puce_li.png") no-repeat left center; }
      .bloc_kiosques .tous_kiosques li:hover {
        background: url("../images/puce_li.png") no-repeat 3px center; }
      .bloc_kiosques .tous_kiosques li a {
        color: #fff;
        text-decoration: none; }

.actus_wrap--image {
  width: 313px;
  margin: 0 10px 0 5px; }
  @media only screen and (max-width: 980px) {
    .actus_wrap--image {
      display: none; } }
  .actus_wrap--image img {
    width: 100%; }

.actus_wrap--contenu {
  width: 637px; }
  @media only screen and (max-width: 980px) {
    .actus_wrap--contenu {
      margin: 0 5px; } }
  @media only screen and (max-width: 676px) {
    .actus_wrap--contenu {
      margin: 10px 5px 0 5px;
      width: 313px; } }

.actus_wrap--contenu_accroche p {
  display: inline-block;
  background: #660000;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Libre Baskerville';
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase; }

.actus_wrap--contenu_texte {
  margin: 20px 0 0 0; }
  .actus_wrap--contenu_texte h2 {
    font-family: 'Libre Baskerville';
    font-size: 15px;
    text-transform: uppercase; }
  .actus_wrap--contenu_texte p {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 0 0;
    color: #2c4235; }
  .actus_wrap--contenu_texte a {
    font-weight: bold; }

.content_left {
  width: 313px;
  float: left; }
  @media only screen and (max-width: 980px) {
    .content_left {
      display: none; } }

#canvas_france, #canvas_espagne, #canvas_portugal {
  width: 495px;
  height: 600px;
  margin: 20px auto; }

#canvas_portugal svg{
    -webkit-transform: scale(2.6);
    -ms-transform: scale(2.6);
    -moz-transform: scale(2.6);
    right: 985px !important;
    left: auto !important;
    top: 495px !important;}
    @media only screen and (max-width: 676px) {
        #canvas_portugal svg{
            -webkit-transform: scale(2.8);
            -ms-transform: scale(2.8);
            -moz-transform: scale(2.8);
            right: 1195px !important;
            top: 545px !important;
        }
    }
    
#canvas_espagne svg{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    right: 135px !important;
    left: auto !important;
    top: 215px !important;}
    @media only screen and (max-width: 676px) {
        #canvas_espagne svg{
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -moz-transform: scale(0.8);
            right: 312px !important;
            top: 0 !important;
        }
    }

.lien_info_kiosque {
  text-decoration: none; }

.devenez-adherent img {
  width: 100%; }

.mini_info_kiosque {
  width: 100%;
  height: 61px;
  margin: 10px auto; }

.img_info_kiosque {
  float: left;
  height: 61px; }
  @media only screen and (max-width: 676px) {
    .img_info_kiosque {
      display: none; } }

.txt_info_kiosque {
  float: left;
  width: 59%;
  height: 61px;
  background: url(../images/bg_info_kiosque.jpg) no-repeat;
  overflow: hidden; }
  @media only screen and (max-width: 676px) {
    .txt_info_kiosque {
      width: 100%; } }

.txt_info_kiosque p {
  float: left;
  line-height: 61px;
  margin: 0;
  padding: 0;
  width: 50%; }

.btn_info_kiosque {
  float: left;
  width: 136px;
  height: 61px; }
  @media only screen and (max-width: 676px) {
    .btn_info_kiosque {
      display: none; } }

.btn_info_kiosque img {
  float: left; }

.message_vert {
  width: 350px;
  margin: 10px auto 20px auto;
  text-align: center; }

.message_vert_txt {
  background: #199032;
  line-height: 32px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: bold; }

.listes_kiosques {
  width: 170px;
  float: left;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 32px; }
  .listes_kiosques li {
    list-style: none; }
    .listes_kiosques li a {
      padding: 0 0 0 10px;
      text-decoration: none; }

.titre_liste {
  color: #ce2019;
  margin-bottom: 5px; }

.liste_kiosque {
  font-size: 11px; }

.liste_kiosque a {
  color: #000; }

.article img {
  display: block; }
.article .img_flottante {
  float: right;
  margin: 0 0 10px 10px; }
  @media only screen and (max-width: 676px) {
    .article .img_flottante {
      float: none;
      margin: 0 auto;
      max-width: 100%; } }
.article h1 {
  margin: 0 0 10px 0;
  line-height: normal; }
.article iframe {
  display: block;
  max-width: 100%;
  margin: 10px auto; }

.trait_article {
  margin: 10px 0; }

.rouge {
  color: #D50F09; }

#form_zextra {
  margin: 20px 0; }
  #form_zextra .saisie {
    width: 98%;
    margin: 0 0 10px 0; }
  #form_zextra label {
    display: block;
    margin: 10px 0 0 0; }
  #form_zextra .enregistrer {
    width: 91px;
    display: block;
    background-color: #6a0000;
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    border: 0;
    padding: 3px 5px 3px 5px;
    margin: 10px auto 10px auto; }
    #form_zextra .enregistrer:hover {
      cursor: pointer; }

#cartes td, #cartes tr {
  vertical-align: middle; }
@media only screen and (max-width: 676px) {
  #cartes .aime {
    width: 0px; }
    #cartes .aime img {
      display: none; } }
#cartes .desc-pizza {
  width: 445px;
  padding: 10px 0; }
  @media only screen and (max-width: 676px) {
    #cartes .desc-pizza {
      width: 215px; } }

.table-pizza {
  width: 100%;
  font-family: Verdana; }

.table-pizza {
  width: 100%;
  font-family: Verdana; }

.menu-table-pizza {
  color: #2b4233;
  font-size: 11px; }

.titre_principal {
  font-size: 20px;
  font-weight: bold; }

.menu-table-pizza a:hover {
  color: #fff;
  background: #2b4233; }

.titre-table-pizza {
  color: #6a0000;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  font-family: Garamond; }
  .titre-table-pizza b {
    display: block;
    margin: 30px 0 10px 10px;
    vertical-align: bottom; }

.gmap {
  display: block;
  margin: 20px 0 0 0; }

.tel_kiosque {
  text-align: right;
  font-family: 'Cantarell', arial, serif;
  font-size: 16px;
  font-weight: bold; }

.infos_kiosque {
  vertical-align: top;
  font-size: 14px; }

.diametre-table-pizza {
  text-align: center;
  font-size: 11px; }

.nom-table-pizza {
  font-size: 14px;
  color: #2b4233; }

.ingredients-table-pizza {
  font-size: 12px; }

.prix-table-pizza {
  text-align: center;
  font-size: 14px;
  color: #6a0000; }
  @media only screen and (max-width: 676px) {
    .prix-table-pizza {
      font-size: 12px; } }

.annotation {
  background: #6a0000;
  color: #fff;
  font-size: 11px;
  padding: 2px 4px 2px 4px; }
/*---------------------------------------*\
	► header lang
\*---------------------------------------*/
.lang{
  position: absolute;
  right: 5px;
}
.lang img{
  width:auto !important;
}
@media only screen and (max-width: 676px) {
  .lang a{
    display: block;
  }
}

