/* CSS file
 * by Louis SWINNEN, 2019
 *
 */

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}

body  { 
    font-family: 'PT Sans', sans-serif; 
    padding-top: 30px; 
    padding-bottom: 10px;
}

.page {
    margin: 40px 0 30px;
}

.page-header {    
    margin: 40px 0 30px;
    border-bottom: 1px solid #eee;
}

#interet {
    font-weight: bold;
}
#description {
    color: rgb(134, 134, 134);    
}
#commun {
    margin-top: 20px;
}

div#DigiCertClickID_P16IU6D- img {
	height: 60px;
	margin: -5px;
}

#entete {
    border-left: 5px solid lightgray;
    padding-left: 15px;
}

#footer {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

#footer-copyright {
    margin-right: -45px;
}

#experience {
    font-weight: bold;
}


#codeblock {
    text-align: left;
    margin-left: 20px;
    padding-left: 10px;
    width: 350pt;
    border: 1px dashed black;
    font-size: 80%;
    background-color: #f0eee6;
}
/*
.card {
    margin: 0 auto; /* Added 
    float: none; /* Added 
    margin-bottom: 10px; /* Added 
    width: 50%;
}
*/
.card-space {
    margin-top: 20px;
}

.card-info {
    background-color: #d9edf7;
    color: #31708f;
}



code {    
    text-align: left;
    font-family: 'Source Code Pro', monospace;
    
}

.dropdown-item {
    font-size: 80%;
}

.cursor-pointer{
    cursor: pointer;
  }
