@font-face {
  font-family: "social_shapes";
  src:url("social_shapes.ttf");
}
@font-face {
  font-family: "GiveYouGlory";
  src:url("GiveYouGlory.ttf");
}

@font-face {
  font-family: "IndieFlower";
  src:url("IndieFlower.ttf");
}

*{
box-sizing: border-box
}
html{scroll-behavior: smooth;}


.gold{color :#c6a49b;
  font-size: 22px;
}

.content p .gold:hover {font-size:33px;}

.titre{font-size:20px}

body{
margin: 0;
}
body{
 background:no-repeat top center, linear-gradient(to right,#a2bcba ,#c0ede9,#c3f7c0);
 background-size:100% auto;
 width: 100%;
 }

.Logo0{
  float: left;
  width: 12%;
  height: 12%;
}
#menu_principal{
Z-index:5;
position:fixed;
background-color: #dcc9c5;
width:100%;
padding: 0.15em 0;
font-family:"IndieFlower";
}

#menu_principal ul{
  margin:0;
  padding-left: 0;
  list-style-type: none;

}

#menu_principal >ul {
  display: flex;
  /* mise cote à cote */
 justify-content:center;
}

#menu_principal ul li{
  margin:0 0.5em;
  /*width: 15%;*/
 text-align:center;
 justify-content: flex-end;

}

#menu_principal li a{
  display:block;
  padding:0.25em 0.5em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  color: #96887a;
  font-size: 1.25em;
   }

#menu_principal li a:hover{
  border-left: 4px solid rgba(203,195,184,1);
  background-color: rgba(164,255,167,0.5);
  transition: 0.5s;
    }

#menu_principal .active {
  border-left: 4px solid rgba(203,195,184,1);
  background-color: rgba(197,189,178,0.5);
}


