﻿#ftHolder
{
    width: 500px;
    float: left;
    text-align: center;
    height: 332px;
    padding-top: 90px;
}
#ft
{
    border: 10px solid #FFFFFF;
    -moz-border-radius: 5px;
}
#example
{
    float: left;
}
#number
{
    font-family: Georgia;
    font-size: 14px;
    text-align: center;
}

/*--- RLiance 13/04/2012 CSS des images de prévisu + Mise au milieu du diapo (margin) 
.ft-button-diapoSlide img {border: 2px solid #FFFFFF; -moz-border-radius: 1px;-moz-box-shadow: 1px 1px 2px 0px #cfcfcf;-webkit-box-shadow: 1px 1px 2px 0px #cfcfcf;-o-box-shadow: 1px 1px 2px 0px #cfcfcf;box-shadow: 1px 1px 2px 0px #cfcfcf;-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px; }
.ft-title { padding: 10px 10px; text-align: left; }
.ft-buttons-diapoSlide {margin:0 auto;} 

.topbar h2{ font-weight: normal !important }
.topbar a { color: #3399cc; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

.ft-prev, .ft-next { background-color: #000; padding: 0 10px; }

.ft-button-ft-active { color: black; } */

/****** Fenetre Modal pour choix de langue ******/
#HeaderModal
{
    width: 100%;
    height: 10%;
    background-color: #3e3e3e;
    color: White;
    padding: 2px;
}
#ContentModal
{
}
#ListeDrapeauxLangues
{
    display: table-cell;
    vertical-align: middle;
}
.LibelleDrapeau
{
    margin:5px
}
.classDrapeaux
{
    margin: 5px;
    border: 0px;
}
/* Z-index of #mask must lower than #boxes .window */
/*
#mask
{
    position: absolute;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.8);
    display1: none;
    opacity: 0;
    transition: opacity 1s;
}
.mask-visible
{
  z-index: 9000;
  opacity: 1;
}
*/

.modal-container
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  opacity: 0;
}
.modal-container-closed
{
  display: none;
}
.modal-container-open
{
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: modal 1.5s;
}
@keyframes modal
{
  from {opacity: 0;}
  to {opacity: 1;}
}

.modal-dialog
{
  width: 375px;
  height: auto;
  border: inset 8px White;
  -moz-box-shadow: 2px 4px 10px #000000;
  -webkit-box-shadow: 2px 4px 10px black;
  -o-box-shadow: 2px 4px 10px #000000;
  box-shadow: 2px 4px 10px black;
}

#map_canvas
{
    height: 350px;
    width: 350px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
    float: left;
}

@media print
{
    html, body
    {
        height: auto;
    }
}

#directions-panel
{
    height: 100%;
    width: 500px;
    overflow: auto;
    display: inline-block;
}

#control
{
    background: #fff;
    padding: 5px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
    width: 400px;
}
#control input
{
    width: 390px;
}

@media print
{
    #map-canvas
    {
        height: 500px;
        margin: 0;
    }

    #directions-panel
    {
        float: none;
        width: auto;
    }
}

/* Modif Rliance */
p.Breadcrumb a
{
    color: #4a688a;
    font-weight: bold;
    text-decoration: none;
}
/* Couleur des liens du SiteMap */
/* html { height: 100% } *//* ENicolas - 14/12/2012 - Retiré car provoque une couleur en trop en bas du design 05 */
body
{
    height: 100%;
    margin: 0;
    padding: 0;
}
/* Twitter */

#Tweet
{
    padding: 2px 5px 2px 20px;
    background: url('http://a4.twimg.com/images/favicon.ico') 1px center no-repeat;
}

#rgpd-container
{
  align-items: center;
  background-color: #ffffff;
  bottom: 0px;
  display: none;
  flex-direction: column;
  left: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: fixed;
  right: 0px;
  width: 100%;
  z-index: 1000;
}

#rgpd-container p
{
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 0px;
  max-width: 816px;
  width: 100%;
}

#rgpd-container .buttons-container
{
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-left: 50px;
  margin-right: 50px;
  max-width: 816px;
  width: 100%;
}

#rgpd-container .buttons-container .button-accept
{
  background-color: #000000;
  border: solid 1px #000000;
  border-radius: 3px;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 16px 10px 10px;
}

#rgpd-container .buttons-container .button-reject
{
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 3px;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 16px 10px 10px;
}
