html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { height: 100%; } body { line-height: 1.45; -webkit-font-smoothing: antialiased; } img, picture, video, canvas, svg { display: block; height: auto; max-width: 100%; } html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } input, button, textarea, select { font: inherit; margin: 0; } iframe { border: 0; }

@font-face {
    font-family: 'Sora';
    src: url('fonts/Sora-Medium.woff2') format('woff2'),
        url('fonts/Sora-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;}

body {
    background-image:url("iconos/autres/un.webp");
    background-size:  100%;
    background-position: fixe;
    background-image: size;
    background-attachment:fixed;
    font-family: 'Sora';
    color: #6c490e;
    font-size: 14px;
}    

@media (max-width : 1000px) {
    body {
    background-size:250%;
    background-image: size;
    background-attachment:unset;
    color: transparent;
} 
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    font-size: 40px;
}

.header a {
    text-decoration: none;
    color: #6c490e;
    margin-right: 20px;
    margin-left: 30px;
}

.header-nav {
    font-size: 20px;
    position: fixed;
    margin-bottom: 20px;
    text-align: center;
    bottom:0px;
    right: 0;
    left: 0;
    background: transparent;
    columns: 5;
}

.header-site {
    position: fixed;
    text-align: right;
    margin-bottom: 50px;
    bottom:0px;
    right: 0;
    left: 0;
    background: transparent;
}

@media (max-width : 800px) {
    .header {
    font-size: 20px;
}
    .header-nav {
    font-size: 15px;
    margin-left: 0;
    columns: 3;
    position:fixed;
    text-align: left;}
}

.header-title{
    top: 20px;
    background: transparent;
    position: fixed;
    z-index: 999;
}


@media (min-width : 800px) {
    .header-title {
        z-index: 999;
        grid-column: span 4;
        position: fixed;
    }
}

.parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;}
    
.parallax__group {
    position: relative;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;}
  
.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}

