@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=Rubik+Maps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');



*, ::before ,::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
/* reduction du texte html a 62.5% !  */
html{
    font-size:62.5%;

}
/* parametrage du body, sa couleur, ses polices de caractere par defaut, sa largeur, sa position ici en colone */
body{
    background:#fcf2e8;
    font-family:'Open Sans Condensed', Arial, sans-serif;
    width:100vw;
    justify-content: center;

 }



/* ============================= HEADER  , c'est la barre en haut du site qui supporte les liens principaux en tout petit format ==============================================*/  
header head{
    background:#fff;
    border:#272626 1px solid;
}
header nav{
    min-height:2vh;
    display:flex;
    align-items:center;
    width:100%;
    margin: 0 100 0;
    padding: 0;
}
header nav ul{
    display: flex;
    justify-content: space-around;
    flex:2 1 40rem;
    align-items: center;
    list-style: none;
    background:#fff;
    
}
header nav li{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}
header a{
    color:#666262 ;
    text-decoration: none;
}
header a:hover {
    color:#000;
}

/* menu responsive pour le tel  576 px  */

@media(max-width:576px){
    header head, header nav,
    header nav ul, header nav li,
    header a{
        display: none;
    }
}

/* ============================================================ Menu en dessous du header avec le H1 Intuition Bois ================================================================== */

/*  main_head est la balise 'parent' des div  'logo' , 'text" et ' logo-pendule'  */
.main-head{
    background-image: url("../../I-B-images-site/barre-logo.png");
    width: 100vw;
    max-height: 9vh;
    display: flex;
    box-shadow:1px 5px 1px rgb(94, 93, 93);
   
}

.main-head nav{
    height: 10vh;
    display: flex;
    align-items: center;
    width: 100vw;
    margin: auto;
    padding: 10px;
}

                            
.logo{                            /* la div logo est le parent de la div 'logo-texte' */
    background-image: url("../../I-B-images-site/petit-logo.png"); 
    background-repeat: no-repeat;
    display: flex;
    margin-left: 60px;    
}

.logo-texte{
   width : 350px;
   height: 100%;
}

.logo-texte h1{
    width:100%;
    font-family: 'Rubik Maps', sans-serif;
    font-size: 3.5rem;
    padding-left: 40px;
   }
.logo-texte a{
    text-decoration: none;
    color:#000;
}
.logo-texte a:hover{
    color:#ffff;
}

/* balise pour le texte qui se trouve dans la banniere Intuition Bois */
.text P{ 
    font-family: 'Fuzzy Bubbles', sans-serif;
    font-size: 1.8rem;
    margin-top: 20px;
    margin-left: 80px;
    color:#121213;
    font-style: italic;
    justify-content: center;
    align-items: center;
}

@media(max-width:810px){
   .logo{         /* parent */
    flex-direction:column;
    width:200px;
    margin-left:10px;
   } 

   .logo-texte h1{   /*enfant1 de logo  */
    width:100%;
    font-size: 2rem;
   }
   .text p {
    width:100%;  /* enfant 2 de logo */
    font-size: 1rem;  
    margin-left: 10px;
}
}


/* ======================================================================= FIN DU HEADER =========================================================================
=======================================  burger-menu faisant partie de la balise bandeau === */

.bandeau {  
    width: 100vw;
    height: auto;        /*balise parent de la balise wrapper ci-dessus*/
    display:flex;
   }
.burger-menu{
    display: none;
    padding-top: 5px;
    background-image: url("../../I-B-images-site/fond-menu-tel.jpg");
    background-repeat: no repeat;
    position:absolute;
    width: 100%;
    height: auto;
}
.burger-menu li{
    padding: 0.3rem;
    display: flex;
    color: #ffff;
    align-items: center;
    justify-content: center;
}
.burger-menu a{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.7rem;
    color: #ffff;
    text-decoration: none;
}
.burger-menu a:hover{
    color:#f800ec;
}

 
 @media(max-width:576px){
   .burger-menu{
    display: block;
   }
}


     /* ============================================================ liens dynamique du menu sous le wrapper ====================================================== */

    div[class*=box] {
        height: 33.33%;
        width: 100vw; 
        display: flex;
        justify-content: center;
        align-items: center;
        }
      
      .box-1 { 
        background-image: url("../../I-B-images-site/barre-menu.png");           /* image du bois sous le menu dynamique */
        box-shadow:0px 6px 5px rgb(85, 85, 85);
        }
        .box-2 {
         margin-top: 30px;
         padding-bottom: 20px;
         border-bottom:#5c3100 1px solid;
        }
      
      .btn {
        line-height: 50px;
        height: 50px;
        text-align: center;
        width: 250px;
        margin-left: 60px;
        cursor: pointer;
    }
      
      /* 
      ========================
        BOUTONS     Dynamiques
      ========================
      */
      .btn-un {
        color: #000000;
        transition: all 0.3s;
        position: relative;
        font-size: 2rem;
        text-decoration: none;
      }

      .btn-un span {
        transition: all 0.3s;
      }

      .btn-un::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border-top-width: 2px;
        border-bottom-width: 2px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgba(10, 10, 10, 0.5);
        border-bottom-color: rgba(2, 2, 2, 0.5);
        transform: scale(0.1, 1);
      }
      .btn-un:hover span {
        letter-spacing: 3px;
      }
      .btn-un:hover::before {
        opacity: 1; 
        transform: scale(1, 1); 
      }
      .btn-un::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.3s;
        background-color: rgba(255,255,255,0.1);
      }
      .btn-un:hover::after {
        opacity: 0; 
        transform: scale(0.1, 1);
      }
      /* réglages  responsive sous 800px */
      @media(max-width:810px){
        .btn-un{
            font-size:1.5rem;
        }
        .btn{
            .btn {
                line-height: 30px;
                height: 30px;
                text-align: center;
                width: 125px;
                margin-left: 30px;
        }
      }
    }
    /* responsive sous 576px tel portable*/
    @media(max-width:576px){
        
        .box-2,.btn-un{
            display: none;
        }
        .btn{
            display: none;
            }
    }
      

   
