html {
    scroll-behavior: smooth;
}

body{
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0; 
}

h1{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h2{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h3{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h4{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

button{
    border: none; 
    background-color: transparent; 
    padding: 0;
    font-family: inherit; 
    font-size: inherit; 
    cursor: pointer; 
}

button:focus {
    outline: none;
}

input::placeholder{
    font-size: 12px;
}

textarea::placeholder{
    font-size: 15px;
    
}


.content{
    background-color: #F1f1f1;
}


@keyframes slide {
    from {
        transform: translateY(20%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.animationSlide{
    animation: slide linear;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 0%;
}

/*div,span{

    border: 1px blue solid;
}*/


.fond_recette{
    background-color: #F1f1f1;
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 1300px;
    margin: 0 auto;
}


.titre{  
    margin-top: 5%;
    margin-left: 20px;
    color: black;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    display: inline-block; /* Permettre au texte de réduire horizontalement */
    font-size: 25px;
    margin: 0;
    margin-top: 10px;
}


.text1{  
    align-items: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.text2{
    align-items: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
  
}

.text3{  
    align-items: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.text4{ 
    align-items: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

/*///////////////////////// Header ///////////////////////////////////////*/


.header {
    background: #f1f1f1;
    color: #f1f1f1;
    padding-bottom: 7px;
    padding-top: 7px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.headerLogo{
    display: flex;
    justify-content: center;
}

.header-scroll {
    transition: 0.5s ease; 
    border-bottom: 1px solid rgb(189, 189, 189);
}


/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}*/


.logo-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.headerPhone{
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    display: flex;
}
.headerPhone div {
    display: flex;
    margin: 10px;
}*/


.logoSiteDiv{
    height: 100px;
}

.logoSite{
    background-image: url("../image/Logo Red.png");
    background-size:cover;
    width: 434px;
    height: 90px;
    transition:  0.4s ease;
}

.logoSite:hover{
    background-image: url("../image/Logo Gray.png");
    background-size:cover;
    width: 434px;
    height: 90px;
    transition:  0.3s ease;
    transform: scale(1.02);
}



.boutonHeader{
    color: #303030;
    margin: 10px;
    margin-right: 20px;
    transition:  0.2s, color 0.2s ease;
    
}
.boutonHeader:hover{
    color: #f04b4b; 
    transform: scale(1.02);
}

.boutonHeader2{
    color: #f04b4b;
    margin: 10px;
    transition:  0.2s, color 0.2s ease;
}

.boutonHeader2:hover{
    color: #303030; 
    transition:  0.2s, color 0.2s ease;
    transform: scale(1.02);
}

.ScrollDowmRecettes{
    position: relative;
    bottom: 50px;
}

/*///////////////////////// Header Phone ///////////////////////////////////////*/

@media only screen and (min-width: 1235px){
    .HeaderPhone{
        display: none;
    }
}


@media only screen and (max-width: 1234px){
    .HeaderPhone{
        display: block;
    }
    .header{
        display: none;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  background-color: #f1f1f1;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #303030;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}
.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  height: 200vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-color: #f1f1f1;
  opacity: 0.95;
  gap: 15px;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}


.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

/*///////////////////////// Filtre ///////////////////////////////////////*/


.SelectionFiltre{
    /*border: #f04b4b 1px solid;*/
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 30px;
}


.blocfiltre{
    height: 120px;
    width: 110px;
    background-color: #F1f1f1 ;
    border-radius: 5px;
    transition: 0.5s ease;
}
.blocfiltre:hover {
    transform: scale(1.04);
    transition: 0.5s ease;
}

.blocfiltre:hover .imagesfiltre {
    background-image: url("../image/iconmonstr-candy-16-240 (1).png");
    transition: 0.3s ease;
}

.blocfiltre .imagesfiltre {
    transition: 0.5s ease;
}

.imagesfiltre{
    height: 55px;
    width: 55px;
    background-image:url("../image/iconmonstr-candy-16-240.png"); 
    background-size:cover;
    margin: 0 auto;
    position: relative;
    top: 13px;
}

.textfiltre{
    text-align: center;
    position: relative;
    top: 5px;
}

.surlinerAnimation {
    position: relative;
    display: inline-block;
    color: #000; /* Couleur du texte */
    text-decoration: none;
    transition: color 0.3s ease;
}

.surlinerAnimation::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #000; /* Couleur du soulignement */
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.surlinerAnimation:hover::after {
    visibility: visible;
    transform: scaleX(1);
}


.rowBarreDeRecherche{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.BarreDeRecherche{
    display: flex;
    width: 55%;
    display: flex;
    justify-content: center;
}

.InputBarreDeRecherche {
    width: 100%;
    height: 50px;
    background-color: #f1f1f1;
    border-radius: 7px 0 0 7px;
    border: none;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    border: #f04b4b 2px solid;
}

.BarreDeRecherche,
.ButtonBarreDeRecherche {
    transition: transform 0.5s ease;
}

.BarreDeRecherche:hover,
.ButtonBarreDeRecherche:hover {
    transform: scale(1.01);
}

.InputBarreDeRecherche:focus {
    outline: none;
}

.InputBarreDeRecherche::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #303030; 
    opacity: 0.8; 
    font-size: 16px;

}

.ButtonBarreDeRecherche{
    width: 50px;
    height: 50px;
    background-color: #f04b4b; 
    border-radius: 0 7px 7px 0;
    transition: 0.3s ease;
}


.ButtonBarreDeRechercheLogo{
    background-image: url("../image/iconmonstr-magnifier-4-240 (2).png");
    background-size:cover;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 10px;

}

.ButtonBarreDeRecherche:hover {
     background-color: #ff6969; 
     transition: 0.2s ease;
}

.InputBarreDeRechercheDesktop{
    display: block;
    width: 100%;
}
.InputBarreDeRechercheMobile{
    display: none;
}


/*///////////////////////// Mosaique des Recette ///////////////////////////////////////*/

.mosaiqueDesRecettes{
    
}
.mosaique{
    width: 70%;
    margin: 0 auto;
  /*  border: 1px blue solid;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
    margin-bottom: 100px;
    gap: 50px;
}

.mosaiqueDesRecettesTxt{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px ;
}

.txtFiltrebytype{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #303030;
    transition: 0.3s ease;
    width: 150px;
    margin: 0 auto;
}

.txtFiltrebytype:hover{
    color: #f04b4b; 
    transform: scale(1.02);
    transition: 0.3s ease;
}

.intro_txt{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #303030;
    transition: 0.3s ease;
    display: inline-block;
}
.intro_txt1{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #303030;
    transition: 0.3s ease;
    display: inline-block;
}

.intro_txt:hover{
    color: #f04b4b; 
    transform: scale(1.01);
    transition: 0.3s ease;
}


.carte {
    background-color: #F1f1f1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 500px;
    width: 350px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    margin: 2%;
    margin: 0;
    transition: 0.5s ease;

}
.carte:hover{
    transform: scale(1.02);
    transition: 0.3s ease;
}

.cell{
    margin: 20px;
    /*border: 1px red solid;*/  
    margin: 0 auto;
}
.rowImage{
    height: 40%;
    width: 100%;
    display: block;
}

.rowTitreDeLaRecette{
    height: 10%;
    width: 300px; /* Largeur initiale du conteneur */
    /* Bordure pour visualiser le conteneur */
    overflow: hidden; /* Pour masquer le texte dépassant */
    white-space: nowrap; /* Empêcher le texte de passer à la ligne */
    padding: 0;
    margin: 0 auto;
}

.imgIntroRecette{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rowLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 11%;
}

.RowLogo div {
    display: flex;
    bottom: 15px;
}

.rowSeparateur{
    height: 1%;
}

.separateur{
    height: 2px;
    width: 300px;
    background-color: rgb(221, 221, 221);
    margin: 0 auto;
    border-radius: 2px;
}

.img_time{
    width: 35px;
    margin-right: 4px;
    margin-top: 5px;
}

.imgTimeCarte{
    width: 35px;
    margin-right: 4px;
}

.imgPerssoneCarte{
    width: 29px;
    margin-right: 4px;
}

.imgPriceCarte{
    width: 29px;
    margin-right: 4px;
}


.rowDescription{
    padding: 10px 10px 0 10px ;
    height: 25%;
}

.rowBouton{
    height: 12%;
    display: flex;
    justify-content: center;
    height: 40px;
}

.bouton{
    background-color: #f04b4b;
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 10px 20px;
    border: none;
    box-shadow:2px 2px 5px rgba(0,0,0,0.5);
    color: #F1f1f1;
    transition: 0.2s ease;
}

.bouton:hover{
    color: black;
    transform: scale(1.02);
    transition: 0.2s ease;
}


/*///////////////////////// Recette ///////////////////////////////////////*/
.intropreparation{
    display: flex;
    justify-content: center;
    height: 400px;
    gap: 50px;
    margin-right: 20px;
}


.namebox{
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    width: 30%;
    display: flex;
    align-items: center;

}

.img_recette {
    text-align: center;
    overflow: hidden;
    vertical-align: bottom;
    width: 65%;
    display: flex;
}

.img_recette img {
    width: 100%;
 
}


.infobox{
    background-color: rgb(211, 211, 211);
    width: 98%;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 20px;

}
.InfosRecette{
    display: flex;
    text-align: center;
    
}

.BlocTemps{
    width: 15%;
    display: flex;
    margin-left: 50px;
}

.BlocPerssone{
    width: 15%;
    display: flex;
}

.BlocPrix{
    width: 15%;
    display: flex;
}

.BlocEspace{
    height: 50px;
    width: 22%;
    display: flex;
}

.BlocAvis{
    width: 30%;
    margin-right: 3%;
    text-align: right;
    margin-top: 5px;
}

.img_time{
    width: 35px;
    margin-right: 4px;
    margin-bottom: 7px;
}

.img_perssone{  
    width: 29px;
    margin-right: 4px;
}

.img_price{
    width: 29px;
    margin-right: 4px;
}

.img_review{
    width: 35px;
    margin-right: 4px;
}


.BoxIngredients{
    display: inline-block;
    vertical-align: top;
    width: 23%;
}

.BoxPreparation {
    display: inline-block;
    vertical-align: top;
    width:76%;
}

.BoxIngredientsTitre {
    background-color: rgb(211, 211, 211);
    width: 90%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.BoxIngredientsDetail {
    margin: 0 auto;
    margin-top: 20px;
}

.IngredientsDetail {
    text-align: center;
    padding: 20px;
}

.ligneIngedients{
    background-color: #D3D3D3;
    height: 1px;
    width: 20%;
    margin: 0 auto;
}

.BoxPreparationTitre {
    background-color: rgb(211, 211, 211);
    width: 98%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.BoxPreparationDetail {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
}


.Etapes {
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

.PreparationDetail {
    text-align: center;
    padding-bottom: 20px; 
} 




/*///////////////////////// Ajouter une recette ///////////////////////////////////////*/
.form-control:focus {
    border-color: #F04B4B;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
.form-select:focus {
    border-color: #f36b6b;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}

.formulaire{
    margin-bottom: 300px;
}

.txtForms{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.txtAddRecette{
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.rowFormsDescription{
    margin-bottom: 20px;
    margin-top: 25px;
}

.rowFormsImage{
    margin-bottom: 20px;
    margin-top: 25px;
}
.boxFormsImage{
    width: 200px;
}

.rowFormsInfos{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.boxFormsNbPerssone{
    width: 25%;
}

.boxFormsTempsDePrepa{
    width: 25%;
}

.boxFormsPrix{
    width: 25%;
}

.boxFormsCategorie{
    width: 25%;
}

.rowTagSelect{
    margin-bottom: 20px;
    margin-top: 20px;
}

#selectedTags {
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    min-height: 40px;
    align-items: center;
    margin-top: 10px;
}

.selectedTag {
    background-color: #e9ecef;
    border-radius: .25rem;
    padding: .25rem .5rem;
    display: flex;
    align-items: center;
}

.removeTag {
    margin-left: .5rem;
    cursor: pointer;
    color: #6c757d;
}

.rowFormsIngEtape{
    display: flex;
    gap: 20px;
}

.boxFormsIngredients{
    width: 30%;
}

.boxFormsEtapes{
    width: 70%;
}

.boutonFormsDelete{
    width: 100%;
    background-color: #dfdfdf;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.boutonFormsDelete:hover{
    color: #F04B4B;
    transition: 0.2s ease; 
}

.boutonFormsValider{
    margin-top: 20px;
}


/*///////////////////////// Choisir au hasard ///////////////////////////////////////*/

.pageChoisirAuHasard{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.rowIntro_txt{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.txtChoisirAuHasard{
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.boxEntree{
    width: 25%;
    display: flex;
    justify-content: center;
}

.boxPlat{
    width: 25%;
    display: flex;
    justify-content: center;
}

.boxDessert{
    width: 25%;
    display: flex;
    justify-content: center;
}

.btnchoisirauhasard {
    background-color: #303030;
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 2px;
    border: none;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: 0.2s ease;
    width: 350px;
    margin-top: 10px;
}

.btnchoisirauhasard:hover{
    transform: scale(1.02);
    transition: 0.2s ease;
}

.reloadBtn{
    height: 25px;
}

@keyframes apparition {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animation-apparition {
    animation: apparition 0.5s ease forwards;
}



/*///////////////////////// Footer ///////////////////////////////////////*/

.footer{
    background-color: #303030;
    height: 550px;
    margin-top: 50px;
}

.rowFooterLogo{
    display: flex;
    justify-content: center;
    height: 35%;
}
.rowFooterInfo{
    height: 58%;
    display: flex;
    justify-content: center;
}

.rowFooterDroits{
    height: 7%;
    display: flex;
    justify-content: center;
}

.footerLogo{
    height: 170px;
    transition: 0.3s ease;
}

.footerLogo:hover{
    transform: scale(1.01);
    transition: 0.3s ease;
}

.boxFooterPageSite{
    height: 100%;
    min-width: 214px;
    width: 12%;
}

.boxFooterThemes{
    height: 100%;
    min-width: 214px;
    width: 12%;
}

.boxFooterCategories{
    height: 100%;
    min-width: 214px;
    width: 12%;
}
.rowFooterTitre{
    width: 100%;
    height: 15%;

}

.titreFooter{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 19px;
}

.titreCopyright{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 16px;
}

.rowFooterPageSite{
    width: 100%;
    height: 85%;
}

.rowFooterCategories{
    width: 100%;
    height: 85%;
}

.rowFooterThemes{
    width: 100%;
    height: 85%;
}

.rowTxtFooterBouton{

}
.txtFooterBouton{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 2.7;
    transition: 0.2s ease;
}
.txtFooterBouton:hover{
    display: inline-block;
    color: #F04B4B;
    transition: 0.2s ease;
    transform: scale(1.01);
}

/*///////////////////////// Telephone ///////////////////////////////////////*/


@media only screen and (min-width: 1235px){

}


@media only screen and (max-width: 1234px){
    .header {
        display: none;
    }

    .headerLogo{
        display: none;
    }

    .home_img div {
        font-size: 40px;
    }

    .InputBarreDeRechercheDesktop{
        display: none;
    }
    .InputBarreDeRechercheMobile{
        display: block;
    }

    .mosaique{
        width: 100%;
        gap: 30px;
    }

    .home_img {
        height: 750px;
    }
    .fond_recette{
        margin-top: 20px;

    }

    .intropreparation{
        display: grid;
        justify-items: center;
        height: unset;
        gap: 20px;
        margin-right: unset;
    }
    .namebox {
        text-align: center;
        font-size: 40px;
        width: unset;
    }

    .infobox{
        justify-content: center;
        width: 93%;
    }

    .NbPers{
        width: 60px;
    }

    .BlocTemps{
        margin-left: unset;
        width: 100%;
        justify-content: center;
        
    }

    .BlocPerssone{
        width: 100%;
        justify-content: center;
    }

    .BlocPrix{
        width: 100%;
        justify-content: center;
    }

    .InfosRecette{
        margin: 0 20px 0 20px;
        justify-content: center;
    }

    .BlocAvis{
        display: none;
    }

    .BlocEspace{
        display: none;
    }
    
    .img_recette{
        width: 100%;
    }

    .BoxIngredients {
        display: block;
        width: 100%;
    }

    .BoxIngredientsTitre{
        width: 93%;
    }

    .BoxPreparation{
        width: 100%;
        display: block;
    }
    .BoxPreparationTitre{
        width: 93%;
    }

    .BoxPreparationDetail{
        width: 85%;
        margin: 0 auto;
    }

    .rowFormsInfos {
        display: block; 
    }

    .rowFormsImage {
        margin-bottom: 30px;
    }

    .boxFormsNbPerssone {
        width: 100%;
        margin-bottom: 30px;
    }

    .boxFormsTempsDePrepa {
        width: 100%;
        margin-bottom: 30px;
    }

    .boxFormsPrix {
        width: 100%;
        margin-bottom: 30px;
    }

    .boxFormsCategorie {
        width: 100%;
        margin-bottom: 30px;
    }

    .rowFormsIngEtape {
        display: block;
    }

    .boxFormsIngredients {
        width: 100%; 
        margin-bottom: 30px;

    }
    .boxFormsEtapes{
        width: 100%; 
        margin-bottom: 30px;

    }

    .boutonFormsValider {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer {
        height: auto;

    }
    .footerLogo {
        height: 100px;
    }
    .rowFooterInfo {
        display: block; 

    }
    .boxFooterPageSite {
        margin: 0 auto;
        width: 70%;
    }

    .boxFooterCategories {
        padding-top: 25px;
        margin: 0 auto;
        width: 70%;
    }

    .boxFooterThemes {
        padding-top: 25px;
        margin: 0 auto;
        width: 70%;
    }

    .titreFooter {
        font-size: 25px;
        text-align: center;
    }

    .rowFooterPageSite {
        text-align: center;
        padding-left: 0;
    }


    .rowFooterCategories {
        text-align: center;
        padding-left: 0;
    }

    .rowFooterThemes {
        text-align: center;
        padding-left: 0;
    }

    .titreCopyright {
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .rowTagSelect{
        padding-left: 5px;
    }

    .txtAddRecette{
        font-size: 27px;
    }

    .pageChoisirAuHasard {
        display: block;
    }

    .boxEntree {
        width: 100%;
        margin-bottom: 30px;
    }
    .boxPlat {
        width: 100%;
        margin-bottom: 30px;
    }
    .boxDessert {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*///////////////////////// Test ///////////////////////////////////////*/



