.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}


.blocContenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    width: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 3rem;
    margin-right: 3rem;

}

@media screen and (max-width: 600px){
    .blocContenu{


    margin-left: 1rem;
    margin-right: 1rem;

}

}

.contenant{
    margin: 60px 50px;
    padding-bottom: 50px;
    display: flex;
    width: 400px;
    height: 600px;
    flex-direction: column;
    justify-content: center;
    position: relative;

}

@media screen and (max-width: 600px){
 .contenant{

    width: 350px;
    height: 600px;
 

}

}



.fondCouleur{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 320px;
    background-color: black;
    border-radius: 0px 0px 25px 25px;
}

@media screen and (max-width: 600px){
.fondCouleur{
    width: 350px;
}
}


.pictog{
    position: absolute;
    top: -150px;
    right: 50px;
/*    display: none;*/
}

@media screen and (max-width: 600px){
.pictog{
    position: absolute;
    top: -150px;
    right: 25px;
/*    display: none;*/
}
}

.taillePicto{
    width: 300px;
}




.imageIllustration{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 300px;
    background-image: url("media/cover-illustration.avif");
    background-size: cover;
    border-radius: 25px 25px 0px 0px;

}


@media screen and (max-width: 600px){
.imageIllustration{
    width: 350px;

}
}


.imageInfographie{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 300px;
    background-image: url("media/cover-infographie.avif");
    background-position: top right;
    background-size: cover;
    border-radius: 25px 25px 0px 0px;

}

@media screen and (max-width: 600px){
.imageInfographie{
    width: 350px;
}
}

.imagePackaging{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 300px;
    background-image: url("media/cover-packaging.avif");
    background-size: cover;
    background-position: center bottom;
    border-radius: 25px 25px 0px 0px;

}

@media screen and (max-width: 600px){
.imagePackaging{
    width: 350px;
}
}

.image3d{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 300px;
    background-image: url("media/3d-dejeuner.avif");
    background-size: cover;
    background-position: center;
    border-radius: 25px 25px 0px 0px;

}

@media screen and (max-width: 600px){
.image3d{
    width: 350px;
}
}

.imageContact{
    justify-content: center;
    display: flex;
    width: 400px;
    height: 300px;
    background-image: url("media/cover-accueil.avif");
    background-position: center;
    background-size: cover;
    border-radius: 25px 25px 0px 0px;

}

@media screen and (max-width: 600px){
.imageContact{
    width: 350px;
}
}

 .texteAccueil{
    font-size: 1.2rem;
    color: white;
    width: 100%;
    padding: 2rem 2rem;
    text-align: left;
}




/*//////Accueil//////////////////////////////////*/












*{
    margin: 0;
    padding: 0;
/*    border size: 0;*/
    font-family: 'Roboto', sans-serif;
    
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, html{
    height: 100%;
    margin: 0;
}


.espaceTitres{
    padding-top: 100px;
    display: flex;
    justify-content: center;
}

.espaceTitresIllu{
    padding: 0;
/*    background-color: red;*/
    display: flex;
    justify-content: center;
    margin-top: 65px;
}





.retourLigne{
    display: none;
}


@media screen and (max-width: 600px) {
    .retourLigne{
    display: inline-block;
}
}







.bandeLogo{
    height: 200px;
   background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: -35px;
}

.logo{
    width: 180px;
    height: auto;

}


.bandeauNav{
    background-color: black;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 10;

}






.topnav {

 font-size: 1.2rem;


    border-bottom: 0.5px solid black;


    overflow: hidden;
    position: relative;

    z-index: 100;
}


#actu{
color: #FFB100;
}





/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 17px;
    /*text-transform: uppercase !important;*/

}


/* Change the color of links on hover */
 .topnav a:hover {
   /* background-color: #ddd;*/
color: #FFB100;

}

 

/* Hide the link that should open and close the topnav on small screens */
 .topnav .icon {
    display: none;
}



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 845px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}



.topnav.responsive{
  width: 100%;
  margin-top: 0;
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 845px) {
  .topnav.responsive {
    position: relative;
  }



  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;

  }

  

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;


  }
} 

 






.html{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    height: 100%;
    margin: 0;
line-height: 1.4;
}



.fondBlenderAccueil{

    background-image: url("media/cover-accueil.avif");
    background-size: cover;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 0;
    background-position: center;
}


