﻿@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);
form, input, textarea, select { 
    font-family:Geneva, Verdana,sans-serif;
    font-size:14px;
}

textarea.textes{
  width:80%;
  resize: none;
  background-color:aliceblue;
}

textarea.red{
  width:80%;
  resize: none;
  color:white;
  background-color:red;
}

textarea.infos{
  width:80%;
  resize: none;
  background-color:#f1f045;
}

fieldset.admin-modif-evenements{
    /*width:100%;*/
    border:2px solid green;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;  
    border-radius:8px;
  }

.legend1{
  text-align:center;
  color:red;
  font-size:25px;
}

/* Contact Form Buttons
========================================================*/
.btn-wrap {
  text-align: center;
  padding:20px;
  letter-spacing: normal;
}

.btn_4 {
  margin-top:30px;
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/20px Arial, 'Marvel', sans-serif;
  color: #413d3d;
  background: #f1f045;
  position: absolute;
}

.btn_4:hover {
  color: #ffffff;
  background: #249f9c;
  text-decoration: none;
}

.btn-1 {
  margin-top:30px;
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 400 24px/20px Arial, 'Marvel', sans-serif;
  color: #413d3d;
  background: violet; /*#f1f045;*/
  margin-left:100px;
}

.btn-1:hover {
  color: #fff;
  background: #249f9c;
  text-decoration: none;
}

.message {
  padding: 1px 10px 1px 10px;
  font: Arial, 'Marvel', sans-serif;
  color: white;
  background: red;
  margin: auto;
  width: 50%;
  text-align:center;
}
.message#formul{
  display: inline-block;
  padding: 1px 10px 1px 10px;
  font: Arial, 'Marvel', sans-serif;
  color: white;
  background: none;
}

label {
    width:130px; 
    display:inline-table;
    text-align:left;
}

.rouge{color:red; text-transform: uppercase;}

.CSSTableGenerator {
  margin:0px;padding:0px;
  width:100%;
  box-shadow: 10px 10px 5px #888888;
  border:1px solid #3f7f00;
  -moz-border-radius-bottomleft:13px;
  -webkit-border-bottom-left-radius:13px;
  border-bottom-left-radius:13px;
  -moz-border-radius-bottomright:13px;
  -webkit-border-bottom-right-radius:13px;
  border-bottom-right-radius:13px;
  -moz-border-radius-topright:13px;
  -webkit-border-top-right-radius:13px;
  border-top-right-radius:13px;
  -moz-border-radius-topleft:13px;
  -webkit-border-top-left-radius:13px;
  border-top-left-radius:13px;
}
.CSSTableGenerator table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
  /*background-color: #d4ffaa;*/

}
.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright:13px;
  -webkit-border-bottom-right-radius:13px;
  border-bottom-right-radius:13px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft:13px;
  -webkit-border-top-left-radius:13px;
  border-top-left-radius:13px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright:13px;
  -webkit-border-top-right-radius:13px;
  border-top-right-radius:13px;
}
.CSSTableGenerator tr:last-child td:first-child{
  -moz-border-radius-bottomleft:13px;
  -webkit-border-bottom-left-radius:13px;
  border-bottom-left-radius:13px;
}
.CSSTableGenerator tr:hover td.enCours{
  background-color:blue;
  color:#fff;
} 
.CSSTableGenerator td{
  vertical-align:middle;
  background-color:#d4ffaa;
  border:1px solid #3f7f00;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
}
.CSSTableGenerator tr:last-child td{
  border-width:0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
  border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
    background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
  background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");  background: -o-linear-gradient(top,#5fbf00,3f7f00);

  background-color:#5fbf00;
  border:0px solid #3f7f00;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:18px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
  background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");  background: -o-linear-gradient(top,#5fbf00,3f7f00);

  background-color:#5fbf00;
}
.CSSTableGenerator tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}

