@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'Roboto', sans-serif;
	margin:0;
}

#topWrapper {
    background-color: white;
}

#divTop {
    width: 1160px;
    margin: 0 auto;
    /*padding-right: 25px;*/
}

#divHead .logo {
    margin-top: 10px;
    margin-left: 0px;
	width: 200px;
}

#divTopNav {
    height: auto;
    margin-top: 10px;
}

#divTopNav .cMenuRow1 {
    display: block;
    background-color: #eaeaea;
    min-height: 40px;
    height: auto;
    line-height: 40px;
    font-weight: 300;
}

.containerevent {
    width: 1160px;
    margin: 0 auto;
	color: var(--primary-color);
	/*font-weight: bold;*/
}
.containerevent2 {
    width: 1160px;
    margin: 0 auto;
	color: #000000;
	line-height: 20px;
	padding-bottom: 15px;
}

.agenda-title,
.howto-title {
	color:#315d4d;
	font-family: HelveticaNeue-Roman, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.agenda-div,
.howto-div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 1em;
	font-size: 1em;
}
.agenda-day,
.howto-item {
	flex-grow:1;
	width:100%;
}
.agenda-day ~ .agenda-day,
.howto-item ~ .howto-item {
	padding-left: 1.5em;
}
.howto-item a {
	text-decoration: none;
}
.agenda-day-title {
	background-color : #59a288;
	color : #ffffff;
	text-align: center;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.agenda-day-item,
.agenda-spacer {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.agenda-day-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
.plenary-item-title,
.agenda-day-item-date,
.agenda-day-item-title {
	font-family: HelveticaNeue-Roman, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

.agenda-day-item-text {
	font-size: 0.95em;
	color:#888888;
}
.agenda-day-item-button {
	background-color: #dcc327;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .4s linear;
	padding: 5px 10px 5px;
	transition: all .4s linear;
	font-size: 0.8em;
	width:8em;
	letter-spacing: 0.05em;
	margin-top:1em;
	margin-bottom:0.5em;
	line-height: 1.8em;
}
.time-zone-info {
	font-size: 0.9em;
	color: #666666;
	font-family: HelveticaNeue-Light,Helvetica,Arial,sans-serif;
}
a.agenda-day-item-link {
	text-decoration:none;
}
.agenda-day-item-button-video {
	background-color: #28625d;
	width: 11em;
}
.agenda-day-item-button:hover {
	color: #dcc327;
	background-color: rgba(196,178,0,0);
}
.agenda-day-item-button-video:hover {
	color: #28625d;
	background-color: rgba(196,178,0,0);
}
.agenda-day-item-button-disable,
.agenda-day-item-button-disable:hover {
	background-color: #8b8b8b;
	color: #fff;
	cursor: default;
}
a.agenda-day-item-detail {
	text-decoration:none;
	color: #8b8b8b;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .4s linear;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	margin-top:0;
	margin-bottom:2.5em;
	line-height: 1.8em;
}
a:hover.agenda-day-item-detail {
	opacity: .6;
}
.agenda-day-item-detail-spacer {
	margin-top:0.5em;
}
.howto-item-title {
	color : #5db295;
	text-align: center;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 0.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: HelveticaNeue-Roman, Arial, sans-serif;
}
.howto-item-icon {
	overflow: hidden;
    width: 94px;
    height: 94px;
	text-align: center;
	margin: auto;
}

.containeregister {
    /*width: 230px;*/
    margin: 0 auto;
}

#divTopNav .cMenuRow1 a {
    display: inline-block;
    color: #373534;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 46px;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#divTopNav .cMenuRow1 a:hover {
    color: var(--primary-color);
}

h1 {
    font-size: 32px;
    color: #00b0f1;
	margin-top:5px;
}

#fg_membersite fieldset {
	margin : 0 auto;
	color: var(--primary-color);
}

#fg_membersite input[type="submit"].login-submit
{
	float:right;
	width:90px;
}

#fg_membersite input[type="text"]:focus,
#fg_membersite textarea:focus {
    color: #000;
    border: 1px solid var(--primary-color);
    background-color: #ffffff;
}

.success {
  color: #ffffff;
  background-color: #59a288;
}

.footerlogo {
	float:left;
	margin-top: 20px;
}
.footerfollow2024 {
	float:right;
	color: #8b8b8b;
	margin-top: 32px;
}

.footerlogo .logo {
    width: 150px;
}

.footerlogo .content-title {
	color: #666666;
	font-family: HelveticaNeue-Roman, Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 45px;
	line-height: 1em;
	margin-top: 3px;
}
.footerlogo .content-copyright {
	color: #888888;
	font-family: HelveticaNeue-Roman, Arial, sans-serif;
	font-size: 0.6em;
	margin-left: 3px;
	line-height: 1.5em;
}

div.footerfollow2024 .follow-title {
	float:left;
	margin-right: 1.5em;
	text-transform: uppercase;
	font-size: 0.7em;
	margin-top: 0.8em;
}
div.footerfollow2024 ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin-bottom: 8px;
	float:left;
}
div.footerfollow2024 ul::after {
    clear: both;
    content: '';
    display: table;
}
div.footerfollow2024 ul li {
    position: relative;
    padding-left: 0 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	display: inline;
}
div.footerfollow2024 ul li > a {
    display: block;
    overflow: hidden;
    padding: 0;
    background-repeat: no-repeat;
    float: left;
	width: 18px;
    height: 18px;
	margin: 0 0 0 20px;
	opacity: .8;
}