@media screen and (max-width: 600px){
.fondBlenderAccueil{
    height: 200px;
}
}



 

.fondBlenderIllustration{
        background-color: grey;
    background-image: url("media/cover-illustration.avif");
    background-position: left;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 600px){
.fondBlenderIllustration{
    height: 200px;
}
}

.fondBlenderInfographie{
    background-image: url("media/cover-infographie.avif");
    background-position: right;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 600px){
.fondBlenderInfographie{
    height: 200px;
}
}


.fondBlenderPackaging{
    background-image: url("media/cover-packaging.avif");
    background-position: center;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 600px){
.fondBlenderPackaging{
    height: 200px;
}
}

.fondBlender3d{
/*    background-color: grey;*/
    background-image: url("media/3d-dejeuner.avif");
    background-position: bottom;
    background-size: cover;
    height: 400px;
}

@media screen and (max-width: 600px){
.fondBlender3d{
    height: 200px;
}
}

.fondBlenderContact{ 
    background-image: url("media/fond-contact.avif");
    background-position: center;
    background-size: cover;
    height: 800px;
    margin-top: -30px;
}


/*@media screen and (max-width: 600px){
.fondBlenderContact{

}
}*/




.blanc{
    color: white;
}







/*.presentation{
    background-color: black;   
    min-width: 100%;
    color: white;
    font-size: 1.5rem;
    display: block;
    align-items: center;
    text-align: center;
    max-width: 40rem;
    margin-left: 0;
    padding: 2rem;
    margin-top: 1rem;
    border: 1px solid #ff00ff;
    border-radius: 20px; 
}

@media screen and (max-width: 900px){
.presentation{
    font-size: 1.25rem;
    }
}*/






.siteweb{
    text-decoration: none;
    color: white;
    text-align: center;
    text-decoration-line: none;
    margin-top: 50px;
}

.sitewebCouleur{
    color: #4396c9;
    text-decoration-line: none;
    text-decoration: none;
}

.espaceWeb{
    padding-right: 3rem;
    padding-left: 3rem;
}


.imageTitres{
    min-width: 700px;
    height: auto;
    display: flex;
    padding-top: 3rem;

}








.ambiance{
    background-image: url("media/fond-bleu.avif");
    height: auto; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    z-index: 10;
}




/*///////////contact//////////////////////////////////////////////////*/

/*.cv{
    font-size: 1.2rem;
    color: white;
    text-align: center;
    padding: 3rem;
}*/


/*.paperasses{
    margin-top: 6rem;
    margin-bottom: 6rem;
}*/


 




@media screen and (min-width: 1200px){
.espaceFormulaire{
    max-width: 960px;
    }
}

@media screen and (min-width: 1200px){
.containerGlobal{
    max-width: 960px;
    }
}


.containerGlobalPao{
/*  background-color: rgba(0,0,0,0.5);*/
    margin: auto;
    padding-top: 2rem;
    width: 80%;
    height: 100%;
}


@media screen and (min-width: 1200px){
.containerGlobalPao{
    width: 100%;
    max-width: 960px;

}
}





.presentationAccueil{
    display: flex;
    justify-content: center;
    background: black;
}

.presentation{
    display: flex;
    justify-content: center;
    background: black;
}






.bonjour{

    height: auto;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
    color: white;
    font-size: 1.2rem;width: auto;
/*background-color: black;
    border-radius: 25px;*/


}











 




  .bas{
    height: auto;
    width: 100%;
    background-color: black;
    margin-bottom: -6rem;
    padding: 2rem 0;
  }

  .textFoot{
    color: white;
    padding: 0;
    text-align: center;
    margin: 0;
}


  .textFoot3d{
    color: white;
    padding: 0;
    margin-top: 10rem;
    text-align: center;
    margin: 0;
}


/*.backtotop{
  position: fixed;
  bottom: 0;
  right: 2em;
  z-index: 8000;
  width: 2em;
}

.backtotop img{ 
  width: 5em;
}*/
.titresSection{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: bold;
    color: rgb(51,204,255);
    padding-top: 0;
    padding-bottom: 15px;

}





.h2{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(51,204,255);
    text-align: center;
    padding : 30px;
    text-transform: uppercase;
    margin: auto;
    font-size: 2.5rem;
/*    background-color: black;
    border-radius: 25px;*/

}




@media screen and (max-width: 600px){
.h2{
/*    line-height: 1;*/
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
    }
}

