/* cmsms stylesheet: ofrom_global modified: 03/02/26 18:49:42 */
@font-face {
  font-family: "Gellix";
  src: url("/uploads/fonts/Gellix-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("/uploads/fonts/Gellix-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gellix";
  src: url("/uploads/fonts/Gellix-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --unine-black: #000000;
  --unine-blue: #0000aa;
  --unine-faculty-blue: #0099ff;

  --link: var(--unine-blue);
  --link-visited: var(--unine-blue);
  --link-hover: var(--unine-blue);
  --focus-ring: var(--unine-blue);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Gellix", Arial, sans-serif;
}

body {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #303030;
  background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--unine-black);
}

h1,
h2,
h3 {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

/* Liens globaux */
a,
a:visited {
  color: var(--link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--link-hover);
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

a img {
  border: 0;
}

#wrap {
  background-color: #ffffff;
  color: inherit;
  max-width: 1240px;
  min-width: 60em;
  margin: 0 auto;
}

#wrap ol,
#wrap ul {
  list-style: none outside none;
}

#wrap h1 {
  font-size: 1.33em;
  line-height: 1.8em;
}

/******************** HEADER — VERSION FLEX ********************/

#header {
  background-color: var(--unine-faculty-blue);
  min-height: 100px;
  padding: 10px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  box-sizing: border-box;
  clear: both;
}

/* Anciens wrappers neutralisés proprement */
#logos-header-container,
#logos,
#right-logos,
#title,
#contact-header-container,
#contact_header,
#header div.spacer {
  float: none;
}

/* Bloc logo gauche */
#logos {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 220px;
}

#logos a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#logos img,
.unine-logo {
  display: block;
  max-height: 80px;
  width: auto;
  border: 0;
}

/* Bloc central */
#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

#title h1,
#title h2 {
  margin: 0;
  padding: 0;
}

#title h2 {
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 2px;
}

#title h1 {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.35em;
  margin-top: 4px;
}

#title h1,
#title h1 a,
#title h1 a:visited,
#title h2,
#title h2 a,
#title h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

#title h1 a:hover,
#title h1 a:focus,
#title h2 a:hover,
#title h2 a:focus {
  color: #eaf6ff;
  text-decoration: none;
}

/* Bloc logos à droite */
#right-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  padding: 0;
}

#right-logos .logos {
  display: block;
  padding-right: 0;
  margin: 0;
}

#right-logos .logos a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#right-logos .logos img {
  display: block;
  max-height: 72px;
  width: auto;
  border: 0;
}

/* Ajustements optiques par logo si nécessaire */
#right-logos .logos img[alt="OFROM"] {
  max-height: 85px;
}

#right-logos .logos img[alt="Université de Fribourg"] {
  max-height: 68px;
}

/* Sécurité : anciens styles devenus inutiles */
#header h1,
#header p {
  float: none;
  width: auto;
  margin: 0;
}
#container {
  width: 100%;
}

#content {
  line-height: 1.6em;
  margin: 10px 10px 20px 10px;
  padding: 10px 20px;
  text-align: left;
  background-color: #ffffff;
  border-collapse: separate;
}

#content p {
  font-size: 1em;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

#content img {
  padding: 1px;
  display: inline;
}

h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}
#wrap #footer {
  background-color: var(--unine-faculty-blue);
  clear: both;
  margin: 0;   /* même logique que #content */
  padding: 14px 20px;
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.5;
  text-shadow: none;
  box-sizing: border-box;
}

#wrap #footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

#wrap #footer .footer-col {
  flex: 1 1 220px;
}

#wrap #footer .footer-site strong {
  font-weight: 600;
}

#wrap #footer .footer-org {
  text-align: center;
}

#wrap #footer .footer-links {
  text-align: right;
}

#wrap #footer .footer-links a,
#wrap #footer .footer-links a:visited {
  color: #ffffff;
  text-decoration: none;
  margin-left: 14px;
}

#wrap #footer .footer-links a:hover,
#wrap #footer .footer-links a:focus {
  text-decoration: underline;
}

/* Petit ajustement responsive */
@media (max-width: 900px) {
  #wrap #footer .footer-org,
  #wrap #footer .footer-links {
    text-align: left;
  }

  #wrap #footer .footer-links a {
    display: inline-block;
    margin: 4px 14px 0 0;
  }
}

.right {
  margin: 10px 0 5px 10px;
  float: right;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.dark_box {
  background-color: #f7f8ff;
  color: #4d80b9;
  border: 1px solid #e8e9ef;
  border-collapse: separate;
  padding-left: 25px;
  padding-right: 23px;
  padding-bottom: 5px;
  padding-top: 10px;
}

#box1 .dark_box p {
  color: #0a4816;
}

.dark_box_generic {
  margin-bottom: 8px;
  padding-top: 5px;
  color: #0a4816;
  align: center;
}

.dark_box_main {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 85%;
}

