html {
    font-size: 15.5px;
}

body {
    background-color: #f6f6f6;
    margin: auto;
    width: 50%;
}

.section-double-bloc {
    padding : 5px;
    display: flex;
    flex-direction: row;
}

.double-bloc-1 {
    width:20%;
    background-color: none;
    overflow: scroll;
    min-width: 110px;
}

.double-bloc-2 {
    width:80%;
    margin-left:5px;
    background-color: none;
    overflow: scroll;
}

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

    body {
        width: 75%;
    }
}



.presentation {
  text-align: justify;
  text-justify: inter-word;
  margin-top: 25px;
  margin-bottom: 25px;
}


.social-icons a {
    display: inline-flex;
    padding: 10px 14px 10px 0px;
}

.social-icons a svg {
    height: 30px;
    width: 30px;
}

.social-icons a:hover {
    color: var(--darkcolor);
}

div.highlight,
pre {
    position: relative;
}

div.highlight:hover .copy-code,
pre:hover .copy-code {
    display: block;
}


.profile .profile_inner h1 {
    font-size: 1.75rem;
}

.profile img {
    border-radius: 10%;
    border: 1px solid var(--tertiary);
    display: block;
}

.buttons {
    flex-wrap: wrap;
}

.button {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 6px 12px 6px 0px;
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
}


.button-30 {
    margin-right: 15px;
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 37.5px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}





.button-inner {
    padding: 8 8px;
}

.button:hover {
    background: var(--lightcolor);
}

