/* portail CASD */

.container.snds {
	background-color: #e6e6e6;
}

.full-bleu-bg {
	background-color: #0d1b42;
	height: 179px;
}

.container.head {
	background-color: #384664;
	background-image: url("/img/snds-bandeau.jpg");
	background-size: auto 179px;
	height: 179px;
}



/* sign in */
.container.snds-signin {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.snds-signin .form-signin {
	text-align: center;
	width: 100%;
	max-width: 580px;
	padding: 15px;
	margin: auto auto;
}

.snds-signin .form-signin h1 {
	color: #273268;
}

.snds-signin .form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.snds-signin.form-signin .form-control:focus {
	z-index: 2;
}

.snds-signin .form-signin label {
	display: block;
	text-align: left;
	margin: 0 0 0 0 ;
}

.snds-signin .form-signin input {
	margin: 0 0 2rem 0;
}

.snds-signin .form-signin button {
	margin: 0 auto 1.5rem auto;
	display: block;
	height: 5em;
	width: 60%;
	border-radius: 2.5em;
}

.snds .form-signin .btn.btn-primary {
	background-color: #273268;
	border-color: #273268;
}

.snds .form-signin a {
	display: block;
	color: #273268;
}

.snds-signin .form-signin a.btn.btn-secondary {
	margin: 0 auto 1.5rem auto;
	line-height: 5em;
	height: 5em;
	width: 60%;
	border-radius: 2.5em;
	color: #fff;
	background-color: #7884cb;
	border-color: #7884cb;
	text-decoration: none;
}


.snds .onglets a {
	display: inline-block;
	line-height: 50px;
	padding: 0 2em 0 2em;
	font-size: 0.8em;
	margin: 0;
}

.snds .onglets a#compte {
	background-color: #acadb8;
	color: #fff;
}

.snds .onglets a#deconnexion {
	background-color: #6c6f8f;
	color: #fff;
}


/* Tableau de bord*/
/*Bandeau*/
.head a.logo {
	display: block;
	padding: 20px 0 0 13px;
}
.head a.logo img {
	width: 250px;
}

.head nav {
	width: 100%;
	height: 100%;
}

.head nav ol {
	height: 1.3em;
	width: 100%;
	float: right;
	list-style-type: none;
}

.head nav ol li {
	color: #fff;
	text-decoration: none;
	float: right;
	margin: 80px 10% 0 0;
}

.head nav ol li a {
	color: #fff;
}

.snds.white {
	background-color: #fff;
}

.snds.white h1 {
	padding: 2em 1em 1em 1em;
	width: 100%;
	text-align: center;
	color: #333c54;
}

.row.tableau {
	margin: 0 5% 0 5%;
	font-size: 0.9em;
}

.row.tableau .col-12 {
	padding: 2em 0 2em 0;
	color: #333c54;
	background-color: #f3f4f5;
	text-align: center;
	border-top: #535597 solid 2px;
	font-weight: bold ;
	position: relative;
}

.row.tableau .col-12 .alerte {
	position: absolute;
	height:100%;
	width: 25%;
	background-color: #e3e3e3;
	right: 0;
	top: 0;
	text-align: left;
	color: #68606a;
}

.row.tableau .col-12 .alerte div {
	margin: 1em 0 0 1em;
}

.row.tableau .col-3:not(:last-child) {
	border-right: #dadada solid 2px;
}

.row.tableau .col-3 {
	margin: 1.2em 0 1.2em 0;
	color: #333c54;
	position: relative;
	background-color: #fcfdfd;
}

.row.tableau .col-3 a {
	color: #629ebb;
	font-weight: bold;
}

.row.tableau .col-3 .alerte {
	position: absolute;
	right: 2em;
	top: 1em;
}

.row.tableau .col-3 .alerte img {
	width: 30px;
}

.snds.white h2 {
	padding: 2em 1em 1em 1em;
	width: 100%;
	text-align: center;
	color: #323d55;
}

.snds.white p {
	text-align: center;
	margin: 0 2em;
	font-size: 0.9em;
}

.snds.white p.left {
	margin: 1em 0 2em 0;
	text-align: left;
}

.snds.white .row.questionnaire {
position: relative;
}

.snds.white .row.questionnaire #symbole {
	position: absolute;
	bottom: -28px;
	left: 45%;
}

.snds.white .row.questionnaire  #symbole img {
	width: 70px;
}

.snds.white.page {
	border-left: #fff solid 5em;
	border-right: #fff solid 5em;
	padding: 2em 2em;
}

.snds.white.page label {
	font-size: 0.5em;

}

.snds.white.page .form-group.row {
	width: 100%;
	border-bottom: #ccc solid 2px;
}

.snds.white.page .form-group.row input,.snds.white.page .form-group.row select {
	border: none;
	border-radius: 0;
	border-bottom: #ccc 3px solid;
	padding: 0 0 13px 0;
}



.form-check.custom label {
	height: 3em;
	line-height: 3em;
}

.form-check.custom input[type="checkbox"] {
	opacity: 0;
	float: left;
	width: 24px;
}

.form-check.custom input[type='checkbox'] + label {
	margin: 0;
	clear: none;
	padding: 0 0 0 4em;
	cursor: pointer;
	background: url('/img/checkbox-inactif.png') left center no-repeat;
}

.form-check.custom input[type='checkbox']:checked + label {
	background-image: url('/img/snds-checkbox-actif.png');
}