table.pagetable,
table.generic-table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  width: 100%;
  margin: 5px auto;
  line-height: 1.2em;
}

table.pagetable th {
  color: #464646;
  text-shadow: 0 1px 0 #ffffff;
  background: #cccccc;
  height: 45px;
  text-align: left;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10pt;
}

table.pagetable tr {
  height: 2.5em;
}

tr.row1 {
  background-color: #fff;
}

table.pagetable tr:hover {
  background: #ccc;
}

tr.row2 {
  background: #e5e5e5;
}

table.pagetable .ui-button,
#searchresult .ui-button {
  font-size: 0.9em !important;
}
#menu_horiz {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #7b7b7b26;
  box-shadow: 0px 7px 13px -15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10000;
}

#menu_horiz_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 49px;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 20px;
}

#menu_main {
  flex: 1 1 auto;
  min-width: 0;
}

/* très important : empêcher le menu utilitaire de partir à la ligne */
#menu_toplinks {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 20px;
}

/* neutraliser l'ancien comportement */
#menu_toplinks #topContainer {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#menu_toplinks #topContainer > span {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Chaque bloc après le premier reçoit un espace symétrique */
#menu_toplinks #topContainer > span + span {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

/* Le séparateur est dessiné exactement entre les deux espaces */
#menu_toplinks #topContainer > span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: var(--unine-blue, #0000aa);
}

#menu_toplinks a,
#menu_toplinks a:visited {
  color: var(--unine-blue, #0000aa);
  text-decoration: none;
  font-family: "Gellix", Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
}

#menu_toplinks a:hover,
#menu_toplinks a:focus {
  text-decoration: underline;
}
/* cmsms stylesheet: ofrom_items modified: 03/02/26 18:49:42 */
.download_page {
    text-align: center;
}
.download_page a {
    text-decoration: none;
}
.download_page img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    border-radius: 5px;
}

details { 
    padding: .75em .75em 0;
    margin-top: 10px;
}

summary {	
    color: #FFFFFF;
    background-color: #b3cee1;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

summary::before {
    content: "+";
    padding-right: 5px;
}

details[open] {
    padding: .75em;
}

details[open] summary {
    margin-bottom: 10px;
}

details[open] summary::before {
    content: "\2212";
}

.lien_txt {
    background: url("https://www.unine.ch/modules/unine-templates/images/sprite1.png") no-repeat -383px -44px;
    padding-left: 10px;
    line-height: 1.5em;
    font-size: 0.8em;
}
.lien_txt a {
    color: #0066a1;
    padding: 5px 20px 5px 0px;
    text-decoration: none;
}
.lien_txt a.external {
    background: url("https://www.unine.ch/modules/unine-templates/images/icon_newwin.gif") no-repeat right 3px;
}
.lien_txt a:hover {
    text-decoration: none;
}
/* cmsms stylesheet: main modified: 03/02/26 18:49:42 */
.calendar-event hr{
display:block;
}

#NewsPostDetailSummary{
margin:10px 0;
}
#NewsPostDetailDate h4{
color:#828282;
margin-bottom:5px;
}
#NewsPostDetailReturnLink{
margin:10px 0;
}

#container{
float:left;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
background-color: #FFFFFF;
    color: #505050;
    float: right;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 10px 0 20px 10px;
    padding: 0 15px 10px 0;
    width: 190px;}

#extras p {
margin: 0 0 1.5em 0;
}
#extras h1{
font-size:1.3em;
}
#extras h2{
font-size:1.1em;
}
#extras h3{
text-align:left;
font-size:1.1em;
border-bottom: 2px solid #4D4D4D;
font-weight: bold;
    margin: 0 0 8px;
    padding: 0 0 2px;
color:#4D4D4D;
}

#extras h4{
color:#828282;
font-size: 1.15em;
line-height:1.5em;
    font-weight: bold;
    margin: 0 0 4px;
    padding: 0 0 2px;
    text-align: left;
}

#content {
width: 78%;
}
#content a:link, a:visited {
    outline: medium none;
    text-decoration: underline;
}
#content .calendar-event{
font-size:1.2em;
}

.calendar-event h2{
color:#4D4D4D;
    font-weight: bold;
    margin: 0 0 2px;
    padding: 0 0 2px;
    text-align: left;
}

.calendar-event a {
    color: #0066A1;
    text-decoration: none;
}
.calendar-event a:hover{
background-color:#B3CEE1;
color: #0066A1;
text-decoration:none;
}
.extra-bloc{
margin: 20px 0;
}
/* cmsms stylesheet: form modified: 03/02/26 18:49:42 */
/* FormBuilder — version harmonisée OFROM / UniNE */

.formbuilderform {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  font-family: "Gellix", Arial, sans-serif;
  background: #f7f9fc;
  border: 1px solid #dbe4ee;
  box-sizing: border-box;
}

.formbuilderform form {
  margin-top: 0;
}

.formbuilderform div {
  margin-bottom: 8px;
}

