<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .select_objet {
    width: 300px;
    height: 30px;
    border: 1px solid #999;
    font-size: 18px;
    color: var(--color-saison);
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 4px 4px #ccc;
  }
.bt-texte.white {
  color: #fff;
  background: none;
}
.bt-texte.white:hover {
  color: var(--color-saison);
  background: none;
}

.picto-info {
  padding: 0 20px 0 80px;
  margin: 0;
  position: relative;
}
.picto-info::before {
  top: 50%;
  left: 30px;
  background: #0060aa;
  border-radius: 5px;
  padding: 10px;
  content: "\f129";
  font-family: "FontAwesome";
  position: absolute;
  transform: translate(0, -50%);
}

.picto-coeur {
  padding: 0 20px 0 80px;
  margin: 0;
  position: relative;
}
.picto-coeur::before {
  top: 50%;
  left: 30px;
  background: #0060aa;
  border-radius: 5px;
  padding: 10px;
  background: url('../img/icone_carte-jeune.png') no-repeat center center;
  content: "";
  position: absolute;
  transform: translate(0, -50%);
}


.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img-liste-bloc {
  position: relative;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.txt-bold {
  font-weight: bold;
}

.responsive-table{
    overflow-x:auto;
}
table{
    margin: 10px 0 25px;
    border: 1px solid #aaa;
}
thead td{
    background: #222;
    color: #fff;
    font-weight: bold;
}
td{
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    border-right:1px solid #aaa;
    white-space: nowrap;
    
}
td.center{
    text-align: center;
}
td.left{
    text-align: left;
}
td.right{
    text-align: right;
}
td:first-child{
    text-align: left;
}
thead td,
td:last-child{
    border-right:none;
}
tr:nth-child(2n) td{
    background: #f6f6f6;
}

.bloc-logo.item-fiche .bloc-photo img {

      object-fit: contain;
        object-position: center;
     width: calc(100% -  20px
    );
       height: calc(100% -  20px
    );

}
.bloc-logo .img-liste-bloc {

        position: relative;
        top: calc(50% +  10px
    );
        left: calc(50% -  10px
    );
        transform: translate(-50%, -50%);

}

.invert-item {
  color: #fff;
  background: #222;
}

.contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contain_comp {
  object-fit: contain;
  object-position: center;
}

.hfitimg {
  height: 100%;
}

.small-fiche-complet {
  position: absolute;
  z-index: 50;
  transition: all 0.3s ease-out;
  font-size: 14px;
  padding: 10px 25px;
  top: 20px;
  background: #e73440;
  color: #fff;
  left: 0;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
}

.arrow:after {
  content: "\f138";
}

.icon::after {
  font-family: "FontAwesome";
  font-size: 18px;
  position: relative;
  left: 5px;
  transform: translate(0, -50%);
}

.item-actu a {
  color: #000;
  text-decoration:underline;
  font-weight:600;
}

.slide-actu a {
  color: #FFF;
  text-decoration:underline;
  font-weight:600;
}

.background-white{
  background-color: #FFF;
}

h1 {
  /*margin-bottom: 40px;*/
}

em{
  font-style: italic;
}

/*----------------------------
    The file upload form
-----------------------------*/


#upload{

}

#drop{
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
   /* margin-top:12px;*/
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
}

#upload ul li{
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    overflow: hidden;
    white-space: nowrap;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}



#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}

.content p{
    margin-bottom: 0px;
}</pre></body></html>