.snds.white.page button {
	margin: 4em auto 4rem auto;
	display: block;
	width: 40%;
	border-radius: 2.5em;
}

.snds.white.page .btn.btn-primary {
	background-color: #93acc0;
	border-color: #93acc0;
}

#questionnaire	{
	font-size: 2em;
}

.snds.white .row.projet {
	margin: 0 2em 0 2em;
	font-size: 0.9em;
}

.snds.white .row.projet .bleufonce {
	color: #323d53;
}


.snds.white .row.projet.titre {
	background-color: #f5f6f7;
	height: 6em;
	border-top: #535597 2px solid;
}

.snds.white .row.projet.titre .col-10 .nom {
	margin: 1em 0 1em 0;
	padding: 0 0 0 3em;
	border-left: #aaa 1px solid;
	font-weight: bold;
}

.snds.white .row.projet.titre .code{
	line-height: 6em;
	text-align: center;
	font-weight: bold;
	/*border-right: #bfb8c2 1px solid;*/
}

.snds.white .row.projet.description .col-2 img  {
	margin: 2em 0 0 0.3em;
}

.snds.white .row.projet.description .col-2 div  {
	padding: 0 0 0 0.9em;
}

.snds.white .row.projet.description .col-2 .actif  {
	/*color: #9f62bb;*/
	font-weight: bold;
}

.snds.white .row.projet.description .col-2 .texte  {
	font-weight: bold;
}

.snds.white .row.projet.description .col-10  {
	padding: 2em 3em 0 3em;

}

.snds.white .row.projet.description .col-10 hr {
	margin: 2em 0;
}

.snds.white .row.projet.description .bios .col-4 {
	border-right: #aaa 1px solid;
	margin: 1em 0 0 0;
}

.snds.white .row.projet.description .row.export {
	background-color: #f5f6f7;
	margin: 0.2em 0 0 0;
	height: 3em;
	line-height: 3em;
}

.snds.white .row.projet.description .row.export .col-2, .snds.white .row.projet.description .row.export .col-9 {
	border-right: #fff 3px solid;
}

.snds.white .row.projet.description .row.export .col-9 {
	padding: 0;
}
.snds.white .row.projet.description .row.export .col-9 a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #d2dee7;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.snds.white .row.projet.description .row.export .col-9 a:hover {
	background-color: #8aa2bb;
}

.snds.white .row.projet.description .col-10 .row.export .col-10 {
padding: 0 0 0 1em;
}

.snds.white .row.projet.description .col-10 .row.export .col-10 div {
	float: left;
}


.snds.white .row.projet.description .col-10 .row.export .col-10 .row {
	width: 100%;

}

.snds.white .row.projet.description .col-10 .row.export .col-10 .row .progress {
	margin: 1.5em 0;
	background-color: #d5d8db;
	width: 100%;
	height: 1em;
	position: relative;
}

.snds.white .row.projet.description .col-10 .row.export .col-10 .row .progress .progress_bar {
	background-color: #31549f;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.snds.white .row.projet.description button {
	margin: 4em auto 4rem auto;
	display: block;
	width: 50%;
	border-radius: 2.5em;
}

.snds.white .row.projet.description .btn.btn-primary {
	background-color: #273268;
	border-color: #273268;
}

.snds.white .row.questionnaire {
	position: relative;
}

.snds.white .row.questionnaire #symbole {
	position: absolute;
	bottom: -28px;
	left: 45%;
}

.snds.white .row.questionnaire  #symbole img {
	width: 70px;
}

.snds.white.page {
	border-left: #fff solid 5em;
	border-right: #fff solid 5em;
	padding: 2em 2em;
}

.snds.white.page label {
	font-size: 0.5em;

}

.snds.white.page .form-group.row {
	width: 100%;
	border-bottom: #ccc solid 2px;
}

.snds.white.page .form-group.row input,.snds.white.page .form-group.row select {
	border: none;
	border-radius: 0;
	border-bottom: #ccc 3px solid;
	padding: 0 0 13px 0;
}

.snds.white.page h3 {
	margin: 1.5em 0;
}

/*.form-check.custom label {*/
/*	height: 3em;*/
/*	line-height: 3em;*/
/*}*/

/*.form-check.custom input[type="checkbox"] {*/
/*	opacity: 0;*/
/*	float: left;*/
/*	width: 24px;*/
/*}*/

/*.form-check.custom input[type='checkbox'] + label {*/
/*	margin: 0;*/
/*	clear: none;*/
/*	padding: 0 0 0 4em;*/
/*	cursor: pointer;*/
/*	background: url('/img/radio-inactif.png') left center no-repeat;*/
/*}*/

/*.form-check.custom input[type='checkbox']:checked + label {*/
/*	background-image: url('/img/snds-checkbox-actif.png');*/
/*}*/

.form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #d1d1d1;
	font-size: 15px;
}

.form-group.radio {
padding: 0 0 20px 0;
}

.form-group.radio label {
	display: block;
	width: 100%;
}

.form-check.radio {
	/*margin-bottom: 0.8em;*/
	display: block;
}

p.left.radio {
	margin: 1em 0 0 0;
}

.form-check-label {
	font-size: 0.5em;
}

table {
	font-size: 0.5em;
}

.snds.white.page .configs label {
	font-size: 1em;
}


