/* cmsms stylesheet: MenuCSSMobile modified: 14/11/2017 08:44:51 */
#menu #fleche {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -80px;
    margin-left: 60px;
}

#menu .vignette{
    display: none;
}

#menu{
    font-size: 1.5em;
    height: 0px;
    visibility: hidden;
    width:100%;
    background: white;
    text-decoration: none;
    text-align:center;
    padding:0px;
    margin: 0px;
    position:absolute;
    padding-top: 100px;
    line-height: 50px;
    transform: translateX(-20%);
    opacity: 0;
    transition-duration: .3s;
    z-index: 10;
}

#checkHamburger:checked~#menu {
    height: 5000%;
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
    transition-duration: .3s;
}

#menu h1{
    color: black;
    padding: 0px;
    text-align: center;
}

#menu ul{
    padding: 0px;
    margin:0px;
}

#menu li{
    list-style:none;
    padding-top: 10px;
    padding-bottom:10px;
    color: black;
    text-align: center;
}

#menu li a{
    text-decoration: none;
    color: black;
    width: 100%;
    display: block;
    height: 80px;
}

#menu li ul{
    height:0px;
    visibility: hidden;
    transform: translateY(-30px);
    transition-duration: .1s;
    z-index: 1000;
    opacity: 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 20% 0%;
}

#menu .nav-trigger:checked ~ ul{
    height:auto;
    visibility: visible;
    transform: translateY(0px);
    transition-duration: .3s;
    opacity: 1;
    background-color: #EFEFEF;
}

#menu li ul ul{
    margin-bottom: -9px;
    height:0px;
    visibility: hidden;
    background-color: #2E8DA0;
    transform: scaleY(0.2);
    transform: translateY(-30px);
    z-index: 1000;
    opacity: 0;
    background-image:url("./../../uploads/images/images_site/fleche_menu_mobile_2.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 20% 0%;
}

.sectionheader label{
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 25px;
}

nav label img {
    width: 10px;
    height: auto;
}

#menu .nav-trigger:checked ~ label img {
    transform: rotate(180deg);
    transition: .3s ease-in-out;
}

input.nav-trigger{
   height:0px;
    width:0px;
}

input {
    display: none;
}

#checkHamburger:checked ~label #nav_icon {
    position: fixed;
    top: auto;
}

#nav_icon {
  width: 50px;
  height: 50px;
  left: 25px;
  top: 0px;
  position: absolute;
  z-index: 1000;
  margin: 25px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav_icon span{
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav_icon span:nth-child(1) {
  top: 0px;
}

#nav_icon span:nth-child(2),#nav_icon span:nth-child(3) {
  top: 18px;
}

#nav_icon span:nth-child(4) {
  top: 36px;
}

#nav_icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav_icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav_icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* cmsms stylesheet: GalleryCSSMobile modified: 20/09/2017 07:45:20 */
#content .gallery .img{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
/* cmsms stylesheet: NewsCSSmobile modified: 05/06/2018 08:43:45 */
/*Accueil news*/
#news_div_green, #news_div_orange, #news_div_blue{
    width: auto;
    position: relative;
    height: 400px;
    margin: 0px 0px 15px 0px;
}

#img_news img{
    width: 100%;
    max-height: 400px;
    position:absolute;
    bottom: 0px;
}

#news_div_blue {
    border: 2px solid #001789;
}

#news_div_orange {
    border: 2px solid  #FF691D;
}

#news_div_green {
    border: 2px solid #00833E;
}

#text_news {
    position: relative;
    z-index: 1;
    min-height: 80px;
    padding: 5px 10px 5px 10px;
    font-family: "Arial Black", sans;
    color: white;
}

#titre_news {
    margin: 0px;
    font-size: 16px;
    position: relative;
    padding: 4px;
}

#date_news {
    margin: 0px;
    font-size: 13px;
    position: relative;
    z-index: 60;
    bottom: 0;
    right: 0;
    padding: 4px;
}

.green_news {
    background-color: #00833E;
}

.blue_news {
    background-color: #001789;
}

.orange_news {
    background-color:  #FF691D;
}

a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}

/*Detail news*/
#content_news{
    width: auto;
}

.col.center p a {
    display: none;
}

/*Activité news*/
#image img {
    width: 100%;
}

.line {
    border-bottom: 1px #f0f0f0 solid;
}

.col.center a:link,.col.center a:visited,.col.center a:hover,.col.center a:active{
    color: black;
    text-decoration: none;
}

.line #mois {
    border-bottom: 2px  #1E1F1F solid;
    border-left: 2px  #1E1F1F solid;
    padding-left: 10px;
    padding-bottom: 5px;
}
/* cmsms stylesheet: DifferentesPagesMobileCSS modified: 14/11/2017 10:44:59 */
.photo img{
    display: none;
}

.lien{
    text-decoration: underline;
}

.photoPersonnel, .InfoPersonnel{
    margin-left: 10%;
    margin-right:10%;
    text-align: center;
}

.liensutiles span strong, .communesmembres span strong, .reseau span strong{
    text-decoration: underline;
}

.InfoPersonnel {
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
}

.liensutiles, .communesmembres, .reseau{
    width: 80%;
}

.liensutiles a:link,.liensutiles a:visited,.liensutiles a:hover,.liensutiles a:active{
    color: black;
}

.communesmembres a:link,.communesmembres a:visited,.communesmembres a:hover,.communesmembres a:active{
    color: black;
}

.reseau a:link,.reseau a:visited,.reseau a:hover,.reseau a:active{
    color: black;
}

.index nav label img {
    width: 10px;
    height: auto;
}

.index #content img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