.CSSTableGenerator td.enCours{
  vertical-align:middle;
  background-color:orange;
  border:1px solid #3f7f00;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
}
.CSSTableGenerator td.Annulé{
  vertical-align:middle;
  background-color:red;
  border:1px solid #3f7f00;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
}
.CSSTableGenerator td.Donné{
  vertical-align:middle;
  background-color:orange;
  border:1px solid #3f7f00;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#000000;
  opacity: 0.6;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.CSSTableGenerator td.evenements{
  vertical-align:middle;
  background-color:orange;
  border:1px solid #3f7f00;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:black;
}

iframe{
  border:2px solid red;
  width:250px;
  height:354px;
}

iframe.photo{
  border:2px solid red;
  width:100%;
  height:600px;
}

/*.autre .generique{text-align:center;font-size:30px;color:blueviolet;}*/
.autre .generique{
  /*margin: 20px 20px 30px 20px;*/
  font-size: 56px;
  color: #000;
  font-family: "Volkhov", serif;
  text-align: center;
  font-weight: 700;
  text-shadow: 1px 1px 3px #e0d1bc;
  line-height : 1.3;
}
.autre .generique-2{
  font: 300 25px/24px "Volkhov",'Open Sans', sans-serif;
  display: block;
  color: #000;
  font-weight: 400;
  text-shadow: 0px 1px 1px #fff;
  text-align:center;
  text-transform: uppercase;
}
.position{text-align:right;font-size:15px;color:blue;}
.autre .titre-infos{text-align:center;font-size:20px;color:red;font-weight: bold;}
.autre .ici{text-align:left;font-size:20px;color:red;font-weight: bold;}
audio{width:200px; height:60px; position:fixed; right: 10px; top: 70px;}

.content{
  background-color:rgba(8, 81, 133, 0.6);
  max-width:100%;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  margin:0 auto;
  padding:20px;
}
.newsedit{
  background-color:#CD0A0A;
  color: white;
  max-width:500px; /* ex 65% */
  margin:0 auto;
  padding:20px;
}
.content form {
  width:auto; 
  margin:0 auto; 
  background-color:#eee;
  border:solid #ccc 2px;
  padding:10px;
  text-align:center;
}
.content fieldset {
  margin:10px;
  padding-top:10px;
  border-radius:5px;
}
.cadrerouge{  
  border:2px solid red;
  width:250px;
  height:354px;
}
input:focus.news{ 
    background-color: yellow;
}

input[type=text].news {
    width: 100px;
    transition: ease-in-out, width .35s ease-in-out;
}

input[type=text]:focus.news {
    width: 250px;
}

button{
  background-color: grey;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  
}
.text_3.color_2 a{color:blue;text-decoration: none;}
.text_3.color_2 a:hover{color:black;background:yellow;text-decoration: none;}
.essai-2{background-color: red;}


.contentGestion{
  position:absolute;
  left:19%;
  background-color:transparent;
}

div.gestion {
    text-align:center;
    color: white;
    width: 140px;
    height: auto;
    background-color: #BC0000;
    display: inline-block;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
}
.gestion a {
  font: inherit;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gestion a:hover {
  font: inherit;
  color: yellowgreen;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gestion a:active {
  background: transparent;
}
.icones {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font: normal normal normal 14px/1.5 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icones-3x {
    font-size: 3em;
}
@media only screen and (max-width: 320px) {
  .autre .generique{
    /*margin: 20px 20px 30px 20px;*/
    font-size: 25px;
    color: #000;
    font-family: "Volkhov", serif;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 3px #e0d1bc;
    line-height : 1.3;
  }
  .autre .generique-2{
    font: 300 18px/20px "Volkhov",'Open Sans', sans-serif;
    display: block;
    margin-left:20px;
    color: #000;
    text-align:center;
    text-transform: capitalize;
    padding-top:8px;
  }
  .contentGestion{
    left:7%;
    margin-left: 25px;
    margin-right: auto;
    background-color:transparent;
  }
  #defilement{
      position: relative;
      width:200px;
      height: 15px;
      border: none;
      top: 170px;
      left:12%;
      background:transparent;
  }
  div.gestion {
    text-align:center;
    color: white;
    width:110px;
    background-color: #BC0000;
    display: inline-block;
    margin-top:2px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
  }
}
