body{
    background-color: #f1f1f1;
    font-family: 'Courier New', Courier, monospace;
    font-optical-sizing: auto;
    text-align: center;
    font-style: normal;
}

a{
    text-decoration: underline #1F1F1F;
    text-transform: uppercase;
    font-family: Poppins-semibold;
    color: #1F1F1F;
}

a:visited{
    color: var(--Color, #1F1F1F);
  
}

strong{
    font-size: 3vw;
    line-height: 6vw;

    }

.site-info{
    display:none;
}
.post-edit-link{
    display: none;
}
h1{
    margin-top: 5vh;
    font-size: 27vw;
    line-height: 14.063vw;
    text-align: center;
    font-family: newtitle;
    margin-bottom: 0;
    color: var(--Color, #1F1F1F);
    display: none;
}

h2{
    display: block;
    margin-top: 5vh;
    font-size: 42vw;
    line-height: 36vw;
    text-align: center;
    font-family: newtitle;
    margin-bottom: 0;
    color: var(--Color, #1F1F1F);
}

p{
    color: var(--Color, #1F1F1F);
    font-family: Poppins-light;
    font-size: 0.911vw;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}
.entryflexsing{
    display: block;
}
.home .entry-content{
display: block ;
width: 90vw;
margin-bottom: 0;
margin: 0 auto;
}

.home .entry-content  {
margin-bottom: 1.042vw;
        }

.home .entry-content h1 {
    display: none;
    width: 50%;
    margin-top: -1.042vw;

    }

.home .entry-content p{
    width: 70%;
    text-align: center;
    font-size: 2vw;
    margin: auto;
        }

.archive-thumbnail{
    border-radius: 50%;
    overflow: hidden;
}

.archive-grid{
    background-color: pink;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.archive-grid article{
   width: 27%;
   text-align: center;
   position: relative;
}

.archive-grid .entry-header{
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    background-color: brown;
    transition: all 0.3s ease-in-out;
}

.archive-grid .entry-header h3{
text-align: center;
color: white;
font-size: 3rem;
}

.archive-grid article img{
filter: grayscale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
 }

 .archive-grid article a:hover h3{
opacity: 1;
     }

      .archive-grid article a:hover img{
        filter: grayscale(0);
        transform: scale(1.1025);
        box-shadow: 0px 5px 15px rgba(49, 40, 0, 0.3);
     }

     .container{
        max-width: 90%;
        margin: 0 auto;
     }
     /*
** 3D
*/
.comments-area{
    display: none;
}
.ziuz{
    display: block;
    text-align: left;
}
.single main{
        max-width: 90%;
        margin: 0 auto;
}

.single main h1{
  display:none;
}
.single main{
    max-width: 90%;
    margin: 0 auto;

}

.entryflexsing .entry-header{
display: none;
}
.sousosutit strong{
    font-size: 2vw;
    line-height: 1vw;
}
.intrzo strong{
    font-size: 1.2vw;
    line-height: 0;
}  

.reply-title{
    text-align: left;
}

.circuitnam strong { 
    font-size: 12vw;
    font-family: newtitle;
    margin-bottom: 0;
    line-height: 10vw;
} 

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

h6{
    font-size: 2vw;
    font-family: Poppins;
    }

.wp-block-image{
    border: 2px solid #1F1F1F;
}

.nav-next{
    display: none;
}
.nav-previous{
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.containers {
    height: 16.667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    align-items: center;
    margin: 0 auto;
}

.card {
    width: 20vw;
    border-radius: .01rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
    margin: 2vw;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    border: rgba(0, 0, 0, 0.509) solid 0.04vw;
}

.card > .row {
    color: white;
    display: flex;
    background-color: #22373c21;
    flex-wrap: nowrap;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 30vw;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    display: none;
}

.description h4 {
    text-transform: uppercase;
    background-color: #0c171c32;
    padding: 10px;
    text-align: left;
    color: #f1f1f1;
    padding-right: 80px;
}
.description a {
text-decoration: none;

}
 
.entryflexsing{
    margin-bottom: 0vw;
}
input {
    display: none;
}

input:checked + label {
    width: 35vw;
}

.card[for="c1"] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.videos-box{
    width: 100%;
    margin-top: 0;
}


.canvas-box {
    height: 70vw;
    width: 70vw;
    border-radius: 1.563vw;
    margin: 0 auto;
}

@media(min-width: 700px){
    h1{
        margin-top: 5vh;
        font-size: 15.625vw;
        line-height: 14.063vw;
        text-align: left;
        display: block;
    }

    h2{
        display: none;
    }
strong{
font-size: 1vw;
line-height: 5vw;
}

    p{
        font-family: Poppins-light;
        font-size: 0.911vw;
    }
    
    .home .entry-content{
    width: 66.6vw;
    display: flex ;
    margin: 0;
    }
  
    .home .entry-content  {
    margin-bottom: 1.042vw;
            }
    
    .home .entry-content h1 {
        display: block;
    width: 25%;
    margin-top: -1.042vw;
        }
    .wp-block-heading h3 { 
        font-size:3vw ;
    }
    .home .entry-content p{
        width: 65%;
        text-align: start;
        margin-top: -0vw;
        font-size: 0.885vw;
            }
 .wp-block-column h3 { 
        font-size:2vw ;
    }
    .archive-thumbnail{
        border-radius: 50%;
    }
    
    .archive-grid article{
       width: 27%;
       text-align: center;
    }
    
    .archive-grid .entry-header{
        top: 50%;
        width: 100%;
    }
    
    .archive-grid .entry-header h3{
    text-align: center;
    font-size: 3rem;
    }
    
    .sousosutit strong{
        font-size: 1.4vw;
        line-height: 1;
    }
    .wp-block-image{
       width: 40vw;
       
        align-items: center;
        margin-top: 1vw;
    }
    .wp-block-image img{
       width: 70vw;
    
      }
   h6{
font-size: 2.4vw;
margin-bottom: 5vw;
}
.entryflexsing p{
    font-size: 1.2vw;
    line-height: 0;
}  

.entryflexsing strong a{
    font-size: 1vw;
}


.entryflexsing{
    display: flex;
    justify-content: space-between;
    width: 100%;
}




.wp-block-column h3{
text-align: start;
}


.wp-block-button__link {
    height: 2.7vw;
}


    .container{
            max-width: 90%;
            margin: 0 auto;
         }
         /*
    ** 3D
    */
    .canvas-box {
        height: 50vw;
        width: 50vw;
        border-radius: 1.563vw;
    
    }
.entryflexsing .entry-content{
margin-bottom: 0;
}
    .canvas-box canvas{
    display: inline;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 1.563vw;
    }
    

    .wp-block-video video{
        width: 100%;
    }

    .wrapper {
        width: 100%;
        align-items: end;
        justify-content: start;
    }
    
    .containers {
        height: 16.667vw;
        justify-content: start;
        max-width: 100%;
        align-items: start;
        flex-wrap: nowrap;
        margin-bottom: 2vw;
    }
    
    .card {
        width: 5.208vw;
        border-radius: .75rem;
        border-radius: 1.42rem;
        margin: 0 .521vw ;
        border: rgba(0, 0, 0, 0.509) solid 0.04vw;
    }

    .card > .row > .description {
        justify-content: center;
        height: 33vh;
        width: 27.083vw;
        align-items: flex-end;
    }
    
    .description p {
        padding-top: 0.26vw;
    }
    
    input:checked + label {
        width: 36vw;
    }


    .voirplusi{
        margin-top: 12vw;
    font-size: 17vw;
    line-height: 0;
    text-align: start;
    font-family: newtitle;
    margin-bottom: 7vw;
    color: var(--Color, #1F1F1F);
    }


strong{
    text-transform: capitalize;
}
    
}