/* General Body and Container Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Header Styles */
.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header .logo {
    margin-right: 20px;
    border: 0;
}

.header .title-group img {
    display: block;
    border: 0;
}

/* Navigation Styles */
.main-nav {
    background-color: #f0f0f0;
    padding: 11px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.main-nav a {
    margin: 0 15px;
    font-weight: bold;
    color: #333;
}

/* Main Content Styles - MOBILE FIRST (default) */
.main-content {
    /* On mobile, columns will stack naturally */
    width: 100%;
}

.column {
    padding: 15px;
    box-sizing: border-box; /* Ensures padding doesn't add to width */
}

.column h2 img {
    max-width: 100%;
    height: auto;
}

.inscription-block {
    text-align: center;
    margin: 20px 0;
}

.inscription-block img {
    border: 0;
}

.inscription-block span {
    font-size: 0.9em;
    color: #555;
}

.experiments-block img {
    border: 0;
    display: inline;
}

.full-width-img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

#narrow_header, #sep_en_fr {
	display:none
}


/* --- MEDIA QUERY FOR WIDE SCREENS --- */
@media (min-width: 768px) {
    .main-content {
        display: flex; /* Arrange children (columns) in a row */
        justify-content: space-between; /* Puts space between them */
    }

    .left-column {
        width: 50%; /* Takes up the left half */
        padding-right: 20px;
        border-right: 1px solid #ddd;
    }

    .right-column {
        width: 50%; /* Takes up the right half */
        padding-left: 20px;
    }
	
	.welcome_link {
		display:none;
	}
}


@media only screen and (max-width: 767px) {
  center,h4,table {
    text-align: left;
	max-width: 100vw;
  }
  table.textBody td{
	padding-left:0;
  }
	#narrow_header, #sep_en_fr {
		display:block;
	}
	#wide_header {
		display:none;
	}
	.header .title-group img {
		width:100%;
	}
}

/* Footer Styles */
.footer {
    border-top: 2px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap on small screens */
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 0.9em;
    margin-bottom: 11px;
}

.partner-logos {
    text-align: right;
}

.partner-logos a {
    margin-left: 11px;
}

.partner-logos img {
    height: 43px;
    border: 0;
    vertical-align: middle;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #539EBD;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #539EBD;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #539EBD;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #904F39;
	text-decoration: none;
}

.textAccueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4A4A4A;
}
.textBord {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4DA0BE;
	width:100%;
}
.textBody {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4A4A4A;
}
.textTitre {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4A4A4A;
}
.textSousTitre {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4A4A4A;
}
table.textBody td{
	padding-left:5%;
}
