body {
    background-color: #070D16;
    font-family: 'Montserrat', sans-serif;
    
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}



h2, h3 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 2em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

h3 {
    font-size: 1.000em;
    margin-top: none;
}
h1 {
    color: #070D16;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.067em;
}
p {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 1em;
}

nav {
    margin-top: 0px;
    height: 80px;
    background-color: #070D16;
    width: 100%;
    position: fixed;
    z-index: 100;
    scroll-behavior: smooth;
}

nav img {
    width: 75px;
    position: absolute;
    top: 10px;
    left: 5%;
}

nav ul {
    float: right;
    margin-right: 5%; 
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 15px;
}

nav ul li a{
    position: relative;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
}

nav ul li a:hover{
    color: #263EFF;
}


label #btn,
label #cancel {
    position: relative;
    color: white;
    font-size: 2em;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

/*Accueil*/



.home {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;  
    display: inline-block;
    margin-top: 20vh;
    text-align: center;

}

.home img {
    display: inline-block; 
    width: 200px;
    height: auto;
    text-align: center;
    margin-bottom: 2px;
}

.hometexte h2 {
    margin-bottom: 5px;
}


.hometexte{

    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.metiers {
    color: #263EFF;
}

.designer {

    font-size: 3em;
    background-color: #263EFF;
    padding-right: 5px;
    padding-left: 5px;
    color: #070D16;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: auto;
    margin-left: auto;

}


.reseauxsociaux {
    display: inline-block;
    width: 70%;
    height: auto;
    text-align: center;
}

.reseauxsociaux img{
    width: auto;
    height: 25px;
    margin: 15px;
}

.boutontexte {
    background-color: #263EFF;
    padding: 15px;
    color: white;
    font-size: 1em;
    border-radius: 30px;
    width: 150px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}





/*
.hometexte {
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    display: inline-block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.home {
    margin-right: auto;
    margin-left: auto;
}

.home img{
    width: 200px;
    height: auto;
}

.reseauxsociaux img {
    width: auto;
    height: 35px;
    margin: 15px;
}

.boutontexte {
    background-color: #263EFF;
    border-radius: 40px;
    padding: 15px;
}

.designer h2{
    font-size: 2em;
    color: #070D16;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10;
    background-color: #263EFF;
}

*/




.about, .competences, .services, .portfolio, .contact{
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    height: auto;
    margin-bottom: 80px;
}

.textes {
    width: 45%;
    height: auto;
    background-color: #263EFF;
}

.textes p {
    padding: 20px;
}

.images {
    height: 300px;
    margin-left: 55%;
}

/*Compétences*/ 

.bluerectangle {
    width: auto;
    height: auto;
    padding: 20px;
    background-color: #263EFF;
    justify-content: center;
    text-align: center;
}

.bluerectangle img {
    margin:20px;
    width: auto;
    height: 50px;
}

.code, .autre, .adobesuite, .autre {
    height: auto;
    display: inline-block;
    margin-right:5px;
}

.code, .autre{
   width: auto; 
   height: 278px;
}

.adobesuite{
    width: auto;
}


.icones {
    display: inline-block;
    text-align: center;
}

/*Services*/
.ligne {
    text-align: center; 
}

.bloc {
    width: 20%;
    height: 300px;
    display: inline-block;
    margin: 0;
}

.bloc img{
    display: inline-block;
    text-align: center;
    width: auto;
    height:65px;
}

.servicestextes {
    background-color: #263EFF;
    width: 75%;
    height: auto;
    padding: 15px;
    display: inline-block;
    margin-bottom: 35px;
    text-align: left;
}

/*Portfolio*/


.category_container {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    height: auto;
    margin-top: 45px;
    justify-content: center;
    align-items: center;
}

.category_item{
    width: auto;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    color: white;
    line-height: 15px;
    justify-content: space-around;
    display: inline-block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    margin-right: 20px;
    
}

.category_item:hover,
.category_item.active{
    background-color:#263EFF;
    color: #070D16;
}

.block_container{
    margin-top: 25px;
    column-count: 3;
}


.design_item{
 transition: all 0.3s ease-in-out;

}

video {
    width: 100%;
    margin-bottom: 1em;
}

iframe{
    margin-bottom: 1em;
    margin-top: 1em
}

.hide {
    transform: scale(0);
    width: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

 img {
    width: 100%;
    margin-bottom: 1em;
    cursor: pointer;
}

.mygallery{
    width: 40%;
    height: auto;
    
}


/*Footer*/

.contactsocial img {
    width: auto;
    height: 25px;
    display: inline-block;
    margin: 35px;
    text-align: center;
}

.contactsocial {
    text-align: center;
}

.contact p{
    font-size: 1em;
    text-align: center;
    padding: 20px;
    background-color: #263EFF;
}

.contact {
    width: 70%;
}

footer {
    color: white;
    font-family: 'Montserrat', sans-serif;
    background-color: #263EFF;
    width: auto;
    height:auto;
    text-align: center;
    padding: 10px;
}