/* header*/
.navbar {
    text-align: center;
}
body {
    line-height: 1.58;
    font-family: 'Raleway',sans-serif;
    font-size: 1.5rem;
    color: #414141;
    background-color: #fff;
}
/* formulaire */
#TitreFormulaire {
    display: none;
}
hr.separateurTheme
 {
    display: none;
}
.container-fluid:before {
    display:none;

}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#form1 {
    margin-top: 140px!important;
    font-family: 'Raleway', sans-serif!important;
    color: #414141!important;
}
.control-label {
    font-weight: bold!important;
    color:#414141;
}
.form-group {
    border: 0!important;
}
.top-page-2 {
    background: #182744!important;
}
h2, .TitreTheme {
    font-family: 'Raleway', sans-serif!important;
    text-transform: uppercase;
    font-weight: bold;
    color: #182744;
    font-size: 24px;
    margin-top: 27px;
    background: transparent;
    border: 0 !important;
}
.page-title-cnt h1 {
    color: #414141!important;
    padding-left: 27px;
    font-weight: 600;
    font-family: 'Raleway',sans-serif!important;
    text-transform: uppercase;
}
span.info {
    padding-left: 27px;
}

#info {
    margin-top: 50px;
}


#fermeture{
	color: #EAB3B3!important;
	font-size: 16px;
}

.form-control {
    height: 33px!important;
    margin-bottom:20px;
}

body{	overflow-x: hidden!important;
overflow-y: auto!important;}

/* footer */

.page-footer
 {
    margin-top: 35px;
    background-color: #B2B5A2;
}

.Footer-left {
    padding: 10px;
    color: #006cb4;
    margin-top: 3%;
    display: block;
}

p.TopFooter-logo
 {
    margin: 0 auto;
    height: 35px;
    background: #B2B5A2;
    text-align: center;
    padding-top: 5px;
}
.Footer-right, .Footer .region-footer-third {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ddl_pays {
    height: 33px!important;
    width: 100%!important;
	border: 1px solid #c0c0c0!important;
}


input#SaveDemande {
    color: #006cb4;
    background-color: transparent;
    border: 1px solid #006cb4;
    width: 182px;
    margin-top: 1%;
    text-transform: uppercase;
    border-radius: 3px;
}
ul.menu
 {
    list-style: none;
    text-transform: uppercase;
}
ul.menu li {
    display: inline-block;
    margin-right: 5px;
}
ul.menu li:last-child:after {
    content: " ";
}
ul.menu li:after, .Footer-campusItem li:after {
    content: '|';
    margin-right: 5px;
    margin-left: 14px;
}

h3.SocialLinks-title {
    font-size: 1.8rem;
    margin-top: 25%;
    margin-bottom: 5%;
}

ul.SocialLinks-list {
    list-style: none;
    display: flex;
    text-align: left;
    padding-left: 0px;
}


.SocialLinks-title {
    line-height: 1;
    color: #006cb4;
    font-weight: 700;
    text-transform: uppercase;
}
p.Footer-group {
    text-align: center;
    margin: 0 auto;
}

ul.Footer-label {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
    margin-top: 3%;
    margin-bottom: 2%;
}

.SecondNav {
    text-align: center;
    font-size: 11px;
    color: #414141;
    font-weight: 700;
}
a {
    color: #006cb4;
    text-decoration: none;
}

ul.Footer-campus {
    list-style: none;
    text-align: center;
    display: inline;
}
ul.Footer-campus li:last-child::after {
    content: " ";
}
ul.Footer-campus li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

li.Footer-campusItem {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-right: 20px;
    display: inline-block;
}
#adresse {
    text-align: center;
}

// ============================================================
// Fix for empty spaces between input fields

#WEB_ThemesFamilleProfil1_RepeaterThemes_theme_libelle_0 {
	display:none;
}

#WEB_ThemesFamilleProfil1_RepeaterThemes_titreTheme_0 {
	display:none;
}

#famille_Situationprofessionn {
	display:none;
}

#famille_Niveaudelademande .col-sm-3 {
	display:none;
}

#WEB_ThemesFamilleProfil1_RepeaterThemes_RepeaterToutFamilles_0_col_sm_9_custom_1 {
	display:none;
}

img {
	max-width: 100%;
}


// =========================================================

@media (min-width:320px) and (max-width:479px) {
	.big-logo {
		display: block;
        max-width: 100%;
    }
	
	.container>.navbar-header {
		margin-left:0px;
		text-align:center;
		display: inline-block;
	}
	p.mentionfooter {
   		padding: 10px;
	}
}


@media only screen and (max-width: 990px){
    #form1{
        margin-top: 30px!important;
}
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
    .Footer-inner {
        max-width: 1170px;
        margin: 0 auto;
    }

    .Footer-left, ul.SocialLinks-list
    {
        float: left;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    img.ban2
 {
        max-width: 100%;
    }
}