.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: rgba(0, 0, 0, 0.8);
    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.5);*/
   background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1.0));
    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%;
}

.topnav {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

/* links */
.topnav a {
    color: white;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 17px;
}

/* hover */
.topnav a:hover {
    color: #FFB100;
}

#actu {
    color: #FFB100;
}

/* burger icon hidden on desktop */
.topnav .icon {
    display: none;
}

/* MOBILE */
@media screen and (max-width: 845px) {

    .topnav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        transition: all 0.25s ease;
    }

    .topnav a {
        display: none;
        width: 100%;
        text-align: center;
    }

    .topnav a.icon {
        display: block;
        align-self: flex-end;
    }

    .topnav.responsive a {
        display: block;
    }
}

 






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

.espacePrincipal{
    margin: 15px;
}



.fondCover{
    height: 500px;
    overflow: hidden;
    line-height: 0;
}

.fondCover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}


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

.fondCoverIllu{
    height: 500px;
    overflow: hidden;
    line-height: 0;
}

.fondCoverIllu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}


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


.fondCoverContact{
    position: relative;
    height: 800px; /* ou plus selon ton formulaire */
    overflow: hidden;
}

.fondCoverContact img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}


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





.blanc{
    color: white;
}



/*.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:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("media/parchemin3.avif");
    /*background-size: cover;*/
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
 background-attachment: scroll;

    padding: 30px 0px;

}

@media screen and (max-width: 768px){
    .ambiance{

        background-attachment: scroll;
    }
}

/*@media screen and (max-width: 768px){
  .ambiance{
    background-image:
      linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
      url("media/parchemin3-mobile.avif");
  }
}*/


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




 .espaceFormulaire{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    z-index: 10;
}




@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: linear-gradient(to top,
        rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
}

.presentation{
    display: flex;
    justify-content: center;
    background: linear-gradient(to top,
    rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
}






.bonjour{
    max-width: 70%;
    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;*/
}

@media screen and (max-width: 600px){
.bonjour{
        max-width: 85%;
    height: auto;
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: white;
    font-size: 1.2rem;


/*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;

}

@media screen and (max-width: 600px){
.titresSection{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.6rem;
    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;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
/*    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;
    }
}

.sous-titres{
    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.sous-titres: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;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.5));
    border-radius: 20px;


}



/* 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;
}






.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 {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem;
}

@media (max-width: 700px) {
    .responsive {
        width: 50%;
    }
}

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

.responsive {
    width: 25%;
    padding: 0.5rem;
}


.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;

}