.formbuilderform fieldset {
  margin-bottom: 1em;
  border: 0;
  padding: 0.5em 0;
}

.formbuilderform legend {
  color: var(--unine-black, #000000);
  background: transparent;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0;
  border: 0;
}

.formbuilderform label {
  display: block;
  float: left;
  width: 210px;
  margin-right: 12px;
  color: var(--unine-blue, #0000aa);
  font-family: "Gellix", Arial, sans-serif;
}

.formbuilderform label.label {
  display: inline;
  float: none;
  width: auto;
}

.formbuilderform input,
.formbuilderform textarea,
.formbuilderform select {
  font-family: "Gellix", Arial, sans-serif;
  font-size: 0.95em;
  color: #303030;
  background: #ffffff;
  border: 1px solid #9bb6d3;
  border-radius: 4px;
  box-sizing: border-box;
}

.formbuilderform input[type="text"],
.formbuilderform input[type="password"],
.formbuilderform input[type="email"],
.formbuilderform select {
  padding: 6px 8px;
}

.formbuilderform textarea {
  width: 25em;
  min-height: 10em;
  padding: 8px;
  resize: vertical;
}

.formbuilderform input:hover,
.formbuilderform input:focus,
.formbuilderform textarea:hover,
.formbuilderform textarea:focus,
.formbuilderform select:hover,
.formbuilderform select:focus {
  border-color: var(--unine-blue, #0000aa);
  background: #ffffff;
}

.formbuilderform input.checkbox {
  border: none;
  background: transparent;
}

.formbuilderform .message {
  line-height: 1.4;
  padding: 0 0 8px 0;
}

.formbuilderform .captcha {
  margin: 0.5em 0;
  width: 250px;
  text-align: center;
}

.formbuilderform .captcha img {
  border: 1px solid #9bb6d3;
  margin-bottom: 0.5em;
}

.formbuilderform .captcha input {
  width: 196px;
  margin-top: 0.5em;
}

.formbuilderform .submit {
  margin-top: 0.75em;
  margin-left: 0;
}

.formbuilderform input[type="button"],
.formbuilderform input[type="submit"] {
  padding: 7px 12px;
  background: var(--unine-blue, #0000aa);
  color: #ffffff;
  border: 1px solid var(--unine-blue, #0000aa);
  border-radius: 4px;
  cursor: pointer;
  font-family: "Gellix", Arial, sans-serif;
  font-weight: 600;
}

.formbuilderform input[type="button"]:hover,
.formbuilderform input[type="submit"]:hover,
.formbuilderform input[type="button"]:focus,
.formbuilderform input[type="submit"]:focus {
  background: var(--unine-faculty-blue, #0099ff);
  border-color: var(--unine-faculty-blue, #0099ff);
}
/* cmsms stylesheet: concordancier modified: 03/02/26 18:49:42 */
#sound-data{
text-align:center;
margin:0 auto;
}
#player{
float:left;
}
.highlighted{
color:#2B56A0;
font-weight:bold;
}
.secondary{
color: #919191;
}
.segment-text:hover{
background-color:#FAFDFD;
cursor:url(/uploads/images/site/info_small.png),auto;
}

.text-block{
text-align:center;
font-size:13pt;
margin:10px auto;
padding: 5px;
border:1px solid #CCCCCC;
background-color:#F4F4F4;
border-radius: 5px 5px 5px 5px;
width:680px;
}

#download-block{
float:left;
margin:5px;
text-align:left;
}
#download-block *{
margin:5px 0px;
}
#download-block input{
font-size:95%;
}
.generic-block{
}
.generic-table{
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
margin: 10px 20px 0px 10px;
float:left;
}
.generic-table tr{
height:2em;
}

.generic-table td,th{
color: #333333;
    padding-left: 5px;
    padding-right: 5px;
}
.no-result{
text-align:center;
font-size:11pt;
margin:10px auto;
padding: 5px;
border:1px solid #CCCCCC;
background-color:#F0F0F0;
border-radius: 5px 5px 5px 5px;
}
#accordion fieldset{
border:none;
}
#selectors{
margin:10px 10px 30px 10px;
}
#loading{
	margin: 100px auto;
    position: absolute;
    text-align: center;
	z-index: 1000;
}
#loading img{
	background-color: transparent;
	border: none;
}

#content table.pagetable td{
padding:3px 5px;
}
#sound-data table.generic-table th,td {
padding:3px 5px;
}

#tabs-1 input[type="text"]{
color:#2B56A0;
font-weight:bold;
}
.instructions{
margin:3px 0;
background-color:#F7F8FF;
border:1px dotted silver;
text-align:center;
color:#828282;
}
#statsresult_container{
width:100%;
}
#tabs-1 fieldset label{
width:250px;
} 

#segments-options{
text-align:center;
color:#fff;
padding:5px;
}
/* cmsms stylesheet: open_sans modified: 03/02/26 18:49:42 */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
