@charset "utf-8";
/* CSS Document */

h2#TitreFormulaire {
    visibility: hidden;
}
.form-group {
    border: none;
}
h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    color: #082547;
}
#table_formulaire {
    max-width: 1170px;
    margin: 0 auto;
}

.TitreTheme {
    background: none;
    border: none;
    font-family: 'Raleway',sans-serif;
    color: #082547;
    text-transform: uppercase;
    font-size: 2.5rem;
	font-weight: 900;
}
input#SaveDemande {
    background: #082547;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 10px;
}
.TopFooter {
    background-color: #082547;
    color: #fff;
}
.Footer-inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}
.TopFooter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
}
.Footer-left, .Footer .region-footer-second {
    padding: 10px;
    color: #082547;
}
.Footer-right, .Footer .region-footer-third {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}
.Nav-item:not(:last-child), .Nav li:not(:last-child) {
    margin-right: 5px;
}
.Nav-item, .Nav li {
    display: inline-block;
}
.Nav-link, .Nav a {
    display: inline-block;
    text-transform: uppercase;
}
.Nav-item:not(:last-child):after, .Nav li:not(:last-child):after {
    content: '|';
    margin-left: 5px;
}

.Nav-link--active, .Nav .is-active {
    font-weight: 900;
    text-decoration: underline;
}
a {color:#082547;}
.SocialLinks-link {
    display: block;
}
.SocialLinks-title {
    margin-bottom: 0.4rem;
    line-height: 1;
    color: #082547;
    font-weight: 700;
    text-transform: uppercase;
}
.SocialLinks-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.SocialLinks-campus {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Footer-legal, .Footer .menu--menu-legal {
    margin-bottom: 30px;
}
.SecondNav-item:not(:last-child), .SecondNav li:not(:last-child) {
    margin-right: 3px;
}
.SecondNav-link, .SecondNav a {
    display: inline-block;
    text-decoration: underline;
}
.SecondNav-item:not(:last-child):after, .SecondNav li:not(:last-child):after {
    content: '|';
    margin-left: 3px;
}
.SecondNav-item, .SecondNav li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 800;
	color: #414141;
}
.Footer-campus {
    margin-bottom: 30px;
    font-size: .55rem;
    font-weight: 800;
}
.Footer-legal .menu-item, .Footer-campus .Footer-campusItem {
    color: #414141;
}
.Footer-campusItem {
    display: inline-block;
}
li.Footer-campusItem {
    font-size: 1rem;
}

@media (min-width: 768px) {
	.Header-inner, .Header>div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.Header-logo, .Header #block-igs-branding>div:nth-child(1) {
		flex: 1;
		padding: 20px;
		text-align: left;
	}
	#info, #mlegales {
   		 margin-left: 75px;
	}
	
	.form-control {
		font-size: 15px;
		height: 30px;
	}
	#mlegales {margin-right: 20px; margin-bottom: 20px;}
	.Footer-right, .Footer .region-footer-third {
		padding: 10px;
	}
	.SocialLinks-list {
    	width: 250px;
	}
	
	.Footer-center, .Footer .region-footer-fourth {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
}

.Header-logo, .Header #block-igs-branding>div:nth-child(1) {
    display: block;
}
.Header-image, .Header #block-igs-branding>:nth-child(3) {
    flex: 1;
    text-align: right;
}

.Header-inner, .Header>div {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (max-width: 480px) {
	p.Header-image {
		text-align: center;
	}
	#info {
			 padding:10px;
		}

}