* {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1rem;
}
.cadreNomCaline {
  position: fixed;
  top:0;
  left: 75%;
  width: 300px;
  height: 273px;
  background-color: white;
  z-index: 3;
}
.containerImageNomCaline {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  /*background-color: lime;*/
}
.imageNomCaline {
  width: 280px;
  height: 100px;
}

.cadreMenu {
  position: fixed;
  top:285px;
  left: 75%;
  width: 300px;
  height: 150px;
  background-color: white;
  z-index: 3;
}
.containerMenu {
  margin-top: 10px;
  margin-left: 20px;
  width: 150px;
  height: auto;
  /*background-color: red; */
}
.flexMenu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  /*height:auto;*/
}
.flexMenuItem {
  flex: auto;
  /*display: inline-block;*/
  /*! border: solid 1px white; */
}
.flexMenuItem a {
  outline: none;
  text-decoration: none;
  text-align: left;
  color:#999;
  /*! border: solid 1px red; */
}
.flexMenuItem a:hover {
  /*color: #eee;*/
  /*background:#006766;*/
}
.flexMenuItem a:active {
  background:#666;
  color:white;
}

.cadreLF {
  position: fixed;
  top:450px;
  left: 75%;
  width: 300px;
  height: auto;
  /*! background-color: aqua; */
}
.containerLF {
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 90%;
  text-align: center;
  /*! background-color: gray; */
}
.langue {
  width: 100%;
  height: auto;
  text-align: left;
}
.facebook {
  width: 100%;
  height: auto;
  text-align: right;
}
.imageLF {
  width: auto;
  height: 24px;
}

.cadreImageIllustration {
  width: 75%;
  height: auto;
  z-index: 2;
  /*background-color: blueviolet; */
}
.imageIllustration {
  margin: 0 auto;
  width: 473px;
  height: 265px;
}
.imageIllustration img {
  width: 100%;
  height: 100%;
}

.cadreContenuPage {
  padding-bottom: 20px;
  width: 75%;
  height: auto;
  /*background-color: gray; */
}
.contenuPage {
  margin: 0 auto;
  width: 80%;
  height: auto;
  /*background-color: #bbb; */ */
}
.containerTitre {
  display: block;
  width: auto;
  height: auto;
  margin-top: 10px;
    /*background-color: lime;*/
}
sup{font-size:60%}

.imageTitrePage{
width: 206px; height: 24px;
}

/* XXXXXXXXXX MEDIAS XXXXXXXXXXXX */
/* XXXX A5 portrait XXXX */
@media only screen and (max-width : 768px) and (orientation : portrait) {
  body{
    margin:0 5px 0 5px;
  }

  * {font-size: 99%}
  
  .cadreNomCaline {
    top:0;
    left:0;
    width: 30%;
    height: 60px;
    border-bottom: solid 1px gray;
    /*background-color: blue;*/
  } 
  
.containerImageNomCaline {
  align-items:center;
  justify-content:end;
}
  .imageNomCaline {
    width: 95%;
    height: auto;
  }
  .cadreMenu {
    top: 0;
    left:30%;
    width: 70%;
    height: 60px;
    border-bottom: solid 1px gray;
  }
  .containerMenu {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    /*background-color: green;*/
  }
  .flexMenu {
    /*margin-top: 0;
    margin-left: 0;*/
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    width: 100%;
    height: 35px;
    font-size: 90%;
  }
  .flexMenuItem {
    flex: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .flexMenuItem a {
    font-size: 110%;
    text-align: center;
  }
  
  .cadreImageIllustration {
    margin-top: 70px;
    width: 100%;
  }
  .imageIllustration {
    margin-top: 10px;
    width: 165px;
    height: 92px;
  }
  
  
  .containerLF {display:none}
  
  .cadreContenuPage {
    width: 100%;
    /*background-color: blue;*/
  }
  .contenuPage {width: 95%;}
  .containerTitre {
    margin-top: 10px;
    margin-bottom: 5px;
}
  
.imageTitrePage{
  width: 185px; height: 21px;
}
}

/* XXXX A5 paysage XXXX */
@media only screen and (max-width : 1024px) and (orientation : landscape) {

  .cadreNomCaline {top:0;width:151px;height: 88px;}  
  .cadreMenu {top: 90px;width:151px;height: 150px}
  .containerMenu {margin-top:5px;}
  .cadreLF {top:245px;width:151px;}

.containerImageNomCaline {
}
  .flexMenuItem {font-size: 95%}
  
  .imageNomCaline {
  width: 95%;
  height: auto;
}

.imageIllustration {
  margin-top: 5px;
  width: 160px;
  height: 90px;
}

.flexMenu {
  /*margin-top: 0;
  margin-left: 0;
  width: 200px;
  height:auto;*/
}
  
  .imageLF {
  width: auto;
  height: 20px;
}
  .contenuPage {width: 95%;}

  .containerTitre {
  margin-top: 15px;
  margin-bottom: 5px;
}
  
.imageTitrePage{
width: 185px; height: 21px;
}
}

/* XXXX Tablette portrait XXXX */
@media only screen  and (min-width : 769px) and (max-width : 834px) and (orientation : portrait) {
* {font-size: 1rem;}
  .cadreNomCaline {
    top:0;
    left:0;
    width: 30%;
    height: 47px;
    border-bottom: solid 1px gray;
  } 
  
.containerImageNomCaline {
  align-items: center;
  justify-content: center;
}
  .imageNomCaline {
    width: 130px;
    height: auto;
  }
  .cadreMenu {
    top: 0;
    left:30%;
    width: 70%;
    height: 47px;
    border-bottom: solid 1px gray;
  }
  .containerMenu {
    margin: 0 auto;
    width: 70%;
    height: 100%;
  }
  .flexMenu {
    /*margin-top: 0;
    margin-left: 0;*/
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 90%;
  }
  .flexMenuItem {
    flex: inherit;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .flexMenuItem a {
  font-size: 120%;
  text-align: center;
}
  
  .cadreImageIllustration {
    margin-top: 55px;
    width: 100%;
    height: auto;
  }
.imageIllustration {
  margin-top: 10px;
  width: 283px;
  height: 159px;
}
  
  
  .containerLF {display:none}
  
  .cadreContenuPage {
    width: 100%;
  }
  .contenuPage {width: 95%;}
  .containerTitre {
  margin-top: 10px;
  margin-bottom: 5px;
}
  
.imageTitrePage{
width: 185px; height: 21px;
}
}

/* XXXX Tablette paysage XXXX */
@media only screen  and (min-width : 1025px) and (max-width : 1112px) and (orientation : landscape) {
* {font-size: 1rem;}
  .cadreNomCaline {height: 170px;width: 260px;} 
.containerImageNomCaline {
  /*display: flex;
  align-items: end;*/
}
  .imageNomCaline {
    margin-top: 90px;
    width: 95%;
    height: auto;
}  
  .cadreMenu {top: 180px;height: 165px;width: 260px;}
  .flexMenuItem {font-size:102%}
  .cadreLF {top:350px;width: 260px;}
  
  .imageIllustration {
  margin-top: 10px;
  width: 283px;
  height: 159px;
}

}