.h3{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: rgb(51,204,255);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

a.h3:hover{
    color: #FFB100;
}









.vert{
    color: rgb(51, 204, 255);
    text-decoration: none;
}

a.vert:hover{
        color: #FFB100;
}



.contact{
    color: #4396c9;
    text-decoration: none;
}








.intro{
    font-size: 1.2rem;
      background:black;
    padding: 3rem 3rem;
  color: white;
    line-height: 1.5rem;
    text-align: center
}


.introC{
    font-size: 1.5rem;
    margin-top: 3rem;
  color: white;
    line-height: 1.5rem;
    text-align: center
}




.mail a {
  text-decoration: none;
  text-decoration-style: initial;
  text-decoration-line: none;
  text-decoration-color: initial;
    color: #00ccff;
  list-style: none;
}




@media screen and (max-width: 600px) {
    .intro{
        padding: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .intro{
        padding: 3rem 20rem;
    }
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
} 




.blocTier{
    display: inline-block;
    padding: 3rem 2rem;
    text-align: center;
    margin: auto;
    text-align: center;
    width: 400px;
}




/*////////////////////////////fin accueil////////////////////////////////////////////////*/







/*//////////////////////////////////////////*/
* {box-sizing:border-box}

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

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

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

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


.mySlides {
    display: none;
}

.mySlides2 {
    display: none;
}

.mySlides3 {
    display: none;
}

.mySlides4 {
    display: none;
}


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

  background-color: rgba(0,0,0,0.3);
}


/* 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:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -3.5rem;
  width: 100%;
  text-align: center;
}


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

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.dot2 {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
*/



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

/*.active, .dot2:hover {
  background-color: #ff00ff;
}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards; /* Maintient l'état final de l'animation */
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards; /* Maintient l'état final de l'animation */
}

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

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



/*////////////////////////////////Gallerie////////////////////////////////////////////////////////////////////*/
/* The Image Box */
div.img {
/* border: 1px solid black;*/
/*   background-color: black;*/
   margin-bottom: 15px;

}

div.img:hover {
/*    border: 1px solid #777;*/
}

/* The Image */
div.img img {
  /*100% par rapport au cadre*/
    width: 100%;
    height: auto;
    cursor: pointer;
/*       box-shadow: 5px 5px 5px black;*/
}

/* Description of Image */
div.desc {
    padding: 15px;
    text-align: center;
    color: white;
}

* {
    box-sizing: border-box;
}

.gallerie{
  margin: 3rem;

}

/* Add Responsiveness */
.responsive {
    padding: 0 0.5rem;
    float: left;
    width: 24.99999%;
    height: auto;

}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */

/*    padding-top: 0rem;*/ /* Location of the box */

    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    padding: 3rem;
    display: block;
    width: 60%;
    max-width: 700px;

}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;

}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: rgb(246,168,0);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*////////////formulaire/////////////////*/



.espaceFormulaire{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    height: 100%;


}



.request_message{
    width: 400px;
    text-transform: capitalize;
    background-color: #fff;
    text-align: center;
    color: white;
    font-size: 13px;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    animation: anime 0.5s ease-out;
    text-transform: uppercase;
}

/*animation*/

@keyframes anime {
    from{
        transform: translateY(-30px);
    }
}

form {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    padding: 20px;
/*    border: solid 1px white;*/

}

.introFormulaire{
    font-size: 1.2rem;
    color: white;
}

form h2 {
    color: #FFB100;
    font-size: 40px;
    margin-bottom: 5px;
    text-align: center;
}

label {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFB100;
}

input , textarea {
    padding: 8px;
    background-color: black;
    resize: none;
    outline: 0;
    border: 1px solid #999;
    border-radius: 4px;
    border: solid 0.5px white;
    color: white;
}

button {
    background-color: #284ed9;
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    transition: 0.5s;
}

button:hover {
    transform: scale(1.02);
}








/*//////////////FORMULAIRE//////////////////////////////////*/




.pied-de-page{
    display: block;
    text-align: center;
    color: white;
    padding: 60px 0px;
    background-color: black;
    margin: 0;
    margin-top: 0;
    margin-bottom: -30px;

}

.lienmail{
    color: rgb(103, 201, 250);
    text-decoration: none;
}




a.lienmail:hover{
    color: #FFB100;

}





