/* 
 * ---------------------------------------------------------------------
 * Filename:            TU_Chemnitz_form.css
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * Author:  			Luciana Purcaru
 * --------------------------------------------------------------------- 
 */
 body {
    background: none repeat scroll 0 0 #eee;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000;
	}
	
	
.pageCover {
     background: none;
padding-top: 246px;
	 }

.pageContainer {
    width: 100%; /* Adapte la largeur à l'écran */
    max-width: 980px;
	overflow: visible;
    margin: 0 auto; /* Centre la page */
	}

	.pageContent{ 
	padding:0;
	border-left: 96.1px solid #cd042e;
    width: 100%; /* Adapte la largeur dynamiquement */
    max-width: 980px;
	}
	
	
	.formHeader {
    color: #000;
	border-bottom: 1pt solid #ccc;
	}
	.menuContainer {
    background: none repeat scroll 0 0 #d6d6ff;
	margin-top: 0;
	}

    /* Responsive Logo */
    .logo {
        background: url("https://www.ut-capitole.fr/medias/photo/v_photo_1673509986752.jpg") no-repeat left center;
        background-size: contain; /* Ajuste la taille du logo automatiquement */
        height: 20vw; /* Hauteur relative à la largeur de la fenêtre */
        max-height: 140px; /* Limite la taille maximale */
        width: 20vw; /* Largeur relative à la fenêtre */
        max-width: 197px; /* Limite la largeur maximale */
        position: absolute;
        top: 0;
        left: 0;
    }

.pageHeader {
    background: url("https://static.moveon4.com/fr-toulouse1-capitole/images/header.jpg") repeat scroll 75px 0 rgba(0, 0, 0, 0);
    display: block;
    width: 100%; /* Adapte à l'écran */
    max-width: 1076px;
    height: auto; /* Garde les proportions */
    min-height: 140px;
}

	.wizardContainer {
    margin-top: -100px;
	}
	
.wizardTitle {
    display: block;
    margin-left: 30%; /* Dynamique pour petits écrans */
    margin-top: -100px;
    overflow: visible;
    position: absolute;
    font-weight: bold;
}

.wizardTitleBar {
    background: none repeat scroll 0 0 #eee;
	margin-left: 0;
    overflow: visible;
	 padding: 26px 0;
    width: 100%;
	margin-top: -82px;
	border-top: 20px solid #000;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #fff;
    color: black;
	}
#languageButtons li a {
    color: #000;
	}

.vMenu > a > li:hover, .active {
    background-color: #b1b1dd;
}
.vMenu > a > li.complete:hover, .vMenu > a > li.complete.active {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #000;
	}
.vMenu > a > li.complete {
    background: url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px #ccf;
    color: #000;
	}

.progress-bar {
    margin: -10px 7px 0;
}
.vMenu > a {
    color: #000;
	}

.formContainer {
    width: 100%; /* Adapte à l'écran */
    max-width: 738px;
}


	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #ccf;
    color: #fff;
	}
	.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #cd042e;
    color: #fff;
	}
	

button[kind="save_button"] {
    color: #fff;
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #ccf;
	}
	button[kind="save_button"]:hover {
 color: #fff;
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #cd042e;
	}

	button[kind="next_button"] {
	color: #fff;
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #ccf;
	}
	
		button[kind="next_button"]:hover {
		color: #fff;
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #cd042e;
	}
	
	button[kind="previous_button"] {
	color: #fff;
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #ccf;
	}
		button[kind="previous_button"]:hover {
		color: #fff;
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #cd042e;
	}
	
	input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #ccf;
    color: #fff;
	}
	
		input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #cd042e;
    color: #fff;
	}
	
	.blue span {
    background-color: #ccf;
}

	.appDetails {
	 margin: 10px 348px 0;
	 }
	.pageCover h1 {
	 color: #000;
	  margin-top: -200px;
	  margin-left: 10px;
	  }
	  
	  
.loginContainer, .loginformContainer {
    float: left;
    margin-left: 10px;
    margin-top: -120px;
}
.registerContainer {
margin-top: -120px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo {
        height: 140px; /* Ajuste la hauteur minimale */
    }

    .pageHeader {
        height: 100px; /* Ajuste la hauteur minimale */
    }

    .wizardTitle {
        margin-left: 20%;
    }

    .formContainer {
        width: 90%;
        margin: 0 auto; /* Centre sur petits écrans */
    }
}

@media (max-width: 480px) {
    .logo {
        height: 100px;

    }

    .pageHeader {
        background-position: center; /* Recentre l'image */
        min-height: 80px;
    }

    .wizardTitle {
        margin-left: 10%;
    }
}
	

