
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Oswald', sans-serif; */

#global{
    width: 1060px;
    margin: auto;
    font-family: 'Oswald', sans-serif;
}

/* Header */
header{
    
    text-transform: uppercase;
    border-bottom: 2px solid #190f06 ;
    border-top: 2px solid #190f06;
    margin: 20px 0 20px;
}
    /* Titre / Logo */

h1{
    font-size: 70px;
    margin-top: 0;
}
h2{
    font-size: 32.5px;
    letter-spacing: .25px;
    margin-top: -95px ;
    color: #69635d;
    margin-bottom: 5px;
}

    /* Nav */
    nav ul{
        list-style:none;
        font-size: 18px;
        float:right;
        margin-top: -77px;
      
        
       
    }
    
    nav ul li{
        display: inline-block;
        padding: 5px 0px 5px 25px;
        
        
    }
    a{
        text-decoration: none;
        color: black;
    }
    .current{
        color: #bb5002; 
    }
    
    a:hover{
        color: #bb5002;
    }
/* Section */
    /* colonnes */
.col{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.col-3-12{
    width: 250px;
}
.col-4-12{
    width: 340px ;
}
.col-6-12{    
    width: 520px;
}
.last{
    margin-right: 0;
}

/* Titre */

h3{
    text-align: center;
    font-size: 26px;
    
   

    
}
/* texte */
section p{
    margin-top: 0;
    font-size: 26px ; 
    font-weight: 200;
    line-height: 30px;
    
    
}
.cook{
    font-size: 60px;
    float: left;
    margin: 40px 10px -5px 0;
    font-weight: bold;
    text-transform: capitalize;
    
}
.c{
    font-size: 75px;
}

.yellow{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    
}
h4{
    margin-top: 0;
    font-size: 26px;
}
section p img{
    float: right;
}

/* footers */
footer{
    text-align: center;
    background-color: #bb5002;
    padding: 5px 0;
}
footer p {
    color: white;
    font-weight: 200;
    text-align: center;
}
.maj {
    text-transform: uppercase;
}
.bold{
    font-weight: 400;
}
/* Class clear */

.clear{
    clear: both;
}

.text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .overlay-1 {
    position: absolute;
    top : 688px;
    left: 430px;
    right: 0;
    background-color: #00000062;
    overflow:hidden;
    width: 0;
    height: 235px;
    transition: .5s ease;
  }
  
  .container-1:hover .overlay-1 {
    bottom: 0;
    width: 340px;
  }
  

    .overlay-2 {
        position: absolute;
        top : 688px;
        left: 790px;
        right: 0;
        background-color: #00000062;
        overflow:hidden;
        width: 340px;
        height: 0;
        transition: .5s ease;
      }
      
      .container-2:hover .overlay-2 {
        bottom: 0;
        height: 235px;
      }



      .overlay-3 {
        position: absolute;
        top: 688px;
        left: 1;
        right: 430px;
        background-color: #00000062;
        overflow: hidden;
        width: 0;
        height: 235px;
        transition: .5s ease;
      }
      
      .container-3:hover .overlay-3 {
        width: 340px;
        /* left: 0; */
      }

      .overlay-4 {
        position: absolute;
        top : 948px;
        left: 430px;
        right: 0;
        background-color: #00000062;
        overflow:hidden;
        width: 0;
        height: 235px;
        transition: .5s ease;
      }
      
      .container-4:hover .overlay-4 {
        bottom: 0;
        width: 340px;
      }
      
    
        .overlay-5 {
            position: absolute;
            top : 948px;
            left: 790px;
            right: 0;
            background-color: #00000062;
            overflow:hidden;
            width: 340px;
            height: 235px;
            opacity: 0;
            transition: .5s ease;
          }
          
          .container-5:hover .overlay-5 {
            
            opacity: 1;
          }
    
    
    
          .overlay-6 {
            position: absolute;
            top: 948px;
            left: 1;
            right: 430px;
            background-color: #00000062;
            overflow: hidden;
            width: 0;
            height: 235px;
            transition: .5s ease;
          }
          
          .container-6:hover .overlay-6 {
            width: 340px;
            /* left: 0; */
          }

input{
    border: 1px solid #bb5002;
    width: 243px;
    
}
#message{
    height: 60px;
}
.submit{
    background-color: #bb5002;
    color: aliceblue;
    width: 100px;
    height: 30px;
    margin-top: 10px;
}