/* ================================================= formulaire de commande email ===========================================================*/

.contenu-commande{                        /* bloc interieur  n°1 */
     width: 100vw;
     height: auto;
     margin-top: 40px;
     margin-bottom: 1%;
     justify-content: center;
     align-items: center;
   /* border:#000 1px solid;*/
   }
.contenu-commande h1{
     text-align: center;
     font-size: 4.5rem;
}
.contenu-commande h2{
    text-align: center;
    font-size: 2.8rem;
}
.position-photos{                         /* bloc intérieur qui contient lui meme le bloc photo */        
        display: flex;
        flex-wrap: wrap;
        width: 65%;
        height: auto; 
        justify-content: center;
        align-items: center; 
        margin-top: 0%;
        margin-left: 15%;
        margin-right: 30px;
        padding: 10px;
       /* border:#000 1px solid;*/
    } 
    .position-photos h3{
        text-align: center;
        font-size: 2rem;
    }  
    .position-formulaire { 
        justify-content: center;
        align-items: center;                    /* bloc intérieur qui contient lui meme le bloc photo */        
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        height: auto; 
       /*margin-top: 10%;*/
        padding: 20px;
        /*border:#000 1px solid;*/
    }   
    .position-formulaire p{ 
       margin-top: 7%;
       text-align: left;
       font-size: 1.7rem;
    }  
    .position-formulaire a{
       color: #3f1414;
    }
    .position-formulaire a:hover{
        color: #30f808;
    }
                                                      /*champs du formulaire */
.echo-mail {         /*position du message succès*/                                   
    width:450px;
    height:auto;
    /*border:#6e3d05 1px solid;*/
}
.form-grid-un {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;  
    border:#685138;
}
.form-cell {
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    color: #470a06;
    font-size: 13px;
}

select { 
    color: #333; 
    font-family: Arial, sans-serif; 
    background-color:rgba(248, 233, 178, 0.705);
    margin-bottom: 1.5rem;
    border: 1px solid #ccc; 
    border-radius: 4px;
    padding: 8px; 
} 
select:hover { 
    border-color: #f79312; 
} 
select:focus { 
    outline: none; 
    border-color: #352703; 
    box-shadow: 0 0 5px rgba(255, 174, 0, 0.5); }

#message {
 height: 180px;
}


/*animation*/
@keyframes anime{
    from{
        transform: translate(-70px);
    }
}
input, textarea{
    background: rgba(245, 234, 224, 0.2);
    color: #301a04;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #88786b;
    border-radius: 4px;
}

button {
    width: 220px;
    height: 70px;
    background:rgba(245, 241, 224, 0.705);
    color: #0a0500;
    border:#969492 2px solid;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10x;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding:10px;
    transition: 0.2s;
}
button:hover{
    transform: scale(1.02);
    background:rgba(243, 202, 185, 0.705);
} 

/*formulaire responsive 800px*/
@media(max-width: 800px){
    .form-grid-un {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;  
    }
    
}
/*formulaire responsive 575px*/
@media(max-width: 575px){
    .form-grid-un {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; 
    }
}
                                                    /*_______________________________  partie images de la page commande______________________________*/
    .contenu-image{
        width: 100%;
        height: auto; 
        justify-content: center;
        text-align: center; 
        /*border:#000 1px solid;*/
    }
    .contenu-image img{
        width: 200px;
        height: 200px;
        margin-top: 10x;
        margin-left: 10px;
        margin-bottom: 30px;
        border:#000 1px solid;
    }
    

@media(max-width:576px){
    .image_p1{
        margin-top: 30%;
    }

    .image_p1 img{
        width: 30rem;
        height: 30rem;
    }
    .contenu-image img{
        width: 15rem;
        height: 15rem;
}
}

/* ======================================================== page fiche produit 1 et 2 ======================================================*/
.contenu-11{
    width: 100vw;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
@media(max-widht:576px){
    .contenu-11{
        margin-top: 40%;
}
}
    


 /* =======================================================  Nouveau  Footer  01/03/2024 =====================================================*/

.Container{
    max-width: 1170px;
    margin:auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

ul{
    list-style: none;
}

.footer{
    background-color:#a1825e;
    text-align: center;
    padding-top: 10px;
}
.footer h4{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px; 
    color:#d6d6d6;
}
 
.footer-col{
    width: 25%;
    padding: auto;
    margin-left: 7%;
}

.footer-col h4{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color:#ffff;
    margin-bottom: 5px;
}
.footer-col p{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color:#d8d2d2;
}
.footer-col ul li a{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color:#d8d2d2;
    text-decoration: none;
    color: #fcecd5bb;
    display: block;
}
.footer-col ul li a:hover{
    color:#ffff;
    padding-left: 8px;
}

.footer-col .logos-suivre a{
    height: 40px;
    width: 40px;
    text-decoration: none;
    margin-right: 10px;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
}

/*responsive*/
@media(max-width: 800px){
    .footer-col{
        width: 50%;
        margin-bottom: 10px;
    }
}
@media(max-width: 575px){
    .footer-col{
        width: 100%;
    }
}