html, body {
	height:100%;
}
/* Principe du "honeypot field" : champ de formulaire non affiché => rempli par les robots, c'est du spam ! */
form div.comment {display: none;}

object {
  height: 700px;
  width: 90%;
}
.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
  background: rgb(0,91,45);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,91,45,1) 0%, rgba(86,168,77,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,91,45,1)), color-stop(100%,rgba(86,168,77,1)));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,91,45,1) 0%,rgba(86,168,77,1) 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(0,91,45,1) 0%,rgba(86,168,77,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(0,91,45,1) 0%,rgba(86,168,77,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(0,91,45,1) 0%,rgba(86,168,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b2d', endColorstr='#56a84d',GradientType=1 );
}
.navbar-trans a{
    color:#fefefe;
}
.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}
img.navbar-left {
  height: 50px;
}
.icon-bar {
	background-color:#fff;
}

#fonddepage {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: -2;
}
#fonddepage img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

#bienvenue {
  color: #eee;
  background-image: none;
  background-color: #45b800;
  background: rgb(69,184,0);
  background-image: -moz-radial-gradient(center, ellipse cover,  rgba(0,91,45,.75) 0%, rgba(86,168,77,.75) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,91,45,.75)), color-stop(100%,rgba(86,168,77,1)));
  background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(0,91,45,.75) 0%,rgba(86,168,77,.75) 100%);
  background-image: -o-radial-gradient(center, ellipse cover,  rgba(0,91,45,.75) 0%,rgba(86,168,77,.75) 100%);
  background-image: -ms-radial-gradient(center, ellipse cover,  rgba(0,91,45,.75) 0%,rgba(86,168,77,.75) 100%);
  background-image: radial-gradient(ellipse at center,  rgba(0,91,45,.75) 0%,rgba(86,168,77,.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b2d', endColorstr='#56a84d',GradientType=1 );
}
#bienvenue img {
  background-color: #fffaf0;
  left: 50%;
  padding-bottom: 0.5%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  padding-top: 0.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#bienvenue h4 {
  border-style: dotted;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-item {
  float:left;
  width: 30.303%;
  margin: 0 1.515% 1.875em;
}

.grid {
  width: 103.125%; 
  overflow: hidden;
  margin-left: -1.562%; 
  margin-bottom: -1.875em; 
}

@media (min-width: 1200px) {
  .container {
    min-width: 1300px;
  }
@media only screen and ( max-width: 740px )
{
  .grid-item {
    width: 46.876%; 
    margin-bottom: 0.938em; 
  }
}
@media only screen and ( max-width: 340px )
{
    .grid
    {
        width: 100%;
        margin-left: 0;
    }
        .grid-item
        {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
}
.navbar-trans, #presentation, #calendriers {
  background: rgb(180,227,145);
  background: -moz-linear-gradient(left,  rgba(180,227,145,.9) 0%, rgba(97,196,25,.9) 25%, rgba(180,227,145,.9) 50%, rgba(97,196,25,.9) 75%, rgba(180,227,145,.9) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,227,145,.9)), color-stop(25%,rgba(97,196,25,.9)), color-stop(50%,rgba(180,227,145,.9)), color-stop(75%,rgba(97,196,25,.9)), color-stop(100%,rgba(180,227,145,.9)));
  background: -webkit-linear-gradient(left,  rgba(180,227,145,.9) 0%,rgba(97,196,25,.9) 25%,rgba(180,227,145,.9) 50%,rgba(97,196,25,.9) 75%,rgba(180,227,145,.9) 100%);
  background: -o-linear-gradient(left,  rgba(180,227,145,.9) 0%,rgba(97,196,25,.9) 25%,rgba(180,227,145,.9) 50%,rgba(97,196,25,.9) 75%,rgba(180,227,145,.9) 100%);
  background: -ms-linear-gradient(left,  rgba(180,227,145,.9) 0%,rgba(97,196,25,.9) 25%,rgba(180,227,145,.9) 50%,rgba(97,196,25,.9) 75%,rgba(180,227,145,.9) 100%);
  background: linear-gradient(to right,  rgba(180,227,145,.9) 0%,rgba(97,196,25,.9) 25%,rgba(180,227,145,.9) 50%,rgba(97,196,25,.9) 75%,rgba(180,227,145,.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );
  color:#444444;
}

#statuts {
  background: rgb(86,168,77);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(86,168,77,1) 69%, rgba(0,91,45,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(69%,rgba(86,168,77,1)), color-stop(100%,rgba(0,91,45,1)));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(86,168,77,1) 69%,rgba(0,91,45,1) 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(86,168,77,1) 69%,rgba(0,91,45,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(86,168,77,1) 69%,rgba(0,91,45,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(86,168,77,1) 69%,rgba(0,91,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a84d', endColorstr='#005b2d',GradientType=1 );
}
#statuts iframe {
  width: 80%;
}

#CR_AG {
  background: rgb(216,224,222);
  background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 38%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 55%, rgba(142,166,162,1) 72%, rgba(78,92,90,1) 92%, rgba(14,14,14,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 38%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 55%,rgba(142,166,162,1) 72%,rgba(78,92,90,1) 92%,rgba(14,14,14,1) 100%);
  background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 38%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 55%,rgba(142,166,162,1) 72%,rgba(78,92,90,1) 92%,rgba(14,14,14,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 );
}

#adherents {
background: -moz-radial-gradient(center, circle cover,  rgba(85,85,85,1) 0%, rgba(246,248,249,0.9) 5%, rgba(85,85,85,0.8) 10%, rgba(246,248,249,0.7) 15%, rgba(85,85,85,0.6) 20%, rgba(246,248,249,0.5) 25%, rgba(85,85,85,0.6) 30%, rgba(246,248,249,0.7) 35%, rgba(85,85,85,0.8) 40%, rgba(245,247,249,0.9) 45%, rgba(85,85,85,1) 50%, rgba(245,247,249,0.9) 55%, rgba(85,85,85,0.8) 60%, rgba(245,247,249,0.7) 65%, rgba(85,85,85,0.6) 70%, rgba(245,247,249,0.5) 75%, rgba(85,85,85,0.6) 80%, rgba(245,247,249,0.7) 85%, rgba(85,85,85,0.8) 90%, rgba(245,247,249,0.9) 95%, rgba(85,85,85,1) 100%);
background: -webkit-radial-gradient(center, circle cover,  rgba(85,85,85,1) 0%,rgba(246,248,249,0.9) 5%,rgba(85,85,85,0.8) 10%,rgba(246,248,249,0.7) 15%,rgba(85,85,85,0.6) 20%,rgba(246,248,249,0.5) 25%,rgba(85,85,85,0.6) 30%,rgba(246,248,249,0.7) 35%,rgba(85,85,85,0.8) 40%,rgba(245,247,249,0.9) 45%,rgba(85,85,85,1) 50%,rgba(245,247,249,0.9) 55%,rgba(85,85,85,0.8) 60%,rgba(245,247,249,0.7) 65%,rgba(85,85,85,0.6) 70%,rgba(245,247,249,0.5) 75%,rgba(85,85,85,0.6) 80%,rgba(245,247,249,0.7) 85%,rgba(85,85,85,0.8) 90%,rgba(245,247,249,0.9) 95%,rgba(85,85,85,1) 100%);
background: radial-gradient(circle at center,  rgba(85,85,85,1) 0%,rgba(246,248,249,0.9) 5%,rgba(85,85,85,0.8) 10%,rgba(246,248,249,0.7) 15%,rgba(85,85,85,0.6) 20%,rgba(246,248,249,0.5) 25%,rgba(85,85,85,0.6) 30%,rgba(246,248,249,0.7) 35%,rgba(85,85,85,0.8) 40%,rgba(245,247,249,0.9) 45%,rgba(85,85,85,1) 50%,rgba(245,247,249,0.9) 55%,rgba(85,85,85,0.8) 60%,rgba(245,247,249,0.7) 65%,rgba(85,85,85,0.6) 70%,rgba(245,247,249,0.5) 75%,rgba(85,85,85,0.6) 80%,rgba(245,247,249,0.7) 85%,rgba(85,85,85,0.8) 90%,rgba(245,247,249,0.9) 95%,rgba(85,85,85,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555',GradientType=1 );
}

section {
	padding-top:70px;
  padding-bottom:50px;
  min-height:calc(100% - 1px);
  background: -moz-linear-gradient(-45deg,  rgba(246,248,249,0.9) 0%, rgba(85,85,85,0.9) 25%, rgba(119,119,119,0.9) 50%, rgba(85,85,85,0.9) 75%, rgba(245,247,249,0.9) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(246,248,249,0.9)), color-stop(25%,rgba(85,85,85,0.9)), color-stop(50%,rgba(119,119,119,0.9)), color-stop(75%,rgba(85,85,85,0.9)), color-stop(100%,rgba(245,247,249,0.9)));
  background: -webkit-linear-gradient(-45deg,  rgba(246,248,249,0.9) 0%,rgba(85,85,85,0.9) 25%,rgba(119,119,119,0.9) 50%,rgba(85,85,85,0.9) 75%,rgba(245,247,249,0.9) 100%);
  background: -o-linear-gradient(-45deg,  rgba(246,248,249,0.9) 0%,rgba(85,85,85,0.9) 25%,rgba(119,119,119,0.9) 50%,rgba(85,85,85,0.9) 75%,rgba(245,247,249,0.9) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(246,248,249,0.9) 0%,rgba(85,85,85,0.9) 25%,rgba(119,119,119,0.9) 50%,rgba(85,85,85,0.9) 75%,rgba(245,247,249,0.9) 100%);
  background: linear-gradient(135deg,  rgba(246,248,249,0.9) 0%,rgba(85,85,85,0.9) 25%,rgba(119,119,119,0.9) 50%,rgba(85,85,85,0.9) 75%,rgba(245,247,249,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f6f8f9', endColorstr='#e6f5f7f9',GradientType=1 );
}

.v-center {
    padding-top:10%;
    font-size:70px;
}

.well {
	border-color:transparent;
}

a.list-group-item.active,[class*='-info'] {
	background-color: #168ccc;
    color:#fff;
}

.modal-header {
  margin-top: 0;
  background-color: rgba(178, 222, 180, 0.75);
}

#footer {
  background: rgb(180,227,145);
  background: -moz-linear-gradient(left,  rgba(180,227,145,.8) 0%, rgba(97,196,25,.8) 25%, rgba(180,227,145,.8) 50%, rgba(97,196,25,.8) 75%, rgba(180,227,145,.8) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,227,145,.8)), color-stop(25%,rgba(97,196,25,.8)), color-stop(50%,rgba(180,227,145,.8)), color-stop(75%,rgba(97,196,25,.8)), color-stop(100%,rgba(180,227,145,.8)));
  background: -webkit-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: -o-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: -ms-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: linear-gradient(to right,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding:3px;
    color:#ccc;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}
.header {
  position: absolute;
  width: 100%;
  height: 90px;
  background: rgb(180,227,145);
  background: -moz-linear-gradient(left,  rgba(180,227,145,.8) 0%, rgba(97,196,25,.8) 25%, rgba(180,227,145,.8) 50%, rgba(97,196,25,.8) 75%, rgba(180,227,145,.8) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,227,145,.8)), color-stop(25%,rgba(97,196,25,.8)), color-stop(50%,rgba(180,227,145,.8)), color-stop(75%,rgba(97,196,25,.8)), color-stop(100%,rgba(180,227,145,.8)));
  background: -webkit-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: -o-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: -ms-linear-gradient(left,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  background: linear-gradient(to right,  rgba(180,227,145,.8) 0%,rgba(97,196,25,.8) 25%,rgba(180,227,145,.8) 50%,rgba(97,196,25,.8) 75%,rgba(180,227,145,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );
}
.footer {
  bottom: 0;
  margin-left: 2%;
  margin-right: 2%;
  position: absolute;
  width: 96%;
}
.header {
  top: 0;
}
.small {
  font-size: 70%;
}
.panel-body > p:not(:first-of-type) {
  margin-bottom: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#PDFModal .modal-dialog {
  width:80%;
}
.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