#Accueil {
  background-image: url(../Images/version.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
 background-attachment: fixed;
  background-position:top;
  padding-top: 7%;

  }

  .volet
  {
    margin-top: 24em;
    width:100%;
    padding:1em;
    background-color: rgba(255,255,255,0.3);
    background-position:left top,right top;
    background-origin: content-box;
    background-repeat: repeat;
    background-size: 170px,300px;
  }

  .volet p, .volet h1 {
    margin: auto;
    width:100%;
    font-family: "GiveYouGlory";

  }
  .volet h1{
      font-size: 1em;
      padding: 0.25em 0.25em;
      border-bottom: 2px solid rgba(0,0,0,0.2);
    }
  .volet p{
    padding:0.2 em 0,5;
    /* width:60%; */
  }


  header{
    margin top:0.1em;
    padding:3em;
    background-image: url(../Images/ID.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;
  /*  background-attachment: fixed;*/
    width:100%;
    color:white;


  }

  header h1{
    font-family: "GiveYouGlory";
    font-size: 4em;
    margin-top: 2em;
    font-weight: lighter;
    color:#37bfb6;

  }
  header p{
    text-decoration-style:wavy;
    font-style:italic;
    /*color:#85ff72;*/
    font-family: "GiveYouGlory";
    color:black;

  }

  header h1:hover{
    color:black;

  }

  section{
    width: auto;

  }

    section h1, section p {
     font-family: "GiveYouGlory";
     margin-left:2em;

    }

    section h2{
      margin:3em;
      text-decoration-style:wavy;
      font-family: "GiveYouGlory";
      color:black;

    }


    /*.youtube_player
    {
      margin:5em;
      margin-left:25em;

    }
    /*iframe{
      margin:5em;
      margin-left:25em;
      position: absolute;
    }*/


    }
    .content{
      width:100%;
      padding:1em;
      background-color: rgba(255,255,255,0.3);
      background-size: 100% auto;
      min-height: 600px;
      background-origin: content-box;
      background-repeat: no-repeat;
      margin-left: -2em;
      position:relative;}

      .content p, .content h1 {
        margin:6em;
        width:90%;
        font-family: "GiveYouGlory";

}


  /* pour un rendu net dans Chrome */
       #pix {
       overflow:hidden;
       image-rendering: pixelated;}
        .content #pix:hover{
       transition:0.5s;
       transform : scale(1.2);
       }

        .content #galerie{
          display:flex;
          display: block;
          position:relative;
        /*  width:100%;*/
        }
        .content #diapo{
          width:100%;
        }

        .content #list img{
          width: 15%;
          height: 15%;
          /*position:relative;*/
        }
        .content #diapo img{
          display:block;
          margin:auto;
          padding-top: 2em;
          cursor:zoom-in;
          width: 100%;
        }
        .content #diapo p {
          text-align: center;
          font-family:"IndieFlower";
        }
        .content #list {
          display:flex;
          width:100%;
          overflow-x: hidden;
          flex-direction:row;
          border-radius:40px;
        }
        .content #galerie #BT1 img{
          width:2%;
          display:flex;
          z-index:9;
          transform: rotate(270deg);


        }
        .content #galerie #BT2 img{
          width:2%;
          display:flex;
          z-index:9;
          transform: rotate(90deg);

        }
        .content #BT1 img:hover {
          cursor:pointer;
          filter:grayscale(100%);
        }
        .content #BT2 img:hover {
          cursor:pointer;
          filter:grayscale(100%);
        }
        .content #list img:hover {
          transform:scaleX(1.1);
          filter:contrast(120%);
          filter:grayscale(0%);
        }
        .content #list img {
          cursor:pointer;
          filter:sepia();
        }
        .content #diapo img{
          filter:contrast(120%);
        }

        /* modal galerie photo  */
        #modal {
          visibility: hidden;
          position:fixed;
          width:100%;
          top:0;
          height: 100%;
          background-color:rgba(0,0,0,0.8);
          overflow:auto;
          padding: 1em;
          display: block;
          z-index: 9;
        }

        #modal img{
          width:75%;
          display:block;
          margin:auto;
        /*  max-width:1200 px;*/
        }

        #modal #lgde-modal{
          color:white;
          font-weight: bold;
          text-align: center;
          /*text-transform:uppercase;*/
          padding-top: 1em;
          font-family: "GiveYouGlory";
        }

        .close{
          position:absolute;
          right:1em;
          color:white;
          font-weight: bold;
          font-size:2em;
          cursor:pointer;
        }

        .close:hover{
          transform:scale(1.7);
        }

        #fin{
         display:block;
         padding: 0.5em 1em;
         font-family:"IndieFlower";
         /*text-decoration: none;*/
         justify-content: center;
         text-align: center;
         font-size: 1.1em;

       }

     aside{
       display:block;
       padding:0.5em 1em;
       font-family:"IndieFlower";
       /*text-decoration: none;*/
       justify-content: center;
       text-align: center;}
       /*font-size: 1.1em;*/
    input[type=text]{
      margin-top: 3em;
    }
   .haWidget{
     right:10em;

     }

     .event{
       color:#ffffff;
     }
     .conteneur{
         display: grid;
         background-color: rgba(255,255,255,0.3);
         grid-template-columns: 1fr 1fr;
         margin: 1em 10em 1em 10em;
         grid-gap: 2em;
         justify-content: center;
     }


    .conteneur div h2,p {
    margin: 5% 0% 10% 5%;
    justify-content: center;
}
user agent stylesheet
.conteneur div {
    display: block;
}
/*&nbsp;*/

     .content #commentaire:hover{
    transition:0.5s;
    transform : scale(1.2);
    margin-left: 10em;
    }
    .content #commentaire{
   font-family: "GiveYouGlory";
   display: block;
   }
    .ccocher{font-size: 1em;
    font-family: "GiveYouGlory";
    font-weight: bold;
  }
  input[type=checkbox]+ label{
    display:block;
    margin-top:-10em;
    cursor: pointer;

}
  input[type=checkbox]{
    display:none;
  }
  input[type=checkbox]+ label:before{
    content:"\2714";
    border:0.1em solid #000;
    border-radius:.2em;
    display:inline-block;
    width:1em;
    height:1em;
    padding-left:.2em;
    padding-bottom:.3em;
    margin-right:.2em;
    color:transparent;

  }
  input[type=checkbox]+ label:active:before{
    transform:scale(0);
  }
  input[type=checkbox]:checked + label:before{
    background-color:rgba(164,255,167,1);
    border-color:rgba(164,255,167,1);
    color:#FFF;
    transition:0s;
  }


  input{
  display:inline-block;
  font-family: "GiveYouGlory";
  font-weight: bold;
  border-radius:20px;
  border-color: yellow;
  background-color;
  border-style:dotted;
  box-sizing: border-box;
  width: 25%;
  height: 3em;

}
  input:hover{
    font-family: "GiveYouGlory";
    font-weight: bold;
    border-radius:20px;
    margin: 1em;
    border-color: yellow;
    background-color:white;
    transition: 0.5s;
    cursor:pointer;
  }

  select{
    font-family: "GiveYouGlory";
    font-weight: bold;
    border-radius:20px;
    margin: 1em;
    border-color: yellow;
    background-color:white;
    transition: 0.5s;
    cursor:pointer;
  }
label{
  font-family: "GiveYouGlory";
  font-weight: bold;
  box-sizing: border-box;
  padding-top:10em;
  width: 30%;
  height: 3em;

}


