/*Body*/
body{
    background-color: #141414;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    color:white;

}


body .page{
    margin:30px 90px;
    animation: transitionHeader;
    animation-duration: 0.5s;
}

/*Navigation*/
nav{
    opacity: 1;
    display:flex;
    padding:20px 0px;
    position: sticky;
    top:0;
    background-color: #141414;

}

.btn{
    margin-top: 20px;
    margin-bottom: 20px;
    float:left;
    text-decoration: none;
    color:white;
    font-size:20px;
}

.menu{
    display: flex;
    padding: 0px 50px; /*Décale le menu vers la droite de 50px*/
}

.menu2{
    display: flex;
    padding: 0px 50px; /*Décale le menu vers la droite de 50px*/
}

.submenu{
    display: none;
    flex-direction: column;
    clear:left;
    top: 50px;
	left: 40px;
    animation: transitionHeader;
    animation-duration:0.5s;
    border-left: 2px solid white;
}

.submenu a{
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 30px;
}


.bg{
    width: 50px;
    height: 30px;
}

.burger{
    visibility: hidden;
}

nav .menu a{
    cursor: pointer;
    margin-right: 30px;
     
}


nav .menu a:hover{
    font-size: 131%;
    text-shadow: 1px 0px 0px white; 
    animation: transitionText 0.5s;
    animation-delay: 0s;
}

nav .menu > div > .submenu a:hover{
    font-size: 17px;
    animation: transitionTextSub 0.5s;
}

nav .menu > div:hover > .submenu{
    display:flex;
}




/*Header*/
header{
    margin-top: 40px;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: 100%
}

header h1{
    margin-top: 50px;
    text-align:center;
    font-size: 60px;
    text-shadow: 5px 5px 5px black;  
    padding:100px;
    animation: transitionHeader;
    animation-duration: 0.5s;

}

nav .obj{
    position: absolute;
    width: 50px;
    height: 50px;
    margin-right: 50px;
    right: 10px;
}

footer .copyright {
    margin-top:14px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
}


/*Textes*/
p{
    margin: 20px 30px 20px;
    font-size: 18px;
}


.accroche{
    font-style: italic;
}

.gemini{
    width: 10%;
    height: 10%;
    float: right;
}

.qbit{
    margin-left: 40%;
}

.hola{
    text-align: end;
    margin-right: 5cm;
}

.bit{
    position: relative;
   width: 500px;
   height: 200px;
   margin-right: 50px;
   left:10%;
}

.loi{
   color:red;
   margin:auto; 
}

.froid{
    display: flex;
    width: 400px;
    height: 400px;
    margin-left:40%;
}

h3{
    margin: 50px 0px 20px;
    font-size: 25px;
}

ul{
    margin: 0px 30px 20px;
}

.titre{
    font-size: 30px;
    border: solid white;
    display:inline;

}

::placeholder{
    color: rgb(177, 177, 177);
}

#daterecontact{
    color:white;
}

.formulaire{
    margin-top: 10px;
    margin-left:20px
}

input{
    background-color:#141414;
    border: solid 2px white;
    text-decoration: white;
    color:white;
}

button{
    margin-top: 10px;
    margin-left:20px;
    padding:10px 10px;
    border:none;
    background-color: #1f30c5;
    cursor:pointer;
    font-size:15px;
    color:white;
    outline:0;
}

/*Footer*/


footer{
    margin-top: 50px;
    background-size: 100%; 
    background-color:#1f1f1f;
}

footer div {
    display:flex;
    padding:20px 20px; 
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}
  
footer ul {
    padding:0;
    list-style: none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}
  
footer ul a {
    color:inherit;
    text-decoration:none;
}

footer h3 a{
    color: inherit;
    text-decoration: none;
}

li h4 a{
    color: inherit;
    text-decoration: none;
}

.scr{
    text-decoration: none;
    color:blue;
}
  
.colonne{
    columns: 5;
    display: flex;
    flex-direction: column;
    text-align: center;
}
  

.tel{
    width: 10%;
    height: 10%;
    margin-right: 5px;
}

.arobase{
    width: 13%;
    height: 13%;
    margin-right: 5px;
}

.az{
    margin-bottom: 10px;
}

/*Autres*/

@keyframes transitionHeader{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
}

@keyframes transitionText {
    from{
        font-size: 120%;
    }
    to{
        font-size: 131%;
    }
}

@keyframes transitionTextSub {
    from{
        font-size: 15px;
    }
    to{
        font-size: 17px;
    }
}

@keyframes test {
    from{
        font-size: 120%;
    }
    to{
        font-size: 131%;
    }
}

@media screen and (max-width: 650px) {

    footer div {
        display:flex;
        padding:20px 20px; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header h1 { 
       font-size: 1.2em;
       padding:50px;
    }
    
    nav .burger .menu2 > div:hover > .submenu{
        display:flex;
    }

    header{
        background-size: 150%;
        background-position: -150px;
    }

    nav .menu2{
        display: none;
        flex-direction: column;
    }

    nav .burger:hover .menu2{
        display:flex;
        flex-direction: column;
    }

    nav .obj{
        margin-right: 10px;
    }


    .bg{
        visibility: visible;
    }

    .burger:hover{
        visibility: visible;
    }

    nav .menu{
        visibility: hidden;
        position:absolute;
    }

    h2{
        margin: 50px 0px 20px;
        font-size: 20px;
    }

    body .page{
        margin:5px 30px;
    }

    .froid{
        width: 200px;
        height: 200px;
        left:50px;
    }

    .qbit{
        margin-left: 10%;
        height: 150px;
    }

    .gemini{
        height: 30%;
        width: 30%;
        float:right;
        margin-right: 220px;
        margin-bottom: 20px;
    }

    .hola{
        text-align: start;
    }


 
}

