@charset "utf-8";
body { background: #f2bd49  url(fond.png) fixed no-repeat  0 0 ; }
body { color: #000000 ; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ; font-size:12px;}
.template_color { color: #ffffff ; }
.template_border_color { border-color: #000000 ; }
.template_backgroundcolor  { color: #000000; }
.titre { color: #000000 ; }
.titre { text-transform: uppercase; color:#000000; font-size: 12px;} 
.menu_niveau_1_on 	{ background-color:#000000; color:#000; }
.formcontent .titre { text-transform: none; color:inherit; font-size:12px;}
#template_header a	{ color:#000000 }
#template_header	{ color:#000000; }

.tutorial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.tutorial-header h2 {
    font-family: verdana, geneva, sans-serif;
}

.tutorial-badge {
    border: 2px solid #333;
    padding: 10px 15px;
    border-radius: 4px;
    white-space: nowrap;
    font-family: verdana, geneva, sans-serif;
}

.tutorial-badge p {
    margin: 0;
}

.authors-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
}

.author-card {
    text-align: center;
}

.author-name {
    font-weight: bold;
}

.author-affiliation {
    font-style: italic;
}

.author-photo {
    display: block;
    margin: 0 auto 15px;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.social-links a img {
    height: 30px;
    margin: 0 5px;
}

.content-text {
    line-height: 1.6;
}

hr {
    margin: 30px 0;
}

.widget-content {
    font-family: trebuchet ms, geneva;
}

.welcome-title {
    font-size: medium;
    font-weight: bold;
    color: #2ed0c6;
}

.body-text {
    color: #000000;
    font-size: small;
}

.section-heading {
    color: #33cccc;
    font-size: medium;
    font-weight: bold;
}