
/*:root {
   --White: rgb(255, 253, 253);
   /*--font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   --font-family:'Ephesis', cursive;
   --color:rgb(14, 14, 14);
}*/


:root {
  
   /*--font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
   --White: rgb(255, 253, 253);
   --font-family:'Ephesis', cursive;
}

* {
   /*background-color: #867171;*/
   box-sizing: border-box;
   
 }
body {
  background-color:#df8a62;
  color: rgb(0, 0, 0);
}
* a {
   color: var(--color);
   text-decoration: none;
}

* {
  --font-family:'Ephesis', cursive;
}

* a:visited{
   color: var(--color);
}

* a:hover {
   font-size: 105%;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style:normal;
}

.header {
   font-family: var(--font-family);
   color: var(--color);
   text-align: left;
   /* text-shadow: 2px 2px 4px #000000;*/
   /* padding: 5px; */ 
}

/* couleur de fond page*/
/*body {
 /* background-color: var(--White); 
/*taille du titre dans le header*/  

 .titre{
 
   /*color: var(--color); 
   --font-family:'Ephesis', cursive; */
   font-family: var(--font-family);
   font-size: 6vw;
   text-align: left;
   padding: 5px;
   margin-left: 15px;
}
/* taille du sous titre*/
.SousTitre{
   font-family: var(--font-family);
   font-size: 3vw;
   /*text-shadow: 2px 2px 4px #000000;*/
   text-align: center;
   /*margin-left: 50px; */
   height: 5%;
  
}

.responsive {
   width: 30%;
   height:0%;
}

.imgresponsive{
  width: 50%;
  height: 50%;
   /*height: 80% ;*/
  
}
.menu {
  color: var(--color);
   width: 25%;
   float: left;
   /*padding: 5px;*/
 
   
 }
.boxmain {
 box-sizing: content-box;
 /*box-sizing: border-box;*/
 width:75%;
 height: 75%;
 margin-left: 2px;
 float:none;
 border: solid;
 border-color: #1e37aa;
 display: inline-block;
}
.MenuVertical {
  box-sizing: border-box; 
  width: 25%;
   float: left;
   padding: 30px;
   border:solid ;
   border-color: red;
  /*.MenuVertical {
   width: auto;
   border: solid; 
  */
   }


.MenuVertical li {
  /* background-color: var(--red);*/
  font-size: 3vw;
  font-family: var(--font-family);
  color: white;
  /* text-shadow: 2px 2px 4px #000000;*/
  display: block;
  padding: 22px;
  text-decoration: none;
  text-align: left;
}
.bottom {
   width: 60%;
   height: 300px;
   float: left;
   padding: 30px;
 }

.shadows-into-light-regular {
   font-family: "Shadows Into Light", cursive;
   font-weight: 400;
   font-style: normal;
 }
 
.Slogan {
  font-size: 1.5vw;
  /*font-family: "Shadows Into Light", cursive;*/
  font-family: var(--font-family);
  color: black;
  display: block;
}

.main {
  position: relative;
  border:solid;

   
}
 .container > img {
        position: absolute;
        left: 60%;
        transform: translateX(-50%);
   }


/* Css pour la page Vids*
*/
* {
   box-sizing: border-box;
 }

 .Vids-SousTitre {
  font-family: var(--font-family);
  font-size: 5vw;
  text-align: center;
 }

 .Vids-TitreVid {
   font-size: 5vw;
 }

.Vids-Grid{
  display: grid;
  grid-template-columns: auto auto auto ;
  grid-template-rows: 400px 400px 400px ;
  gap: 10px;
  background-color: var(--red); 
  padding: 10px;
  font-size: 5vw;
}
.Vids-Grid > div {
  
   text-align: center;
   font-family: var(--font-family);
   padding: 40px ;
   font-size: larger;
}

.Vids-4-grid {
  background-color:beige;
  gap: 10px;
  padding: 10px;
  
}
.responsive-img {
      width: 60%;
      height: auto;
      object-position: center;
     
 
}

.Vids-responsive {
 width: 100%;
   height: 100% ;
   border: solid;
}

input[type=text], select, textarea {
   width: 100%;
   padding: 12px;
   border: 1px solid #ccc;
   font-family: "Special Elite", system-ui;
   border-radius: 5px;
   box-sizing: border-box;
   margin-top: 6px;
   margin-bottom: 16px;
   resize: vertical;
 }
 
 input[type=submit] {
   background-color: #1e37aa;
   color: white;
   padding: 12px 20px;
   border: none;
   border-radius: 4px;
   cursor: pointer;
 }
 
 input[type=submit]:hover {
   background-color: gray;
 }
 
 .container {
   border-radius: 5px;
   background-color: #f2f2f2;
   padding: 20px;
 }



.BtnErr {
   background-color: #516ce2; 
   margin-left: 45%;
   font-family: "Special Elite", system-ui;
   border-radius: 5px;
   border: none;
   color: white;
   padding: 25px px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 32px;
 }
 
/* Css pour la page index */
* {
    box-sizing: border-box;
}
/*:root {
   --White: rgb(255, 253, 253);
   /*--font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
   --font-family:'Ephesis', cursive;
   --color:rgb(14, 14, 14);
}*/

.menu {
    float: left;
    width: 20%;
    overflow: auto;
   
}
.menucomp {
  padding: 18px;
  font-family: var(--font-family);
  font-size: 2vw;
 
}
.central {
    float: left;
    width: 60%;
    padding: 0 10px;
    font-family: var(--font-family);
    text-align: center;

}
.paragraphe{
  text-align: center;
  font-family: var(--font-family);
  font-size: 2vw;
}

.titres {

         font-family: var(--font-family);
         font-size: 7vw;
         margin-left: 20px;
        }
.soustitre {
        font-family: var(--font-family);
        font-size: 4vw;  
        }        
.right {
        margin-top: 30px;
        font-family: var(--font-family);
        font-size: 2vw;
        }

.image {
    width: 100%;
    height: 100%;
    /*border: 5px solid;*/
    filter: drop-shadow(0 0 0.65rem rgb(51, 48, 49));
    /*border-color:burlywood;
    border-style: groove;*/
  
}
/* css pour la page slideshow */
* {box-sizing: border-box}
.mySlides {display: none}
img {
  vertical-align: middle;
  width: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev, .next{
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-family: var(--font-family);
  /* background-color: rgb(100, 89, 89);*/
  font-size: 55px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 800px) {
  .dot, .prev, .next,.text {font-size: 15px}
}

/* css poour la page bio*/
/* Essai Grilles page bio */

.BioGrid {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-self: auto;
  /*font-family: var(--font-family);
  /*font-size: 38px;*/
}

.BioGrid div {
 width: 33,3%;
  padding: 10px;

}



*/
.TextBioImg {
  width: 100%;
  height: 100%;
 /* object-fit: cover; */
  display: block;
 
}
.TextBio  {
 font-family: "Special Elite", system-ui;
 font-size: 1.8em;
 display: block;
 background-size: auto;
 /*background-image: url("/Images/AlbumPhoto.png")*/;
 background-size:contain;
 background-repeat: no-repeat;
}

