.h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
.h1b{
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.h2 {
  @import url(https://fonts.gstatic.com/s/imperialscript/v8/5DCPAKrpzy_H98IV2ISnZBbGrVNfNOPkjts.woff2);
  font-family: "Momo Signature", cursive;
  text-align: center;
  font-weight: 50;
  font-style: normal;
  margin: 1em;
  color: green;
  font-size: 25px;
}
.h2b{
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
}
.h2t{
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
.h3 {
  @import url(https://fonts.gstatic.com/s/imperialscript/v8/5DCPAKrpzy_H98IV2ISnZBbGrVNfNOPkjts.woff2);
  font-family: "Momo Signature", cursive;
  font-size: 18px;
  color: green;
}
body{
  background-color: rgb(245, 223, 196);
  margin: 0;
  background-image: url(image_fond_test3.png);
}
p{
  text-align: justify;
  padding: 16px;
  margin: 10px;
  font-size: 1.2em;
  line-height: 150%;
}
.baspage{
  @import url(https://fonts.gstatic.com/s/imperialscript/v8/5DCPAKrpzy_H98IV2ISnZBbGrVNfNOPkjts.woff2);
  font-family: "Momo Signature", cursive;
  font-size: 0.8em;
  align-content: center;
  text-align: center;
}
.conteneur{
display: flex;
flex-direction: row;
}
td,th{
 padding: 15px;
 justify-content: justify;
}
table{
  justify-content: center;
}
form{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 50%;
}
input{
padding: 10px;
border: 1px solid black;
}
textarea{
  width: 99%;
  height: 150px;
}

.accueil{
margin: 0.2em;
padding: 1em;
text-align: center;
}
.accueiltitre{
justify-content:center;
margin:1%;
text-align: center;
padding-top: 1.1em;
}
.imagetitre{
 font-size: 1.2em  ;
 justify-content:center;
 text-align: center;
}
.article{
  justify-content: center;
  text-align: center;
}
.liensaccueil{
  color: black;
  text-decoration: none;
}
.conteneurtarifs{
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 50%;
}
.tarifs{
padding: 15px;
justify-content: center;
text-align: center;
}
.tableau{
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-left: 22.55%;
  padding-top: 3em;
  font-size: 1.2em;
}
.question{
   @import url(https://fonts.gstatic.com/s/imperialscript/v8/5DCPAKrpzy_H98IV2ISnZBbGrVNfNOPkjts.woff2);
  font-family: "Momo Signature", cursive;
  font-weight: 250;
  font-size: 1em;
  font-style: normal;
}
.fixed{
  position: fixed;
  z-index: 1000;
}
.titre{
  font-style: italic;
}
.paragraphe{
  justify-content: center;
  text-align: center;
}
.lotus{
  position: relative;
  top: 4px;
}
.div1{
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50%;
}
.div2{
  text-align: center;
  align-items: center;
  justify-content:space-between;
  padding-right: 50px;
  padding-left: 50%;
}
.partenaire{
  text-decoration: underline;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.conteneur{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
  align-items: center;
  padding: 0;
  margin: 50px 20px;
  height: 350px;
}
.container{
  display: flex;
  flex-direction: row;
  padding: 0%;
  width: 100%;
}
.icones{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 1%;
  padding-bottom: 2%;
  align-items: center;
}
.catalogue{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1%;
  align-items: center;
}
.header1{
  width: 350px;
}
.header1 > a{
display: flex;
align-items: center;
gap: 16px;
padding-left: 5%;
}


h2 > span{
  font-size: 18px;
  font-weight: normal;
}
#header{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    position: sticky;
    top: 0px;
}
#footer{
    width:90%;
    margin: 0 auto;
    background-color: white;
    position: fixed;
    bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
}
#footer .container{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#header .container{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.footer{
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  padding:15px ;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
}

.footer > a{
   display: flex;
   text-decoration: none;
   color: black;
   border-top: 2px solid transparent;
   height: 100%;  
   align-items:center;
   width: 100%;
}
.footer > a:hover{
    color: rgb(3, 127, 23);
}

.header2 > ul{
  display: flex;
  align-items: stretch;
  gap: 32px;
  justify-content: flex-end;
  margin: 0px;
  height: 100%;
}
.header2 > ul > li > a{
  font-size: 16px;
  font-weight: bold;
}
#header ul{
    list-style-type: none;
}

#header ul li{
    text-align: center;
    position: relative;
}

#header ul::after{
    content: "";
    display: table;
    clear: both;
}

#header a{
    text-decoration: none;
    color: black;
}

#header a:hover{
    color: rgb(3, 127, 23);
    border-bottom: 2px solid rgb(2, 99, 36);
}
#header nav a{
    display: flex;
    text-decoration: none;
    color: black;
    border-bottom: 2px solid transparent;
    height: 100%;  
    align-items:center;  
}

#header nav a:hover{
    color: rgb(3, 127, 23);
    border-bottom: 2px solid rgb(2, 99, 36);
}
.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#header nav > ul li:hover .sous{
    display: block;
    padding: 0px;
    padding-right: 20px;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
    width: 100%;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:"▼";
    font-size: 12px;
}