#commentaire{
  border-style:dotted;
  box-sizing:border-box;
  border-width:thick;
  border-radius: 20px;
  border-color:yellow;

}
footer{
  display:block;
  padding: 0.5em 1em;
  font-family:"IndieFlower";
  /*text-decoration: none;*/
  justify-content: center;
  text-align: center;
  font-size: 1.1em;
  background: linear-gradient(to right,#a2bcba ,#c0ede9,#c3f7c0) no-repeat;
  }

.Logo1{
  height: 20%;
  width: 20%;
  margin-left:2em;
}

#contact{
  width: 100%;
  padding:1em 0.5em;
}

#contact p{
  text-align:center;

}

#bthaut {
    position:relative;
    bottom:0;
    left: 100%;
    transform:translate(-100%,0);

  }

  #bthaut img{
   scroll-behavior:smooth;
    width: 3%;
    height: 3%;
  }




  .social_link {
  font-family:"social_shapes";
  font-size: 2.5em;
  text-decoration: none;
  color:inherit;
  display: inline-block;
  margin-top:0.25em;
   }
  .social_link:hover{
  transform:rotate(20deg);
  transition:transform 0.5s , color 0.5s;
  color:#aef2eb;
  }




  @media screen and (max-width:572px) {
    /*  écrans de résolution jusqu'à 572 px*/
    .Logo0{
      position:fixed;
      width: 30%;
      height: 15%;
    }

    #menu_principal{
      position:relative;
    }

    #menu_principal >ul {
      display: flex;
      /* mise cote à cote */
      justify-content: center;
      flex-direction: column;
    }

    #menu_principal ul li{
      margin:0;
      width: 100%;

    }
    #sous_menu_principal{
      position:relative;
    }

    #sous_menu_principal >ul {
      display: flex;
      /* mise cote à cote */
      justify-content: center;
      flex-direction: column;
    }

    #sous_menu_principal ul li{
      margin:0;
      width: 100%;

    }

    #sous_menu_principal ul li a{
      color:white;

    }

    #Accueil {
      background-image: url(../Images/versionsepia.jpg);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-attachment:fixed;
      background-position:center;
      min-height:100%;
      padding-bottom:10em;
      padding-top:2em;
    }

    .volet{
    /*  margin:auto;
      width:80%;*/
      margin-top: 0em;
      padding:1.5em;
      background-color: rgba(255,255,255,0.3);
      color: dark ;
      background-image:none;
      background-position:left top, right top;
      background-origin: content-box;
      background-repeat: no-repeat;
      background-size: 170px,220px;

    }

    .volet p, .volet h1 {
      margin: auto;
      width:100%;
      font-family: "GiveYouGlory";
    }


    .volet h1{
        font-size: 2.5em;
        padding: 0.25em 0.25em;
        border-bottom: 2px solid rgba(0,0,0,0.2);
      }
    .volet p{
      padding:0.5em 0;
      /* width:60%; */
      color:grey;

    }

      header{
        margin top:0.1em;
        padding:3em;
        background-image: url(../Images/ID.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size:200%;
        width:100%;
        color:white;
      }
    section h2{
      display:block;
      margin:3em;
      text-decoration-style:wavy;
      font-family: "GiveYouGlory";
      color:black;

    }
    .content{
      width:100%;
      padding:1em;
      background-color: rgba(255,255,255,0.3);
      background-size: 100% auto;
      min-height: 600px;
      background-origin: content-box;
      background-repeat: no-repeat;
      background-size: 1000px;}

      .content p, .content h1 {
        margin:2em;
        width:90%;
        font-family: "GiveYouGlory";
     }

     .content #pix{
       width: 50%;
       height: 50%;
       margin-right:10em;
       border-radius: 20px;
     }

    .content #galerie{
      display: block;
      position:relative;
             }
     .content #list {
       height: : 25%;

     }

     .content #list img{
       width: 35%;
       height: 35%;
     }

     .content #galerie #BT1 img{
       width:5%;
       z-index:9;
       transform: rotate(270deg);
       margin-top: 17%;
       margin-left: 45%;
       position: absolute;


     }
     .content #galerie #BT2 img{
       width:5%;
       padding-top: 2%;
       margin-left: 55%;
       z-index:9;
       transform: rotate(90deg);
       position: absolute;

     }
      .content #diapo{
        height: 75%;
      }
     .Logo1{
      /*display: none;*/
      margin-left: 1em;
      height: 30%;
      width: 30%;

    }
    .event{/*color :#c6a49b;*/
      font-size: 22px;}

    .conteneur{
        display: grid;
        background-color: rgba(255,255,255,0.3);
        grid-template-columns: 1fr ;
        margin: 1em 5em 1em 5em;
        grid-gap: 2em;
        justify-content: center;
    }

    .content #commentaire:hover{
      transition:0.5s;
      transform : scale(1.2);
      margin-left: 10em;
      }
    .content #commentaire{
      font-family: "GiveYouGlory";
      display: block;
      width: 99%;
     }

    input{
    width: 40%;
  }