div.footerfollow2024 ul li > a:hover {
    opacity: .6;
}

.social-network-2024.linkedin {
	background-image: url('../images/icon-linkedin.svg');
}
.social-network-2024.twitter {
	background-image: url('../images/icon-twitter.svg');	
}
.social-network-2024.facebook {
	background-image: url('../images/icon-facebook.svg');	
}
.social-network-2024.youtube {
	background-image: url('../images/icon-youtube.svg');	
}
.social-network-2024.instagram {
	background-image: url('../images/icon-instagram.svg');	
}
.social-network-2024.wechat {
	background-image: url('../images/icon-chat.svg');	
}
.social-network-2024.spotify {
	background-image: url('../images/icon-spotify.svg');	
}

table {
    border-collapse: collapse;
    width: 100%;
	margin-top : 30px;
}

td, th {
    border: 1px solid var(--primary-color);
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

h1, h2 {
	margin-bottom : 5px;
}

textarea {
  width: 95%;
  padding: 0.5em 0.5em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  resize: none;
  height: 6em;
}

button {
  display: block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: var(--primary-color);
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  min-width: 250px;
  text-align: center;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: var(--success-color);
  background-color: var(--background-success-color);
  border: 1px solid var(--background-color);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

@media only screen and (max-width: 1176px) {
	#divTop {
		width: 100%;
		padding-top: 10px;
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
		margin:0px;
	}
	
	.containerevent {
		width: 100%;
	}
}

div#divHead {
    text-align: left;

}

#divHead .logo {
	width: 100px;
	margin-bottom: 0px;
}

form#ajax-question1 {
    padding: 20px; /* Espacement intérieur */
    background-color: var(--background-color); /* Couleur de fond subtile */
    border: 1px solid #ddd; /* Bordure légère */
    border-radius: 10px; /* Coins arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre subtile */
    font-family: Arial, sans-serif; /* Police moderne et lisible */
    font-size: 1rem; /* Taille de texte standard */
    color: #333; /* Texte sombre */
    margin: 0 auto; /* Centre le formulaire */
}

/* Style pour les champs de saisie */
form#ajax-question1 input[type="text"],
form#ajax-question1 textarea {
    padding: 10px; /* Espacement intérieur */
    border: 1px solid #ccc; /* Bordure subtile */
    border-radius: 5px; /* Coins arrondis */
    font-size: 1rem; /* Taille de texte */
    margin-bottom: 15px; /* Espacement entre les champs */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Animation fluide */
}

form#ajax-question1 input[type="text"]:focus,
form#ajax-question1 textarea:focus {
    border-color: var(--background-content);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
    outline: none; /* Supprime la bordure par défaut */
}

/* Style pour les boutons */
form#ajax-question1 button,
form#ajax-question1 input[type="submit"] {
    padding: 10px 20px; 
    background-color: var(--background-content); 
    color: white; 
    border: none; 
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer; 
    transition: background-color 0.3s ease, transform 0.2s ease; 
}

form#ajax-question1 button:hover,
form#ajax-question1 input[type="submit"]:hover {
    background-color: var(--background-content-hover); 
					
    transform: scale(1.05); /* Légère augmentation de la taille */
}

form#ajax-question1 button:active,
form#ajax-question1 input[type="submit"]:active {
    transform: scale(0.95); /* Réduction de taille au clic */
}

/* Messages d'erreur */
form#ajax-question1 .error {
    font-size: 0.9rem; /* Taille légèrement réduite */
    color: var(--error-hover); /* Rouge vif pour le texte */
    margin-top: -10px; /* Rapproche le message de l'élément */
    margin-bottom: 10px; /* Espace après le message */
}

/* Responsive Design */
@media (max-width: 768px) {
    form#ajax-question1 {
        padding: 15px; /* Réduit l'espacement intérieur */
    }

    form#ajax-question1 button,
    form#ajax-question1 input[type="submit"] {
        width: 100%; /* Boutons prenant toute la largeur */
    }
}

footer {
    background-color: var(--background-color); /* Couleur de fond subtile */
    padding: 20px 0; /* Espacement vertical */
    border-top: 1px solid #ddd; /* Ligne de séparation subtile */
    text-align: center; /* Centre le contenu */
}

.social-network-2024 {
    display: inline-block; /* Aligne les icônes horizontalement */
    width: 40px; /* Taille uniforme des icônes */
    height: 40px;
    margin: 0 10px; /* Espacement entre les icônes */
    background-size: contain; /* Adapte l'image à la taille de l'icône */
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation fluide */
}

.social-network-2024:hover {
    transform: scale(1.1); /* Agrandit légèrement au survol */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre subtile */
}

footer p {
    margin-top: 20px;
    font-size: 0.9em;
    color: #666; /* Texte subtil */
}

h2 {
    font-family: 'Arial', sans-serif; 
    font-size: 1.5rem; 
    font-weight: bold; 
    color: #333; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    margin: 20px 0; 
    position: relative; 
	text-align: left;
	padding-left: 10px; 
}

/* Barre horizontale en dessous */
h2::after {
    content: '';
    display: block;
    width: 60px; 
    height: 4px; 
    background-color: var(--background-content);
    margin-top: 10px;
    border-radius: 2px; 
}