@charset "UTF-8";
/* Body */
body {
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: auto;
}
#page {
  background-color: #FFFFFF;
}
img.superbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
h1 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: red;
  padding-top: 1.5em;
  padding-left: 43px;
  padding-bottom: 5px;
  font-weight: bold;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: red;
  font-weight: normal;
  padding-left: 43px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  text-align: left;
}
#centre p img {
  width: 100%;
}
#intro p img {
  width: auto;
}
.titp {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #2B2B2B;
    font-weight: bold;
    width: auto;
}
.titpvert {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: yellowgreen;
  font-weight: bold;
}
.imgintd {
  float: right;
  margin-left: 1em;
  margin-right: 0em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 9px #C3C1C1;
  box-shadow: 5px 5px 9px #C3C1C1;
}
.imgintg {
  float: left;
  padding-left: 0em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 9px #C3C1C1;
  box-shadow: 5px 5px 9px #C3C1C1;
}
.imgbulletinvert {
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 9px #C3C1C1;
  box-shadow: 5px 5px 9px #C3C1C1;
}
.imgbulletin {
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 9px #C3C1C1;
  box-shadow: 5px 5px 9px #C3C1C1;
}
.arrondirouge {
  padding-top: 2em;
  background-color: red;
  color: #FFFFFF;
  border-radius: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: justify;
}
#centre a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #2B2B2B;
  line-height: 1.3em;
  text-decoration: none;
  background-color: #FFFFFF;
}
#centre a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.3em;
  text-decoration: none;
  background-color: red;
}
#centre a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #3F3C3D;
  line-height: 1.3em;
  text-decoration: none;
  background-color: white;
  width: auto;
}
.container_actu {
  display: flex;
  align-content: space-between;
}
.container_photo {
  margin-left: 43px;
  width: 25%;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 9px #C3C1C1;
  box-shadow: 5px 5px 9px #C3C1C1;
}
.container_texte {
  margin-left: 43px;
  width: 75%;
}
#container_contact {
  display: flex;
  flex-wrap: wrap;
}
.container_contenu {
  display: flex;
  padding-left: 1em;
}
.milieu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: red;
  font-weight: bold;
  text-align: center;
}
.titre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #7D0693;
  font-weight: bold;
  padding-bottom: 1.5em;
}
.titrenoir {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #000000;
  font-weight: bold;
  padding-bottom: 1.1em;
}
.titre2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #900002;
  font-weight: bold;
  padding-bottom: 1.5em;
  text-align: center;
}
.titre3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: red;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: center;
}
.txtnorm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
}
.txtnormblanc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #FFFFFF;
}
.txtnormblancgras {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  line-height: 1.3em;
  text-align: justify;
  font-weight: bold;
}
.txtnormgras {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #272a31;
  line-height: 1.3em;
  text-align: justify;
  font-weight: bold;
}
.txtnormgrasrge {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: red;
  line-height: 1.3em;
  text-align: justify;
  font-weight: bold;
}
#tabprix {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.element {
  margin: auto;
  width: 25%;
  padding-bottom: 2em;
}
#tabres {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 43px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: bold;
  width: 75%;
}
.elementres {
  margin: auto;
  width: 25%;
  padding-bottom: 2em;
  text-align: center;
}
.archives{
    padding-top:3vw;
}
.archives a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #2B2B2B;
  line-height: 1.3em;
  text-decoration: none;
  background-color: #FFFFFF;
}
.archives a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: white;
  line-height: 1.3em;
  text-decoration: none;
  background-color: red;
}
.archives a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #3F3C3D;
  line-height: 1.3em;
  text-decoration: none;
  background-color: white;
  width: auto;
}
@media (max-width : 767px) {
  h1 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: red;
    padding-top: 1.5em;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: normal;
  }
  h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: red;
    font-weight: normal;
    padding-left: 20px;
  }
  #mainscreen {
    display: none;
  }
  #maintablet {
    display: none;
  }
  #mainmobile {
    width: 100%;
  }
  #header {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
  }
  #header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #header2 {
    display: none;
  }
  #header3 {
    display: none;
  }
  #header img {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0em;
  }
  nav {
    width: 100%;
    border-width: medium;
  }
  nav a {
    padding: 1em;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #71B50A;
  }
  nav a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: darkgreen;
  }
  nav ul {
    align-items: center;
    background-color: aqua;
  }
  /*permet de mettre le menu en icones*/
  nav ul li {
    width: 100%;
    align-items: center;
    background-color: aqua;
    display: block;
    list-style-type: none;
  }
  nav ul li a {
    background-color: #E10404;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
  }
  nav ul li a:hover {
    color: #FFFFFF;
    background-color: #A30000;
  }
  #contdiapo {
    width: 100%;
    height: 200px;
    display: block;
  }
  #diapo {
    display: none;
  }
  #diapo2 {
    display: none;
  }
  #diapo3 {
    width: 100%;
    height: 200px;
    z-index: 2;
  }
  /*CENTRE PAGE */
  #centre {
    background-color: white;
    width: 100%;
  }
  #centre p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    text-align: justify;
    hyphens: auto;
  }
  #centre ul {
    margin-top: -1.5em;
  }
  #centre ul li {
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 0em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    list-style-type: square;
    list-style-position: inside;
    text-transform: none;
    text-align: left;
    padding-top: 0px;
    margin-top: 0px;
  }
  #introd {
    width: 100%;
    display: flex;
        flex-direction: column;
      text-align: center;
      background-color: white;
          
  }
    
    #introd a:hover {
      background-color: white;
          
  }
  #pdf {
    display: flex;
    justify-content: center;
  }
  .imgintg {
    width: 100%;
    float: left;
    padding-left: 0em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 9px #C3C1C1;
    box-shadow: 5px 5px 9px #C3C1C1;
    display: none;
  }
  .imgintd {
    width: 100%;
    float: right;
    margin-left: 1em;
    margin-right: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 9px #C3C1C1;
    box-shadow: 5px 5px 9px #C3C1C1;
    display: none;
  }
  .imgbulletin {
    float: right;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 9px #C3C1C1;
    box-shadow: 5px 5px 9px #C3C1C1;
    width: 100%;
  }
  .imgbulletinvert {
    display: none;
  }
  #adhesion {
    display: none;
  }
  #adhesion_mobile {
    display: flex;
    width: 100%;
  }
  #conteneur, #conteneur2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .anneeaccord {
    margin-right: 1.5vw;
    padding: 1.5vw;
  }
  #conteneurentr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 2vw;
  }
  .anneeaccordentr {
    text-align: left;
  }
  #imgbas img {
    display: none;
  }
  #imgbas2 img {
    display: none;
  }
  #imgbas3 img {
    display: block;
    height: auto;
    height: 200px;
    float: left;
    width: 100%;
    border: 0;
    /* [disabled]position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 70;
  }
  /*BAS PAGE */
  #footer {
    clear: both;
    width: 100%;
    margin-top: -16px;
    text-align: center;
    float: left;
    background-color: #F40303;
  }
  .liensbas {
    display: flex;
    flex-direction: column;
  }
  .liensbas ul {
    display: flex;
    flex-direction: column;
  }
  .liensbas ul li {
    margin: 2vw 2vw 1vw 2vw;
    background-color: white;
    padding: 1vw;
    border-radius: 13px;
  }
  .liensbas li:hover {
    background-color: darkred;
  }
  .liensbas li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    text-decoration: none;
  }
  .liensbas li a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
    background-color: darkred;
    text-decoration: none;
  }
  #gemme img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: -16px;
  }
  #contlogoadress {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .logobas {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .titrebas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #2B4F09;
    font-weight: bold;
  }
  .adressebas {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #3D3A3A;
    line-height: 1.3em;
  }
  .adressebas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333131;
    text-decoration: none;
  }
  .adressebas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: white;
    text-decoration: none;
  }
  .menubas {
    text-align: center;
    line-height: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .menubas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1.5em;
    text-align: center;
  }
  .menubas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FB0505;
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    margin-right: 1.5em;
    background-color: #FFFFFF;
    text-align: center;
  }
  .menubas ul li {
    padding-top: 1.2em;
  }
  #bandeaubas img {
    display: none;
  }
  #bandeaubas2 img {
    display: none;
  }
  #bandeaubas3 img {
    display: block;
    height: auto;
    height: 108px;
    float: left;
    width: 100%;
    border: 0;
  }
    .contactu{
        width:95%;
     display:flex;
        flex-direction:column;
        margin:auto;
    }
    .dateactu{
        display:flex;
        padding-left:1em;
        padding-bottom: 1em;
          font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:  #9acd32;
    }
    .actu{
        display:flex;
        width:90%;
            flex-direction: column;
           padding-bottom: 2vw;
    }
    .photoactu{
    padding-left: 2vw;
        padding-bottom:3vw;
 
    }
        .photoactu img{
        width:100%;
                border-radius: 15px;
    -webkit-box-shadow: 7px 7px 12px 3px #B7B7B7;
  box-shadow: 7px 7px 12px 3px #B7B7B7;
    }
    .txtactu{
        width:100%;
           text-align: left;
    padding-left: 0em;
    }
        .txtactu p{
        width:100%;
  
    }
}
@media (min-width : 768px) and (max-width : 1024px) {
  h1 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: red;
    padding-top: 1.5em;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: red;
    font-weight: normal;
    padding-left: 20px;
  }
  #mainscreen {
    display: none;
  }
  #maintablet {
    width: 100%;
  }
  #mainmobile {
    display: none;
  }
  #header {
    display: none;
  }
  #header2 {
    display: none;
  }
  #header3 {
    margin: 0 auto;
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
  }
  #header3 img {
    width: 100%;
    height: auto;
    display: block;
  }
  nav {
    width: 100%;
    background-color: #71B50A;
  }
  nav a {
    padding: 1em;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #71B50A;
  }
  nav a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #1D212A;
  }
  nav ul {
    display: flex;
    flex-flow: row wrap;
    /* agit sur l'axe principal*/
    justify-content: space-around;
    /*agit sur l'axe secondaire - aligne verticalement*/
    align-items: center;
    background-color: aqua
  }
  nav ul li {
    flex: 1 0 auto;
    list-style-type: none;
  }
  nav ul li a {
    background-color: #E10404;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
  }
  nav ul li a:hover {
    background-color: #A30000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
  }
  #diapo {
    display: none;
  }
  #diapo2 {
    width: 100%;
    height: 303px;
    z-index: 2;
  }
  #diapo3 {
    display: none;
  }
  /*CENTRE PAGE */
  #centre {
    background-color: white;
    width: 100%;
    padding-bottom: 8px;
  }
  #centre p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    text-align: justify;
  }
  #centre ul {
    margin-top: -1.5em;
  }
  #centre ul li {
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 0em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    list-style-type: square;
    list-style-position: inside;
    text-transform: none;
    text-align: justify;
    padding-top: 0px;
    margin-top: 0px;
  }
  #intro {
    display: flex;
    flex-direction: row;
  }
  #introd {
    width: 30%;
    display: flex;
    float: none;
      flex-direction: column;
     text-align: center;
      background-color: white;
          
  }
    #introd a:hover {
      background-color: white;
          
  }
  #introg {
    width: 70%;
  }
  #introaccord {
    width: 70%;
    margin-left: 1.5vw
  }
  #contbull {
    display: flex;
    flex-direction: column;
  }
  #pdf {
    display: flex;
    justify-content: center;
  }
  #adhesion {
    float: right;
  }
  #adhesion_mobile {
    display: none;
  }
  #conteneur, #conteneur2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .anneeaccord {
    margin-right: 2.5vw
  }
  #imgbas img {
    display: none;
  }
  #imgbas2 img {
    display: block;
    height: auto;
    height: 303px;
    float: left;
    width: 100%;
    border: 0;
    /* [disabled]position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 70;
  }
  #imgbas3 img {
    display: none;
  }
  /*BAS PAGE */
  /*#footer {
    clear: both;
    width: 100%;
     margin-top: -16px;
    text-align: center;
     float: left;
    background-color: #272a31;
}*/
  #footer {
    clear: both;
    float: left;
    background-color: #F40303;
    width: 100%;
  }
  .liensbas {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 970px;
    margin: 0 auto;
  }
  .liensbas ul {
    display: flex;
  }
  .liensbas ul li {
    margin: 2vw 2vw 1vw 2vw;
    background-color: white;
    padding: 1vw;
    border-radius: 13px;
  }
  .liensbas li:hover {
    background-color: darkred;
  }
  .liensbas li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    text-decoration: none;
  }
  .liensbas li a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
    background-color: darkred;
    text-decoration: none;
  }
  #gemme img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: -16px;
  }
  #contlogoadress {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .logobas {}
  .adressebas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #3D3A3A;
    line-height: 1.3em;
    text-align: center;
  }
  .adressebas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333131;
    text-decoration: none;
  }
  .adressebas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
  }
  .titrebas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #2B4F09;
    font-weight: bold;
  }
  .menubas {
    line-height: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
    text-align: center;
  }
  .menubas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1.em;
    text-align: center;
  }
  .menubas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FB0505;
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    margin-right: 1.2em;
    background-color: #FFFFFF;
    text-align: center;
  }
  .menubas ul li {
    text-decoration: none;
    float: left;
  }
  .menubas2 {
    display: none;
  }
  #bandeaubas img {
    display: none;
  }
  #bandeaubas2 img {
    display: block;
    height: auto;
    height: 108px;
    float: left;
    width: 100%;
    border: 0;
  }
  #bandeaubas3 img {
    display: none;
  }
    
     
    .contactu{
        width:700px;
     display:flex;
        flex-direction:column;
        margin:auto;
    }
    .dateactu{
        display:flex;
        padding-left:2em;
        padding-bottom: 1em;
          font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:  #9acd32;
    }
    .actu{
        display:flex;
        width:90%;
            flex-direction: row;
           padding-bottom: 2vw;
    }
    .photoactu{
    padding-left: 2vw;
 
    }
        .photoactu img{
        width:250px;
                border-radius: 15px;
    -webkit-box-shadow: 7px 7px 12px 3px #B7B7B7;
  box-shadow: 7px 7px 12px 3px #B7B7B7;
    }
    .txtactu{
        width:70%;
           text-align: left;
    padding-left: 2em;
    }
        .txtactu p{
        width:100%;
    }
    
    
    
    
}
@media (min-width : 1025px) {
  #mainscreen {
    width: 100%;
  }
  #maintablet {
    display: none;
  }
  #mainmobile {
    display: none;
  }
  nav {
    width: 970px;
    margin: 0 auto;
    background-color: #71B50A;
  }
  nav a {
    padding: 1em;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #71B50A;
  }
  nav a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #1D212A;
  }
  nav ul {
    display: flex;
    flex-flow: row wrap;
    /* agit sur l'axe principal*/
    justify-content: space-around;
    /*agit sur l'axe secondaire - aligne verticalement*/
    align-items: center;
    background-color: aqua
  }
  nav ul li {
    flex: 1 0 auto;
    list-style-type: none;
  }
  nav ul li a {
    background-color: #E10404;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
  }
  nav ul li a:hover {
    background-color: #A30000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
  }
  /* Container */
  #page {
    width: 100%px;
    margin-left: auto;
    margin-right: auto;
    /*height: 1500px;*/
    background-color: #ffffff;
  }
  #header {
    display: none;
  }
  #header2 {
    margin: 0 auto;
    width: 970px;
    height: 120px;
    background-color: #FFFFFF;
  }
  #header3 {
    display: none;
  }
  /*DIAPORAMA*/
  #logo {
    float: left;
    margin-left: 4.0625%;
  }
  #diapocontainer {
    width: 100%;
    height: 413px;
    background-color: #f2f2f2;
    margin: 0 auto;
    background-image: url(../images/fondheader19.jpg)
  }
  #diapo {
    margin: 0 auto;
    width: 972px;
    height: 413px;
    z-index: 2;
  }
  #diapo2 {
    display: none;
  }
  #diapo3 {
    display: none;
  }
  /*CENTRE PAGE */
  #centre {
    background-color: white;
    width: 970px;
    margin: 0 auto;
    padding-bottom: 28px;
  }
  #centre p {
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 2em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    text-align: justify;
    font-weight: normal;
  }
  #centre ul {
    margin-top: -1.5em;
  }
  #centre ul li {
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 0em;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272a31;
    line-height: 1.3em;
    list-style-type: square;
    list-style-position: inside;
    text-transform: none;
    text-align: justify;
    padding-top: 0px;
    margin-top: 0px;
  }
  #intro {
    display: flex;
    flex-direction: row;
  }
  #introd {
    width: 30%;
    display: flex;
    float: none;
      flex-direction: column;
  text-align: center;
      background-color: white;
          
  }
    #introd a:hover {
      background-color: white;
          
  }
  #introg {
    width: 70%;
  }
  #introaccord {
    width: 70%;
  }
  #contbull {
    display: flex;
    flex-direction: column;
  }
  #pdf {
    display: flex;
    justify-content: center;
  }
  #adhesion {
    float: right;
  }
  #adhesion_mobile {
    display: none;
  }
  #conteneur, #conteneur2,#conteneur3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .anneeaccord {
    margin-right: 1.4vw
  }
  #conteneurentr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 2vw;
  }
  .anneeaccordentr {
    text-align: left;
  }
  #imgbas img {
    display: block;
    /*height: auto;*/
    width: 970px;
    margin: 0 auto;
    height: 413px;
    border: 0;
    /* [disabled]position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 70;
  }
  #imgbas2 img {
    display: none;
  }
  #imgbas3 img {
    display: none;
  }
  /*BAS PAGE */
  #footer {
    float: left;
    width: 100%;
    background-color: #F40303;
  }
  .liensbas {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 970px;
    margin: 0 auto;
  }
  .liensbas ul {
    display: flex;
  }
  .liensbas ul li {
    margin: 2vw 2vw 1vw 2vw;
    background-color: white;
    padding: 1vw;
    border-radius: 13px;
  }
  .liensbas li:hover {
    background-color: darkred;
  }
  .liensbas li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    text-decoration: none;
  }
  .liensbas li a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
    background-color: darkred;
    text-decoration: none;
  }
  #gemme img {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 0px;
    margin-top: -16px;
  }
  #contlogoadress {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .logobas {}
  .adressebas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    line-height: 1.3em;
    padding-top: 2.0em;
    text-align: center;
  }
  .adressebas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333131;
    text-decoration: none;
  }
  .adressebas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
  }
  .titrebas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #2B4F09;
    font-weight: bold;
  }
  .menubas {
    line-height: 1.5em;
    padding-top: 1em;
    text-decoration: none;
    text-align: center;
  }
  .menubas a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1.2em;
    text-align: center;
  }
  .menubas a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FB0505;
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    margin-right: 1.2em;
    background-color: #FFFFFF;
    text-align: center;
  }
  .menubas ul li {
    text-decoration: none;
    float: left;
  }
  .menubas2 {
    display: none;
  }
  #bandeaubas img {
    display: block;
    /*height: auto;*/
    height: 108px;
    float: left;
    width: 100%;
    border: 0;
  }
  #bandeaubas2 img {
    display: none;
  }
  #bandeaubas3 img {
    display: none;
  }
    
    container1 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
      .container1 img {
    width: 100%;
padding-bottom:1em;
  }
      .container1 ul {
padding:1em 0 1em 5em;
    }
    .container1 ul li{
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
    font-weight: normal;
    line-height: 25px;
    width: auto;
   list-style-image: url("../images/puce_verte.png")
    }
      .presentation {
    width: 30%;
    background-color: #F6F8FA;
    padding: 3em 2em 3em 2em;
    margin: auto;
    margin: 1em;
    text-align: justify;
    border-radius: 15px;
    
  }
.presentation:hover {
    -webkit-animation: presentation 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: presentation 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background-color: #F0F0F0;
  }  
 .contactu{
        width:100%;
     display:flex;
        flex-direction:column;
        margin:auto;
  
    }
    .dateactu{
        display:flex;
        padding-left:1em;
        padding-bottom: 1em;
          font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:  #9acd32;
    }
    .actu{
        display:flex;
        width:90%;
            flex-direction: row;
           padding-bottom: 2vw;

    }
    .photoactu{
    padding-left: 1vw;
        padding-bottom:1vw;
 
    }
        .photoactu img{
        width:150px;
                border-radius: 15px;
    -webkit-box-shadow: 7px 7px 12px 3px #B7B7B7;
  box-shadow: 7px 7px 12px 3px #B7B7B7;
    }
    .txtactu{
    width: 100%;
    text-align: left;
    padding-left: 1em;
        padding-bottom:2em;
    border-bottom: 1px dotted rgba(63,62,62,1.00);
    }
      .txtactu p{
    width: 100%;

    }
    
    
    
}
