body {
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
    padding: 0px;
    /*background-color: rgb(36, 35, 37);*/
    background-image: url("../images/fond.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: black;
}

.logo {
    max-width: 100%;
    max-height: auto;
}

header {
    background-color: black;
    display: flex;
    justify-content: space-between;
    height: 120px;
}

footer {
    background-color: #4D4C50;
    text-align: center;
    height: 30px;
    margin-top: 25px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 5px 0px inset black;
}


/* petit écran */

@media screen and (max-width:750px) {
    .bloc {
        display: none;
    }
    #ensemble_site {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 10px;
        padding-right: 15px;
        padding-left: 10px;
        border: 5px solid #CBCBCB;
        border-radius: 5px;
        display: flex;
        background-color: gray;
        opacity: 0.95;
        box-shadow: 0px 0px 10px 0px inset grey;
    }
}

@media screen and (max-width:485px) {
    .creative {
        display: none;
    }
    header {
        background-color: black;
        display: flex;
        justify-content: space-around;
        height: 120px;
    }
}

@media screen and (max-width:750px) {
    .entete {
        display: none;
    }
    .whonix {
        display: none;
    }
    .gnu {
        display: none;
    }
    .qubes {
        display: none;
    }
    .whonix2 {
        display: none;
    }
}


/*---------------------------------------*/

.bloc {
    width: 240px;
    height: 20px;
    background-color: black;
}

.tezeria {
    width: 240px;
    height: 120px;
}

.creative {
    width: 240px;
    height: 120px;
    color: white;
}

#scrollUp {
    position: fixed;
    bottom: 10px;
    right: -100px;
    opacity: 1;
}

.entete {
    margin-left: 15%;
    margin-right: 15%;
    padding-right: 0px;
    padding-left: 10px;
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: center;
}

.veracrypt {
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 10px;
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: center;
}

.veracrypt-image {
    margin-bottom: 60px;
    margin-right: 0px;
    margin: auto;
    min-width: 50%;
}

.veracrypt-texte {
    margin: 20px 15px 0px 15px;
}

.rclone {
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 10px;
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: center;
}

.rclone-image {
    margin-bottom: 60px;
    margin-right: 0px;
    margin: auto;
    min-width: 40%;
}

.dns-texte {
    margin-bottom: 0px;
    margin-right: 50px;
    min-width: 40%;
}

.rclone-texte {
    margin: 20px 15px 0px 15px;
}

.whonix {
    margin: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}

.gnu {
    margin: auto;
    margin-bottom: 60px;
    margin-right: 0px;
    margin-left: 0px;
}

.qubes {
    margin: auto;
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
}

.whonix2 {
    margin: auto;
    margin-left: 0px;
    margin-bottom: 10px;
}

p {
    margin: 20px;
}

h1 {
    text-align: center;
    padding-left: 60px;
    font-size: 30px;
    height: 60px;
    text-decoration: underline;
    display: inline-block;
}

h2 {
    margin-left: 20px;
}

h3 {
    text-align: left;
    padding-left: 50px;
    font-size: 35px;
    height: 100px;
    display: inline-block;
}

h4 {
    margin-left: 20px;
}

h5 {
    font-size: 25px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-style: initial;
}

hr {
    margin-left: 50px;
    margin-right: 50px;
}

ol {
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
}

.liste {
    padding-left: 0px;
    margin-left: 40px;
    list-style-type: circle;
}

.cadre {
    margin-left: 70px;
    margin-top: 0px;
    padding: 5px 10px 5px 10px;
    background-color: beige;
    border: 1px solid black;
    display: inline-block;
    overflow: auto;
    max-width: 40%;
}

.grand-cadre {
    margin-left: 70px;
    margin-top: 0px;
    padding: 5px 10px 5px 10px;
    background-color: beige;
    border: 1px solid black;
    display: inline-block;
    overflow: auto;
    width: 60%;
}

#ensemble_site {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 15px;
    padding-left: 10px;
    border: 5px solid #CBCBCB;
    border-radius: 5px;
    display: flex;
    background-color: gray;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 0px inset grey;
}

.contour {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.site1 {
    background-color: #a3a3a3;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.site2 {
    background-color: #525050;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: row;
    text-align: inherit;
    font-size: 20px;
}

.site3 {
    background-color: #a3a3a3;
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 280px;
    height: 60px;
    text-align: inherit;
    word-wrap: break-word;
    display: flex;
}

.site3:hover {
    font-weight: bold;
}

.site4 {
    background-color: #525050;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: row;
    text-align: inherit;
    font-size: 20px;
}

.site5 {
    background-color: #525050;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
    width: 275px;
    height: auto;
    display: flex;
    flex-direction: row;
    text-align: inherit;
    font-size: 20px;
}

@media screen and (max-width:600px) {
    .site4 {
        background-color: #525050;
        border: 1px solid black;
        border-radius: 5px;
        margin-left: 5px;
        margin-top: 10px;
        width: 315px;
        height: auto;
        text-align: inherit;
        display: flex;
        flex-direction: row;
        font-size: 14px;
    }
}

#categories {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 0px;
    padding-left: 10px;
    border: 5px solid #CBCBCB;
    border-radius: 5px;
    background-color: gray;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 0px inset grey;
}

.contour-cat {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#astuces {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 0px;
    padding-left: 10px;
    border: 5px solid #CBCBCB;
    border-radius: 5px;
    background-color: gray;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 0px inset grey;
}

.contour-astuces {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#personnalisation {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 0px;
    padding-left: 10px;
    border: 5px solid #CBCBCB;
    border-radius: 5px;
    background-color: gray;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 0px inset grey;
}

.contour-personnalisation {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#securitee {
    margin-left: 10%;
    margin-right: 10%;
    padding-right: 0px;
    padding-left: 10px;
    border: 5px solid #CBCBCB;
    border-radius: 5px;
    background-color: gray;
    opacity: 0.95;
    box-shadow: 0px 0px 10px 0px inset grey;
}

.contour-securitee {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