.parallax__layer--fore {
    -webkit-transform: translateZ(50px) scale(.7);
    transform: translateZ(50px) translateX(70px) scale(.7);
    z-index: 1;}
        
    .parallax__layer--fore2 {
    -webkit-transform: translateZ(70px) scale(.7);
    transform: translateZ(70px)translateX(-70px) scale(.7);
    z-index: 1;}
      
    .parallax__layer--base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;}
    @media (max-width : 800px) {
        .parallax__layer--base {
        -webkit-transform: translateZ(0);
        transform: translateZ(0) translateX(90px);
        z-index: 6;} }
      
    .parallax__layer--back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;}
    @media (max-width : 800px) {
        .parallax__layer--back {
        -webkit-transform: translateZ(-300px) scale(2);
        transform: translateZ(-200px) scale(2) translateX(50px);
        z-index: 2;} }
            
    .parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;}
        
    .parallax__layer--deep2 {
    -webkit-transform: translateZ(-400px) scale(2);
    transform: translateZ(-400px) scale(2);
    z-index: 2;}  
      
    .parallax__layer--deep3 {
    -webkit-transform: translateZ(-400px) scale(2);
    transform: translateZ(-400px) scale(2);
    z-index: 6;} 
    @media (max-width : 800px) {
    .parallax__layer--deep3 {
    -webkit-transform: translateZ(-200px) scale(2);
    transform: translateZ(-200px) scale(1) translateX(150px);
    z-index: 6;} }
        
        
    #group1 {z-index: 5; top: 300px; left: 300px; margin-bottom: 1300px;}
        
        #group1 .parallax__layer--base{ top: 0; left: -1200px;}
        @media (max-width : 800px) {
            #group1 {left: -100px; width: 50%; z-index: 5; top: -100px;margin-bottom: 400px;}}

        #group1 .parallax__layer--back{ top: 0}
            @media (max-width : 800px) {
                #group1 {left: -100px; width: 40%; z-index: 5; top: 300px;margin-bottom: 600px;}}


    #group2 {margin-bottom: 1300px; left: 50px}
    
           
        #group2 .parallax__layer--deep2{ z-index: 4; top:400px; left: 1000px;}
        @media (max-width : 800px) {
            #group2 .parallax__layer--deep2{ top: 0px; left: 50px; } }

        #group2 .parallax__layer--deep3{ z-index: 4; top: 500px; left: -2000px;} 
        @media (max-width : 800px) {
            #group2 .parallax__layer--deep3{ top: -600px; left: 20px;} }
              
        #group2 .parallax__layer--base{ z-index: 3; top: 400px; left: 650px;}
        @media (max-width : 800px) {
            #group2 .parallax__layer--base{ top: -500px; left: 0px;} }

        #group2 .parallax__layer--base2 { top: 200px; left: -550px;}
        @media (max-width : 800px) {
            #group2 .parallax__layer--base2{ top: -750px; left: 0px;} }

        #group2 .parallax__layer--back {left: 700px; top: 200px}
        @media (max-width : 800px) {
            #group2 .parallax__layer--back{ top: -400px; left: 20px;} }

            @media (max-width : 800px) {
                #group2 {
                width: 50%;
                z-index: 5;
                top: 200px;
                margin-bottom: 200px;} }

    #group3bis {z-index: 4; top:0; margin-bottom: 800px;}
                @media (max-width : 800px) {
                    #group3bis {
                    width: 70%;
                    z-index: 5;
                    top: 200px;
                    margin-bottom: 200px;} }
        
                #group3bis .parallax__layer--base {top: 80px;left: -500px;}
                @media (max-width : 800px) { #group3bis .parallax__layer--base{ top: -500px; left: 130px; width: 80px} }
                                      
                #group3bis .parallax__layer--base2 {top: -250px;left: 800px;}
                @media (max-width : 800px) { #group3bis .parallax__layer--base2{ top: -300px; left: 50px; width: 100px} }
        
                #group3bis .parallax__layer--deep {top: 0px;left: -400px}
                @media (max-width : 800px) { #group3bis .parallax__layer--deep{ top: 0px; left: 50px; } }
                        
                #group3bis .parallax__layer--deep2 {top: 150px;left: -2000px;}
                @media (max-width : 800px) { #group3bis .parallax__layer--deep2{ top: 0px; left: 50px; } }
                                                      
                #group3bis .parallax__layer--deep3 {top: 0px;left: 800px;}
                @media (max-width : 800px) { #group3bis .parallax__layer--deep3{ top: -600px; left: 50px; } }

    #group3 {z-index: 4; top:0; margin-bottom: 250px;}
        @media (max-width : 800px) {
            #group3 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: 200px;} }

        #group3 .parallax__layer--base {top: 80px;left: -500px;}
        @media (max-width : 800px) { #group3 .parallax__layer--base{ top: -500px; left: 130px; width: 80px} }
                              
        #group3 .parallax__layer--base2 {top: -250px;left: 800px;}
        @media (max-width : 800px) { #group3 .parallax__layer--base2{ top: -300px; left: 50px; width: 100px} }

        #group3 .parallax__layer--deep {top: 0px;left: -400px}
        @media (max-width : 800px) { #group3 .parallax__layer--deep{ top: 0px; left: 50px; } }
                
        #group3 .parallax__layer--deep2 {top: 150px;left: -2000px;}
        @media (max-width : 800px) { #group3 .parallax__layer--deep2{ top: 0px; left: 50px; } }
                                              
        #group3 .parallax__layer--deep3 {top: 0px;left: 800px;}
        @media (max-width : 800px) { #group3 .parallax__layer--deep3{ top: -600px; left: 50px; } }

    #group4bis {z-index: 4; top:0; margin-bottom: 500px;}
        @media (max-width : 800px) {
            #group4bis {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: 0px;} }
     
        #group4bis .parallax__layer--base {top: -100px;left: 700px;}
        @media (max-width : 800px) { #group4bis .parallax__layer--base{ top: -200px; left: 130px; width: 80px} }
                                   
        #group4bis .parallax__layer--fore2 {top: -50px;left: 150px;}
        @media (max-width : 800px) { #group4bis .parallax__layer--fore2{ top: -50px; left: 100px;} }
     
        #group4bis .parallax__layer--fore {top: -100px;left: -600px}
        @media (max-width : 800px) { #group4bis .parallax__layer--fore{ top: -200px; left: 0px; } }
                     
        #group4bis .parallax__layer--deep2 {top: 0px;left: -1500px;}
        @media (max-width : 800px) { #group4bis .parallax__layer--deep2{ top: -100px; left: 50px; } }

    #group4 {z-index: 4; top: 0; margin-bottom: 800px;}
        @media (max-width : 800px) {
            #group4 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: -50px;} }
     
        #group4 .parallax__layer--base {top: -150px;left: 900px;}
        @media (max-width : 800px) { #group4 .parallax__layer--base{ top: -200px; left: 130px; width: 80px} }
                                   
        #group4 .parallax__layer--fore2 {top: 50px;left: 150px;}
        @media (max-width : 800px) { #group4 .parallax__layer--fore2{ top: -50px; left: 100px;} }
     
        #group4 .parallax__layer--fore {top: -100px;left: -600px}
        @media (max-width : 800px) { #group4 .parallax__layer--fore{ top: -200px; left: 0px; } }
                     
        #group4 .parallax__layer--deep2 {top: 200px;left: 500px;}
        @media (max-width : 800px) { #group4 .parallax__layer--deep2{ top: -100px; left: 50px; } }

    #group5bis {z-index: 4; top:0; margin-bottom: -950px;}
        @media (max-width : 800px) {
            #group5bis {
            width: 60%;
            z-index: 5;
            top: 100px;
            margin-bottom: 50px;} }
         
        #group5bis .parallax__layer--base2 {top: -800px;left: 340px;}
        @media (max-width : 800px) { #group5bis .parallax__layer--base2{ top: -200px; left: 130px; width: 100px} }
                                       
        #group5bis .parallax__layer--fore {top: -900px;left: 600px;}
        @media (max-width : 800px) { #group5bis .parallax__layer--fore{ top: -300px; left: 100px;} }
         
        #group5bis .parallax__layer--base2 {top: -700px;left: -500px}
        @media (max-width : 800px) { #group5bis .parallax__layer--base2{ top: -200px; left: 60px; width: 200px} }

    #group5 {z-index: 4; top:0; margin-bottom: -800px;}
        @media (max-width : 800px) {
            #group5 {
            width: 60%;
            z-index: 5;
            top: 200px;
            margin-bottom: 0px;} }
         
        #group5 .parallax__layer--fore2 {top: -600px;left: 340px;}
        @media (max-width : 800px) { #group5 .parallax__layer--fore2{ top: -200px; left: 130px; width: 100px} }
                                       
        #group5 .parallax__layer--fore {top: -900px;left: 600px;}
        @media (max-width : 800px) { #group5 .parallax__layer--fore{ top: -300px; left: 100px;} }
         
        #group5 .parallax__layer--base2 {top: -600px;left: -500px}
        @media (max-width : 800px) { #group5 .parallax__layer--base2{ top: -200px; left: 60px; } }

    #group6bis {z-index: 4; margin-bottom: 200px; left: 0px}
        @media (max-width : 800px) {
            #group6bis {
            width: 50%;
            z-index: 5;
            top: 200px;
           margin-bottom: 200px;} }
                      
       #group6bis .parallax__layer--base2{ z-index: 4; top:50px; left: 800px;}
       @media (max-width : 800px) {#group6bis .parallax__layer--base2{ top: -400px; left: 50px; } }
           
       #group6bis .parallax__layer--fore{ z-index: 4; top: 0px; left: 0px;} 
       @media (max-width : 800px) {#group6bis .parallax__layer--fore{ top: -400px; left: 100px;  width: 0px} }
                         
       #group6bis .parallax__layer--base{ z-index: 8; top: 200px; left: -250px;}
       @media (max-width : 800px) {#group6bis .parallax__layer--base{ top: -500px; left: 0px;} }
           

    #group6 {z-index: 4; margin-bottom: 1300px; left: 0px}
         @media (max-width : 800px) {
             #group6 {
             width: 50%;
             z-index: 5;
             top: 200px;
            margin-bottom: 500px;} }
                       
        #group6 .parallax__layer--base2{ z-index: 4; top:50px; left: 800px;}
        @media (max-width : 800px) {#group6 .parallax__layer--base2{ top: -400px; left: 50px; } }
            
        #group6 .parallax__layer--fore{ z-index: 4; top: 0px; left: -1000px;} 
        @media (max-width : 800px) {#group6 .parallax__layer--fore{ top: -400px; left: 100px;} }
                          
        #group6 .parallax__layer--base{ z-index: 8; top: 400px; left: 50px;}
        @media (max-width : 800px) {#group6 .parallax__layer--base{ top: -500px; left: 0px;} }
            
        #group6 .parallax__layer--back{ z-index: 1; top: 400px; left: -550px;}
        @media (max-width : 800px) {#group6 .parallax__layer--back{ top: 0px; left: 0px;} }

    #group7 {z-index: 4; top:0; margin-bottom: 200px;}
            @media (max-width : 800px) {
                #group7 {
                width: 70%;
                z-index: 5;
                top: 200px;
                margin-bottom: -100px;} }
         
            #group7 .parallax__layer--base {top: -150px;left: 900px;}
            @media (max-width : 800px) { #group7 .parallax__layer--base{ top: -200px; left: 130px; width: 80px} }
                                       
            #group7 .parallax__layer--fore2 {top: 50px;left: 150px;}
            @media (max-width : 800px) { #group7 .parallax__layer--fore2{ top: -50px; left: 100px;} }
         
            #group7 .parallax__layer--fore {top: -100px;left: -600px}
            @media (max-width : 800px) { #group7 .parallax__layer--fore{ top: -200px; left: 0px; } }
                         
            #group7 .parallax__layer--deep2 {top: 0px;left: -1500px;}
            @media (max-width : 800px) { #group7 .parallax__layer--deep2{ top: -100px; left: 50px; } }

    #group8 {z-index: 4; top:0; margin-bottom: 0px;}
            @media (max-width : 800px) {
                #group8 {
                width: 70%;
                z-index: 5;
                top: 200px;
                margin-bottom: 50px;} }
         
            #group8 .parallax__layer--base {top: -150px;left: -900px;}
            @media (max-width : 800px) { #group8 .parallax__layer--base{ top: -200px; left: 130px; width: 80px} }
                                       
            #group8 .parallax__layer--fore2 {top: -100px;left: 650px;}
            @media (max-width : 800px) { #group8 .parallax__layer--fore2{ top: -50px; left: 100px;} }
         
            #group8 .parallax__layer--fore {top: -50px;left: -600px}
            @media (max-width : 800px) { #group8 .parallax__layer--fore{ top: -200px; left: 0px; } }
                         
            #group8 .parallax__layer--deep2 {top: 200px;left: 500px;}
            @media (max-width : 800px) { #group8 .parallax__layer--deep2{ top: 200px; left: 50px; } }

    #group9 {margin-bottom: 300px; left: 50px}
           
            #group9 .parallax__layer--back {left: -1000px; top: 100px}
            @media (max-width : 800px) {
                #group9 .parallax__layer--back{ top: -400px; left: 20px;} }
    
                @media (max-width : 800px) {
                    #group9  {
                    width: 50%;
                    z-index: 5;
                    top: 200px;
                    margin-bottom: -150px;} }
    
    #group10 {z-index: 4; top:0; margin-bottom: -200px;}
         @media (max-width : 800px) {
            #group10 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: 700px;} }
                 
            #group10 .parallax__layer--base {top: 0px;left: 900px;}
            @media (max-width : 800px) { #group10 .parallax__layer--base{ top: -200px; left: 130px; width: 80px} }
                                               
            #group10 .parallax__layer--fore2 {top: 50px;left: 150px;}
            @media (max-width : 800px) { #group10 .parallax__layer--fore2{ top: -50px; left: 100px;} }
                 
            #group10 .parallax__layer--fore {top: -100px;left: -600px}
            @media (max-width : 800px) { #group10 .parallax__layer--fore{ top: -200px; left: 0px; } }

    #group11 {margin-bottom: 300px; left: 50px}
           
        #group11 .parallax__layer--base{ z-index: 3; top: 400px; left: 650px;}
        @media (max-width : 800px) {
            #group11 .parallax__layer--base{ top: -500px; left: 0px;} }

        #group11 .parallax__layer--base2 { top: 200px; left: -550px;}
        @media (max-width : 800px) {
            #group11 .parallax__layer--base2{ top: -750px; left: 0px;} }

        #group11 .parallax__layer--back {left: 700px; top: 500px}
        @media (max-width : 800px) {
            #group11 .parallax__layer--back{ top: -400px; left: 20px;} }

            @media (max-width : 800px) {
                #group11 {
                width: 50%;
                z-index: 5;
                top: 200px;
                margin-bottom: 100px;} }

    #group12 {z-index: 4; margin-bottom: 600px;}
         @media (max-width : 800px) {
            #group12 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: -100px;} }
                 
            #group12 .parallax__layer--deep2 {top: 300px;left: -500px;}
            @media (max-width : 800px) { #group12 .parallax__layer--deep2{ top: -200px; left: 130px; width: 200px} }

            #group12 .parallax__layer--base {top: 400px;left: 600px}
            @media (max-width : 800px) { #group12 .parallax__layer--base{ top: -200px; left: -30px; width: 250px } }

    #group13 {z-index: 5; top: 300px; left: 300px; margin-bottom: 600px;}
        
        #group13 .parallax__layer--back{ top: 0; left: 0;}
        @media (max-width : 800px) {
            #group13 {
                left: -100px;
                width: 50%;
                z-index: 5;
                top: 300px;
                margin-bottom: 700px;}}
 

    #group14 {margin-bottom: 700px; left: 50px}
           
        #group14 .parallax__layer--deep3{ z-index: 4; top: 500px; left: -2000px;} 
        @media (max-width : 800px) {
            #group14 .parallax__layer--deep3{ top: -600px; left: 20px;} }
              
        #group14 .parallax__layer--base2 { top: 200px; left: -550px;}
        @media (max-width : 800px) {
            #group14 .parallax__layer--base2{ top: -750px; left: 0px;} }

        #group14 .parallax__layer--back {left: 700px; top: 200px}
        @media (max-width : 800px) {
            #group14 .parallax__layer--back{ top: -400px; left: 20px;} }

            @media (max-width : 800px) {
                #group14 {
                width: 50%;
                z-index: 5;
                top: 200px;
                margin-bottom: 0px;} }

   #group15 {z-index: 4; top:0; margin-bottom: 1000px;}
        @media (max-width : 800px) {
            #group15 {
            width: 70%;
            z-index: 5;
            top: 50px;
            margin-bottom: 0px;} }

        #group15 .parallax__layer--base {top: 80px;left: -500px;}
        @media (max-width : 800px) { #group15 .parallax__layer--base{ top: -500px; left: 130px; width: 80px} }
                              
        #group15 .parallax__layer--base2 {top: 250px;left: 800px;}
        @media (max-width : 800px) { #group15 .parallax__layer--base2{ top: -300px; left: 50px; width: 100px} }

        #group15 .parallax__layer--deep3 {top: 300px;left: 800px;}
        @media (max-width : 800px) { #group15 .parallax__layer--deep3{ top: -600px; left: -100px; width: 300px } }

    #group16 {z-index: 4; top:0; margin-bottom: 500px;}
        @media (max-width : 800px) {
            #group16 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: -150px;} }
     
        #group16 .parallax__layer--base {top: -150px;left: 900px;}
        @media (max-width : 800px) { #group16 .parallax__layer--base{ top: -200px; left: -20px; width: 80px} }
                                   
        #group16 .parallax__layer--fore2 {top: 50px;left: 150px;}
        @media (max-width : 800px) { #group16 .parallax__layer--fore2{ top: -50px; left: 100px;} }
     
        #group16 .parallax__layer--fore {top: -100px;left: -600px}
        @media (max-width : 800px) { #group16 .parallax__layer--fore{ top: -200px; left: 0px; width: 300px } }
                     
        #group16 .parallax__layer--deep2 {top: 0px;left: -1500px;}
        @media (max-width : 800px) { #group16 .parallax__layer--deep2{ top: -100px; left: 50px; } }

    #group17 {z-index: 4; top:0; margin-bottom: -300px;}
        @media (max-width : 800px) {
            #group17 {
            width: 60%;
            z-index: 5;
            top: 200px;
            margin-bottom: 600px;} }
         
        #group17 .parallax__layer--fore2 {top: -600px;left: -500px;}
        @media (max-width : 800px) { #group17 .parallax__layer--fore2{ top: -200px; left: 130px; width: 100px} }
                                       
        #group17 .parallax__layer--base2 {top: -600px;left: 340px}
        @media (max-width : 800px) { #group17 .parallax__layer--base2{ top: -200px; left: 60px; } }

    #group18 {margin-bottom: 1200px; left: 50px}
           
        #group18 .parallax__layer--deep3{ z-index: 4; top: 500px; left: -2000px;} 
        @media (max-width : 800px) {
            #group18 .parallax__layer--deep3{ top: -600px; left: 20px;} }
              
        #group18 .parallax__layer--base2 { top: 200px; left: -550px;}
        @media (max-width : 800px) {
            #group18 .parallax__layer--base2{ top: -750px; left: 0px;} }

        #group18 .parallax__layer--back {left: 700px; top: 200px}
        @media (max-width : 800px) {
            #group18 .parallax__layer--back{ top: -400px; left: 20px;} }

            @media (max-width : 800px) {
                #group18 {
                width: 50%;
                z-index: 5;
                top: 200px;
                margin-bottom: 0px;} }

#group19 {z-index: 4; top:0; margin-bottom: 0px;}
        @media (max-width : 800px) {
            #group19 {
            width: 70%;
            z-index: 5;
            top: 200px;
            margin-bottom: 0px;} }
     
        #group19 .parallax__layer--base {top: -150px;left: -700px;}
        @media (max-width : 800px) { #group19 .parallax__layer--base{ top: -200px; left: -20px; width: 80px} }
                                   
        #group19 .parallax__layer--fore2 {top: 50px;left: 450px;}
        @media (max-width : 800px) { #group19 .parallax__layer--fore2{ top: -50px; left: 100px;} }
     
        #group19 .parallax__layer--deep2 {top: 0px;left: 1100px; width: 100%}
        @media (max-width : 800px) { #group19 .parallax__layer--deep2{ top: -100px; left: 50px; } }

  @keyframes defilement-rtl {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    100% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
      }
    }


@media (min-width : 800px) {
    .wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 50x;
    }
}

.box1 img{
    width: 100px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box1 iframe{
    width: 100px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box1 video{
    width: 100px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.box2 {
    grid-column: span 2;
}
.box2 img{
    object-fit:cover;
    width: 100%;
    height: 100%;
}

@media (min-width : 800px) {
    .wrapper2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }

}

.wrapper3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: calc(5vw + 1rem);
        margin-top: calc(8vw + 1rem);
        margin-left: calc(5vw + 2rem);
        margin-right: calc(5vw + 2rem);
        margin-bottom:calc(5vw + 1rem);
    }

    @media (max-width: 800px) {
        .wrapper3 {
            display: grid;
            grid-template-columns: 1fr;
            gap: calc(5vw + 1rem);
            margin-top: calc(18vw + 1rem);
            margin-left: calc(5vw + 2rem);
            margin-right: calc(5vw + 2rem);
            margin-bottom:calc(30vw + 1rem);
        } }

.item {
    text-decoration: none;

    display: grid;
    color:#6c490e;
    text-align: left;
    font-size: 14px;
    margin-top: calc(1vw + 1rem);
    margin-left: calc(1vw + 1rem);
    margin-right: calc(1vw + 1rem);
    margin-bottom: calc(1vw + 1rem);
    }


  .item2 {
    grid-template-columns: 1fr;
    text-decoration: none;
    margin-top: 50px;
    display: grid;
    color:#6c490e;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 800px) {
    .item2 {
        grid-template-columns: 1fr;
        margin-top: 0px;
        text-decoration: none;
        position:relative;
        margin-right: calc(0vw + 1rem);
        height: 100%;
        display: grid;
        color: #6c490e;
        text-align: left;
        font-size: 10px;}}

.item3 {
    margin-top: 50px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: grid;
    color: #6c490e;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 800px) {
    .item3 {
        margin-top: 10px;
        text-decoration: none;
        position:relative;
        margin-right: calc(0vw + 1rem);
        height: 100%;
        display: grid;
        color: #6c490e;
        text-align: left;
        font-size: 10px;}}


  .item4 {
    text-decoration: none;
    margin-top: 50px;
    display: grid;
    color:#6c490e;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 800px) {
    .item4 {
        margin-top: -50px;
        text-decoration: none;
        position:relative;
        margin-right: calc(0vw + 1rem);
        margin-bottom: 100px;
        height: 100%;
        display: grid;
        color: #6c490e;
        text-align: left;
        font-size: 10px;}}

  .item5 {
    position:relative;
    margin-top: -110px;
    text-decoration: none;
    display: grid;
    color:#6c490e;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 800px) {
    .item5 {
        position:relative;
        margin-top: -110px;
        margin-bottom: 100px;
        text-decoration: none;
        display: grid;
        color: #6c490e;
        text-align: left;
        font-size: 10px;}}