/*
 *
 * GPO Lycee app stylesheet
 * 2018-01-30 v1
 * Conseils et Préférence (https://agence.conseilspreference.com)
 *
*/

/*** TYPO ***/
/* NB: Raleway font needs to be embedded in the HTML header: <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700" rel="stylesheet"> */
html {
	font-family: 'Raleway', Verdana, sans-serif;
	color: rgb(78, 75, 72);
	line-height: 1.2;
	background-color: rgb(255, 255, 255);
}

h1 {
	font-size: 30px;
	color: rgb(78, 75, 72);
	padding: 0.5em 0;
	font-family: 'Raleway', Verdana, sans-serif;
}

h2 {
	font-size: 24px;
	padding: 0.5em 0;
	font-family: 'Raleway', Verdana, sans-serif;
	color: rgb(78, 75, 72);
}

h3 {
	font-size: 16px;
	font-family: 'Raleway', Verdana, sans-serif;
	text-align: center;
}

h4 {
	font-family: 'Raleway', Verdana, sans-serif;
	color: rgb(78, 75, 72);
}

h4 .fa-circle {
	font-size: 30%;
	padding: 10px;
	vertical-align: middle;
}

h5 {
	font-family: 'Raleway', Verdana, sans-serif;
	color: rgb(78, 75, 72);
}

body {
	font-size: 13px;
	background-color: rgb(255, 255, 255);
	font-family: 'Raleway', Verdana, sans-serif;
	color: rgb(78, 75, 72);
}

.compte-liste {
	list-style: none;
}

.lien_diplom {
	color: rgb(20, 123, 209);
}

.lien_diplome:hover {
	background-color: rgb(20, 123, 209);
	color: #FFFFFF;
	transition: background-color 0.4s linear;
	cursor: pointer;
}

a,
.blue-typo {
	color: rgb(20, 123, 209);
}

a:hover {
	text-decoration: underline;
}

/* a:visited {
	color: rgb(153, 153, 153);
	color: rgb(255, 255, 255); 
} */

.next-screen:after {
	content: "\003e";
}

.previous-screen:before {
	content: "\003c";
}

.col-xs-2.point5 {
	width: 20%;
}

.col-xs-2.point7 {
	width: 14%;
}

.col-xs-2.point10 {
	width: 13%;
}

.col-xs-4.point5 {
	width: 40%;
}

.selection {
	border-bottom: 2px solid #147BD1 !important;
}

.form-body {
	padding: 1.5em 2em;
	border-radius: 10px;
}

.form-answer {
	font-weight: 600;
	padding-top: 10px;
}

#etape1 .form-txt,
#etape3 .form-txt {
	margin: 0 !important;
}

#etape1 .form-body,
#etape3 .form-body {
	margin-top: 10%;
}

#etape1 .btn {
	min-width: 150px;
}

#etape3 .btn {
	min-width: 118px;
}

#etape-1 .form-group,
#etape-2 .form-group,
#etape-3 .form-group {
	display: none;
}

#etape-1 .form-group.active,
#etape-2 .form-group.active,
#etape-3 .form-group.active {
	display: block;
}

.dropdown.head-dpdn {
	display: inline-block;
	padding: 0.2em 0;
	border-left: 1px solid #E0E0E0;
	float: left;
	text-align: center;
	font-size: 16px;
	border-width: 0px;
	padding: 0.2em 2em;
	color: #4E4B48;
}

.dropdown-menu {
	font-size: 13px;
}

.form-title {
	border-radius: 10px;
}

.form-count {
	font-size: 15px;
}

.md-content {
	background-color: #FFFFFF;
	color: black;
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.forms .form-count {
	color: #999999;
	font-weight: 600;
}

.logo {
	margin: 1em 0;
}

.user-name {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: right;
	padding: 0;
}

.logo .fa {
	font-size: 70%;
	margin-right: 3px;
}

.user-change {
	padding-top: .75em;
}

/* .ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut
{
	stroke: #d70206;
} */

.ct-bar {
	stroke: rgb(153, 0, 102) !important;
}

.image_accueil {
	border: 0.5px;
	border-color: #F1F1F1;
	margin-top: 20px;
}

.desc_accueil {
	min-height: 186px;
	background-color: rgb(245, 245, 245);
	color: rgb(78, 75, 72);
}

.liste-acces {
	padding: 0 3em;
}

.liste-acces li {
	list-style-type: none;
}

.liste-acces li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 -10px;
}

.med-background {
	background-color: rgb(153, 153, 153);
	color: rgb(255, 255, 255);
}

.light-background {
	background-color: rgb(245, 245, 245);
	color: rgb(0, 0, 0);
	/* font-size: 14px; */
}

/* NB: "dark-background" specific class created */
.dark-background {
	background-color: rgb(78, 75, 72);
	color: rgb(255, 255, 255);
}

.dark-background .a {
	color: rgb(245, 245, 245);
}

.dark-background .a:visited {
	color: rgb(153, 153, 153);
}

/* NB: "important" specific class created */
.important {
	background-color: rgb(164, 3, 111);
	color: white;
	font-weight: 700;
	border-radius: 4px;
}

/* breadcrumb */
.breadcrumb {
	font-size: 10px;
}

.breadcrumb>li+li:before {
	content: "\003e";
}

/*** HEADER ***/
.site-header {
	background-color: rgb(245, 245, 245);
}

/*** FOOTER ***/
footer {
	color: #4E5552;
	background: #f5f5f5;
	width: 100%;
	line-height: 2rem;
	font-size: 11px;
	position: absolute;
	bottom: 0;
}

footer a {
	color: #4E5552;
}

footer a:active,
footer a:focus,
footer a:hover {
	color: #ffdfac;
}

footer ul {
	text-align: center;
}

.main-content {
	min-height: 100vh;
}

.table_lycee td {
	padding: 5px;
	width: 850px;
}

.table_lycee th {
	color: rgb(78, 75, 72);
	background-color: #e7e7e7;
	font-weight: bold;
	color: rgb(20, 123, 209);
	padding: 3px;
}

.matiere_gene {
	min-width: 230px;
}

.heure_gene {
	font-style: italic;
}

.table_techno_spe th,
.table_techno_spe td {
	border-bottom: 1px solid #ddd;
}

.couleur_bleu {
	background-color: #147BD1;
	color: white;
}

.couleur_bleu a {
	color: #ffffff;
}

.bleu {
	color: #147BD1;
}

.bg-bleu-fonce {
	background-color: #005193;
	color: #ffffff;
}

.bg-bleu-fonce a {
	color: #ffffff;
}

.bleu-fonce {
	color: #147BD1;
	border-color: #005193;
}

.bg-bleu-clair {
	background-color: #3E9BE8;
	color: #ffffff;
}

.bg-bleu-clair a {
	color: #ffffff;
}

.bleu-clair {
	color: #3E9BE8;
	border-color: #3E9BE8;
}

.text-violet {
	color: rgb(153, 0, 102);
}

.bg-violet {
	background-color: rgb(153, 0, 102);
}

.alphabet {
	background-color: rgb(153, 153, 153);
}

.choix-numerotes-list dt:before {
	background-color: #990066;
}

.metiers-list .metiers-list-item.selected {
	background-color: rgb(255, 255, 255) !important;
	color: rgb(0, 204, 153) !important;
}

.ct-label.ct-vertical.ct-start {
	font-size: x-small;
}

/*.list_accueil a
{
	color: rgb(20,123,209) !important;
}*/

.list_accueil a:hover {
	text-decoration: underline;
	color: rgb(20, 123, 209) !important;
}

.list_accueil {
	padding-top: 10px;
	list-style-type: disc;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}

.ligne_annee {
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #E8E8E8;
	z-index: 1;
}

.vide {
	z-index: -1;
}

.histo_legende {
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
	border-radius: 5px;
}

.histo {
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
	border-radius: 5px;
}

.filiere_longue .row {
	background-color: rgb(153, 0, 102);
	color: #FFFFFF;
}

.violet_sabine {
	background-color: rgb(153, 0, 102) !important;
	color: #FFFFFF;
}

.gris_clair_sabine {
	background-color: rgb(169, 169, 169) !important;
	color: #FFFFFF;
}

.gris_clair_text {
	color: rgb(169, 169, 169);
}

.gris_fonce_sabine {
	background-color: rgb(108, 119, 138) !important;
	color: #FFFFFF;
}

.bleu_fonce_sabine {
	background-color: rgb(17, 104, 175) !important;
	color: #FFFFFF;
}

.vert_fonce_sabine {
	background-color: rgb(46, 120, 122);
	color: rgb(255, 255, 255);
}

.bleu_clair_sabine {
	background-color: rgb(85, 168, 237) !important;
	color: #FFFFFF;
}

.filiere_longue_text {
	color: rgb(153, 0, 102);
}

.universite_text {
	color: rgb(18, 112, 190);
}

.lycee_text {
	color: rgb(85, 168, 237);
}

.ecole_text {
	color: rgb(12, 79, 134);
}

.prepa .row {
	background-color: rgb(108, 119, 138);
	color: #FFFFFF;
}

.prepa_text {
	color: rgb(108, 119, 138);
}


.filiere_mixte {
	
	background: linear-gradient(145deg, rgba(12,79,134,1) 45%, rgba(85,168,237,1) 55%) ;	

	color: #FFFFFF;
}

.filiere_mixte:hover {
	background: rgb(78, 75, 72) !important;
    color: #FFFFFF !important;

}
.filiere_courte .row {
	background-color: rgb(17, 104, 175);
	color: #FFFFFF;
}

.filiere_courte_text {
	color: rgb(17, 104, 175);
}

.specialise .row {
	background-color: rgb(169, 169, 169);
	color: #FFFFFF;
}

.specialise_text {
	color: rgb(169, 169, 169);
}

.universite .row {
	background-color: rgb(18, 112, 190);
	color: #FFFFFF;
}

.lycee .row {
	background-color: rgb(85, 168, 237);
	color: #FFFFFF;
}

.lycee.divbac {
	background-color: rgb(85, 168, 237);
	color: #FFFFFF;
}

.ecole .row {
	background-color: rgb(12, 79, 134);
	color: #FFFFFF;
}

.ecole.histo,
.ecole.histo_legende {
	background-color: rgb(12, 79, 134);
	color: #FFFFFF;
}

.ecole.divbac {
	background-color: rgb(12, 79, 134);
	color: #FFFFFF;
}

.universite.divbac {
	background-color: rgb(18, 112, 190);
	color: #FFFFFF;
}

.ecole.histo_enfant {
	background-color: rgb(12, 79, 134);
	color: #FFFFFF;
}

.lycee.histo, .lycee.histo_legende {
	background-color: rgb(85, 168, 237);
	color: #FFFFFF;
}

.universite.histo,
.universite.histo_enfant,
.universite.histo_legende {
	background-color: rgb(18, 112, 190);
	color: #FFFFFF;
}

.selection {
	border-color: rgb(78, 75, 72) !important;
}

.selection_techno {
	border-color: rgb(78, 75, 72) !important;
	background-color: rgb(0, 204, 153) !important;
}

.row.histo,
.histo.couleur_bleu,
.row.couleur_bleu {
	border-radius: 5px;
}

.histo_parent {
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
}

.histo_enfant {
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
	border-radius: 5px;
}

.histo_parent .dropdown-toggle {
	border-radius: 5px;
}

.histo_parent a.dropdown-toggle {
	color: white;
}

.histo_parent:hover .histo_enfant {
	background-color: rgb(78, 75, 72);
	color: #FFFFFF;
	transition: background-color 0.4s linear;
	cursor: pointer;
}

.histo:hover {
	background-color: rgb(78, 75, 72) !important; 
	color: #FFFFFF !important;
}

.histo a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

.bleu_histo {
	color: #147BD1;
}

.bleu_histo:hover {
	cursor: pointer;
	/* background-color : rgb(78, 75, 72);
	color : #FFFFFF !important; */
	font-style: italic;
	text-decoration: underline;
}

.divbac {
	margin: 0px;
	padding: 0px;
	/*z-index:-1;*/
	position: relative;
}

.divbacrond {
	border-radius: 10px;
}

.lien_diplome:hover {
	background-color: rgb(78, 75, 72);
	color: #FFFFFF;
	transition: background-color 0.4s linear;
	cursor: pointer;
}

.lien_metier:hover {
	background-color: rgb(78, 75, 72);
	color: #FFFFFF;
	transition: background-color 0.4s linear;
	cursor: pointer;
}

.row_universite {
	padding-left: 1px;
	padding-right: 1px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}

.arrow-right {
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid white;
}

.arrow-right2-med {
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;

	border-left: 23px solid #147BD1;
}

.arrow-right2-light {
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid rgb(245, 245, 245);
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid blue;
}

.mois_parcourssup {
	height: 240px;
	border-left-style: dashed;
	border-width: 1px;
	margin-top: 0;
}

/*** MENU ***/
/* menu level 0 */
.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover,
.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
	background-color: rgb(78, 75, 72);
	border-color: #337ab7;
}

/* menu levels 1 and sup */
.dropdown-header {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-header {
	font-weight: 600;
	text-transform: uppercase;
}

.dropdown-menu>li>a {
	background-color: rgb(78, 75, 72);
	color: rgb(255, 255, 255);
}

.dropdown-menu {
	background-color: rgb(78, 75, 72);
	color: rgb(255, 255, 255);
}

.dropdown-header>a:hover,
.dropdown-header>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: rgb(0, 204, 153);
	background-color: rgb(78, 75, 72);
}

.dropdown-menu2>li>a:hover,
.dropdown-menu2>li>a:focus,
.dropdown-menu2>.active>a,
.dropdown-menu2>.active>a:hover,
.dropdown-menu2>.active>a:focus {
	color: rgb(0, 204, 153);
}

li>a:hover,
li>a:focus,
.active>a,
.active>a:hover,
.active>a:focus {
	color: rgb(0, 204, 153);
}

.bg-white a {
	color: rgb(78, 75, 72);
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: rgb(78, 75, 72);
}

.nav hr {
	margin: 5px 0 15px 0;
	width: 30px;
}

/**************************** BUTTONS ****************************/

.btn {
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 600;
	text-transform: none;
	padding: 6px 12px;
	text-transform: uppercase;
}

.btn:hover a:after {
	content: "\003e";
}

.btn-primary:focus,
.btn-primary {
	background-color: rgb(20, 123, 209);
	border-color: rgb(20, 123, 209);
	color: rgb(255, 255, 255);
}

.btn-primary:hover {
	background-color: #ffffff;
	color: rgb(20, 123, 209);
	border-color: rgb(20, 123, 209);
}


.btn-primary-gris:focus,
.btn-primary-gris {
	background-color: rgb(169, 169, 169);
	border-color: rgb(169, 169, 169);
	color: rgb(255, 255, 255);
}

.btn-primary-gris:hover {
	background-color: #ffffff;
	color: rgb(169, 169, 169);
	border-color: rgb(169, 169, 169);
}

.btn-2:focus,
.btn-2 {
	background-color: rgb(67, 49, 89);
	border-color: rgb(67, 49, 89);
	color: rgb(255, 255, 255);
}

.btn-2:hover {
	background-color: transparent;
	color: rgb(67, 49, 89);
}

.btn-3:focus,
.btn-3 {
	background-color: rgb(32, 84, 162);
	border-color: rgb(32, 84, 162);
	color: rgb(255, 255, 255);
}

.btn-3:hover {
	background-color: transparent;
	color: rgb(32, 84, 162);
}

.btn-4:focus,
.btn-4 {
	background-color: rgb(39, 119, 185);
	border-color: rgb(39, 119, 185);
	color: rgb(255, 255, 255);
}

.btn-4:hover {
	background-color: transparent;
	color: rgb(39, 119, 185);
}

.btn-5:focus,
.btn-5 {
	background-color: rgb(61, 158, 160);
	border-color: rgb(61, 158, 160);
	color: rgb(255, 255, 255);
}

.btn-5:hover {
	background-color: transparent;
	color: rgb(61, 158, 160);
}

.btn-6:focus,
.btn-6 {
	background-color: rgb(46, 120, 122);
	border-color: rgb(46, 120, 122);
	color: rgb(255, 255, 255);
}

.btn-6:hover {
	background-color: transparent;
	color: rgb(46, 120, 122);
}

.btn-secondary:focus,
.btn-secondary {
	background-color: #ffffff;
	border-color: rgb(20, 123, 209);
	color: rgb(20, 123, 209);
}

.btn-secondary:hover {
	background-color: rgb(20, 123, 209);
	color: rgb(255, 255, 255);
}

/* NB: "btn-cta" specific class created for call to action buttons */
.btn-cta {
	background-color: rgb(153, 0, 102);
	border-color: rgb(153, 0, 102);
	color: rgb(255, 255, 255);
}

.btn-cta:focus,
.btn-cta:hover {
	background-color: transparent;
	color: rgb(153, 0, 102);
}

.btn-cta2:focus,
.btn-cta2:hover {
	background-color: rgb(153, 0, 102);
	border-color: rgb(153, 0, 102);
	color: rgb(255, 255, 255);
}

.btn-cta2 {
	background-color: transparent;
	color: rgb(153, 0, 102);
}

.btn-validation {
	background-color: rgb(0, 204, 153);
	border-color: rgb(0, 204, 153);
	color: rgb(255, 255, 255);
}

.btn-validation:focus,
.btn-validation:hover {
	background-color: transparent;
	border-color: rgb(0, 204, 153);
	color: rgb(0, 204, 153);
}

.btn-black {
	background-color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

.btn-black:focus,
.btn-black:hover {
	background-color: transparent;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 204, 153);
}

.btn-negatif {
	background-color: #841c26;
	border-color: #841c26;
	color: rgb(255, 255, 255);
}

.btn-type-etude {
	margin-right: 10px;
	margin-left: 10px;
}

.btn-negatif:focus,
.btn-negatif:hover {
	background-color: transparent;
	border-color: #841c26;
	color: #841c26;
}

.btn-select-negatif {
	color: #841c26 !important;
	background-color: transparent !important;
}

.btn-select-2 {
	color: rgb(67, 49, 89) !important;
	background-color: white !important;
}

.btn-select-3 {
	color: rgb(32, 84, 162) !important;
	background-color: white !important;
}

.btn-select-4 {
	color: rgb(39, 119, 185) !important;
	background-color: white !important;
}

.btn-select-5 {
	color: rgb(61, 158, 160) !important;
	background-color: white !important;
}

.btn-select-6 {
	color: rgb(46, 120, 122) !important;
	background-color: white !important;
}

.matiere {
	text-align: center;
	padding: 3px !important;
}

.matiere:hover {
	cursor: pointer;
}

/** QUESTIONNAIRE **/
.question-precision {
	color: #999999;
	padding-bottom: 20px;
}

.question-precision:not(.first-question-precision) {
	margin-top: 76px;
}

.form-quest {
	margin: 5% 0 0 0 !important;
}

#etape2 .btn-validation {
	margin-top: 2em;
	font-size: 13px;
}

#etape2 .form-count {
	margin-top: 2em;
}

#etape2 .no-button {
	text-transform: none;
	font-size: 20px;
	font-weight: 600;
}

#etape2 .no-button .fa {
	font-size: 90%;
	margin-right: 7px;
}

/** SELECTORS **/
.dropdown-toggle {
	background: transparent;
	border-color: rgb(163, 163, 163);
}

input[type="checkbox"]:checked+label::before {
	background-color: transparent;
	border-color: rgb(163, 163, 163);
}

input[type="checkbox"]:checked+label::after {
	color: rgb(78, 75, 72);
	font-family: 'FontAwesome';
	content: "\f04d";
}

radio label::before {
	border-color: rgb(163, 163, 163);
}

input[type="radio"]:checked+label::after {
	background-color: rgb(78, 75, 72);
}

div[data-toggle="buttons"] label.active {
	color: #990066;
}

label:hover input[type="checkbox"]~i.fa {
	color: #990066;
}

div[data-toggle="buttons"] label:hover {
	color: #990066;
}

/** MEGA MENU **/

.container {
	padding-left: 0;
	padding-right: 0;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.container {
	border-color: rgb(163, 163, 163);
}

/** COMPONENTS **/
.third-hr {
	margin: 0 30% 20px;
}

.me {
	background-color: #999999;
}

/**************** Srool top ****************/

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover {
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover .fa {
	padding-top: -10px;
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/* Secteurs d'activité - archive */
.secteurs-activite-grid {
	text-align: center;
	padding: 30px 10px;
}

.secteurs-activite-grid i:not(.small-icon),
.smiley-btn i {
	font-size: 200%;
	display: inline;
	line-height: 1.5;
}

.secteurs-activite-grid i:after {
	content: "\a";
	white-space: pre;
}

.secteurs-activite-grid>.row>div {
	margin: 10px;
	padding: 10px;
}

.secteurs-activite-grid:not(.minidico-accueil-grid)>.row>div {
	background-color: #147bd1;
	border-radius: 5px;
}

.secteurs-activite-grid>.row>div:hover {
	background-color: rgb(78, 75, 72) !important;
}

.secteurs-activite-grid:not(.minidico-accueil-grid)>.row>.blanc:hover {
	background-color: #FFFFFF !important;
}

.secteurs-activite-grid:not(.minidico-accueil-grid)>.row>.blanc {
	background-color: #FFFFFF !important;
}

.secteurs-activite-grid a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

a.smiley-btn {
	font-size: 13px;
}

.secteur-compta:hover {
	background-color: #00cc99;
}

/* Secteurs d'activité - single */
.bac-plus-col {
	color: #999999;
}

.secteur .light-background~div {
	background: #f5f5f5;
}

/* .secteur-etudes
{
	font-weight: 700;
} */

h3.histo {
	text-align: center;
	border-top: 2px dashed;
	padding-top: 6px;
	margin: 10px 10px 10px 10px;
}

.row_universite h3.blue-typo:hover {
	cursor: pointer;
}

.type-centre {
	margin-top: 0;
}

.no-border {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.acces-secteur {
	color: #999999;
	font-weight: 600;
	font-size: 10px !important;
	font-style: italic;
}

.result-metier-item2 a {
	color: #FFFFFF;
	background-color: transparent;
	padding: 0px 0px;
	text-align: center;
	text-decoration: underline;
}

/************************ MINI DICO ************************/

/* Accueil MiniDico */
#champ-metier-recherche {
	padding-top: 1em;
	padding-bottom: 20px;
}

.minidico-accueil-grid h4:nth-of-type(2) {
	margin-top: 40px;
}

.selon-interets {
	background-color: #147bd1;
	border-radius: 10px;
}

.selon-type {
	background-color: #00cc99;
	border-radius: 10px;
}

.selon-secteur {
	background-color: #999999;
	border-radius: 10px;
}

.selon-niveau {
	background-color: #990066;
	border-radius: 10px;
}

/* Selon mes intérêts */
.interets-grid>.row:nth-of-type(1)>div:nth-of-type(1) {
	background-color: #841c26;
}

.interets-grid>.row:nth-of-type(1)>div:nth-of-type(2) {
	background-color: rgb(132, 46, 60);
}

.interets-grid>.row:nth-of-type(1)>div:nth-of-type(3) {
	background-color: rgb(122, 54, 76);
}

.interets-grid>.row:nth-of-type(1)>div:nth-of-type(4) {
	background-color: rgb(113, 63, 92);
}

.interets-grid>.row:nth-of-type(2)>div:nth-of-type(1) {
	background-color: rgb(104, 70, 107);
}

.interets-grid>.row:nth-of-type(2)>div:nth-of-type(2) {
	background-color: rgb(94, 79, 123);
}

.interets-grid>.row:nth-of-type(2)>div:nth-of-type(3) {
	background-color: rgb(86, 87, 137);
}

.interets-grid>.row:nth-of-type(2)>div:nth-of-type(4) {
	background-color: rgb(78, 96, 153);
}

.interets-grid>.row:nth-of-type(3)>div:nth-of-type(1) {
	background-color: rgb(71, 104, 167);
}

.interets-grid>.row:nth-of-type(3)>div:nth-of-type(2) {
	background-color: rgb(64, 112, 181);
}

.interets-grid>.row:nth-of-type(3)>div:nth-of-type(3) {
	background-color: rgb(59, 121, 196);
}

/* Selon un type d'actvité */
#type-activite-grid>.row:nth-of-type(1)>div:nth-of-type(1) {
	background-color: #00cc99;
}

#type-activite-grid>.row:nth-of-type(1)>div:nth-of-type(2) {
	background-color: rgb(0, 202, 163);
}

#type-activite-grid>.row:nth-of-type(1)>div:nth-of-type(3) {
	background-color: rgb(0, 198, 165);
}

#type-activite-grid>.row:nth-of-type(1)>div:nth-of-type(2) {
	background-color: rgb(0, 194, 167);
}

#type-activite-grid>.row:nth-of-type(2)>div:nth-of-type(1) {
	background-color: rgb(0, 190, 170);
}

#type-activite-grid>.row:nth-of-type(2)>div:nth-of-type(2) {
	background-color: rgb(0, 187, 173);
}

#type-activite-grid>.row:nth-of-type(2)>div:nth-of-type(3) {
	background-color: rgb(0, 183, 176);
}

#type-activite-grid>.row:nth-of-type(3)>div:nth-of-type(1) {
	background-color: rgb(0, 179, 178);
}

#type-activite-grid>.row:nth-of-type(3)>div:nth-of-type(2) {
	background-color: rgb(0, 176, 180);
}

#type-activite-grid>.row:nth-of-type(3)>div:nth-of-type(3) {
	background-color: rgb(0, 171, 183);
}

#type-activite-grid>.row:nth-of-type(4)>div:nth-of-type(1) {
	background-color: rgb(6, 168, 185);
}

#type-activite-grid>.row:nth-of-type(4)>div:nth-of-type(2) {
	background-color: rgb(19, 164, 188);
}

#type-activite-grid>.row:nth-of-type(4)>div:nth-of-type(3) {
	background-color: rgb(25, 161, 190);
}

#type-activite-grid>.row:nth-of-type(5)>div:nth-of-type(1) {
	background-color: rgb(31, 156, 193);
}

#type-activite-grid>.row:nth-of-type(5)>div:nth-of-type(2) {
	background-color: rgb(35, 152, 195);
}

#type-activite-grid>.row:nth-of-type(5)>div:nth-of-type(3) {
	background-color: rgb(39, 148, 198);
}

#type-activite-grid>.row:nth-of-type(6)>div:nth-of-type(1) {
	background-color: rgb(39, 148, 198);
}

#type-activite-grid>.row:nth-of-type(6)>div:nth-of-type(2) {
	background-color: rgb(42, 145, 201);
}

#type-activite-grid>.row:nth-of-type(6)>div:nth-of-type(3) {
	background-color: rgb(46, 141, 203);
}

#type-activite-grid>.row:nth-of-type(7)>div:nth-of-type(1) {
	background-color: rgb(49, 137, 205);
}

#type-activite-grid>.row:nth-of-type(7)>div:nth-of-type(2) {
	background-color: rgb(52, 133, 208);
}

/* Selon un secteur pro */
#secteur-pro-grid>.row:nth-of-type(1)>div:nth-of-type(1) {
	background-color: #999999;
}

#secteur-pro-grid>.row:nth-of-type(1)>div:nth-of-type(2) {
	background-color: rgb(153, 158, 162);
}

#secteur-pro-grid>.row:nth-of-type(1)>div:nth-of-type(3) {
	background-color: rgb(146, 156, 165);
}

#secteur-pro-grid>.row:nth-of-type(1)>div:nth-of-type(4) {
	background-color: rgb(139, 154, 168);
}

#secteur-pro-grid>.row:nth-of-type(2)>div:nth-of-type(1) {
	background-color: rgb(133, 152, 170);
}

#secteur-pro-grid>.row:nth-of-type(2)>div:nth-of-type(2) {
	background-color: rgb(126, 151, 173);
}

#secteur-pro-grid>.row:nth-of-type(2)>div:nth-of-type(3) {
	background-color: rgb(120, 149, 176);
}

#secteur-pro-grid>.row:nth-of-type(2)>div:nth-of-type(4) {
	background-color: rgb(113, 147, 180);
}

#secteur-pro-grid>.row:nth-of-type(3)>div:nth-of-type(1) {
	background-color: rgb(107, 146, 182);
}

#secteur-pro-grid>.row:nth-of-type(3)>div:nth-of-type(2) {
	background-color: rgb(101, 144, 185);
}

#secteur-pro-grid>.row:nth-of-type(3)>div:nth-of-type(3) {
	background-color: rgb(94, 142, 188);
}

#secteur-pro-grid>.row:nth-of-type(3)>div:nth-of-type(4) {
	background-color: rgb(88, 141, 191);
}

#secteur-pro-grid>.row:nth-of-type(4)>div:nth-of-type(1) {
	background-color: rgb(82, 139, 193);
}

#secteur-pro-grid>.row:nth-of-type(4)>div:nth-of-type(2) {
	background-color: rgb(76, 137, 196);
}

#secteur-pro-grid>.row:nth-of-type(4)>div:nth-of-type(3) {
	background-color: rgb(71, 136, 199);
}

#secteur-pro-grid>.row:nth-of-type(4)>div:nth-of-type(4) {
	background-color: rgb(66, 134, 202);
}

#secteur-pro-grid>.row:nth-of-type(5)>div:nth-of-type(1) {
	background-color: rgb(62, 132, 205);
}

#secteur-pro-grid>.row:nth-of-type(5)>div:nth-of-type(2) {
	background-color: rgb(58, 131, 208);
}

/* Selon les niveaux d'études */
.selon-niveaux-etudes>.row:nth-of-type(1)>div {
	background-color: #990066;
}

.selon-niveaux-etudes>.row:nth-of-type(2)>div {
	background-color: rgb(149, 37, 129);
}

.selon-niveaux-etudes>.row:nth-of-type(3)>div {
	background-color: rgb(129, 54, 145);
}

.selon-niveaux-etudes>.row:nth-of-type(4)>div {
	background-color: rgb(108, 73, 162);
}

.selon-niveaux-etudes>.row:nth-of-type(5)>div {
	background-color: rgb(90, 92, 178);
}

.selon-niveaux-etudes>.row:nth-of-type(6)>div {
	background-color: rgb(70, 111, 194);
}

/* Fiche métier */
#modal-minidico .t-metier {
	display: none;
}

#modal-minidico .md-content {
	background-color: #FFFFFF;
	color: rgb(78, 75, 72);
	border: solid 2px #d0d0d0;
	border-radius: 7px;
}

#modal-minidico h4 {
	font-size: 18px;
	color: rgb(78, 75, 72);
	font-weight: 500;
}

#modal-minidico .metier {
	background-color: transparent;
}

#modal-minidico .form-title {
	border-bottom: none;
}

#modal-minidico .md-content>div {
	font-size: 13px;
}

#modal-minidico .md-content>div ul li {
	padding: 0;
}

#modal-minidico .result-metier .result-metier-item2 {
	padding-bottom: 0;
}

#modal-minidico .md-close {
	margin-top: 0;
}

.retour_accueil {
	font-size: 16px;
}

.result-metier-descripton {
	background-color: rgb(245, 245, 245);
	color: rgb(78, 75, 72);
	text-align: left;
}

.result-metier-item:not(.metier-kiosque) h5 {
	text-align: left;
}

.result-metier-item>a {
	margin-left: 13px;
}

.result-metier-item>a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 -10px;
}

.result-metier-item2 a {
	color: rgb(78, 75, 72);
}

.niveau-metier {
	text-align: center;
	padding-top: 20px;
}

.metier-etudes-liste {
	list-style: disc;
	margin-left: 18px;
}

.metier-kiosque h5 {
	margin-bottom: 0;
}

.metier-kiosque-img {
	height: 50%;
}

.metier-kiosque-img-lgd {
	padding-top: 5px;
}

.metier-kiosque {
	text-align: center;
}

.boutons-metier i {
	font-size: 200%;
	padding: 10px;
}

.metier-print-button {
	text-align: right;
}

.ui-corner-all {
	border-radius: 10px !important;
	border-color: rgb(20, 123, 209) !important;
	background-color: white !important;
	color: rgb(20, 123, 209) !important;
	border-width: 2px !important;
	border-style: solid;
	font-size: 11px !important;
	font-weight: 600 !important;
	padding: 6px !important;
	text-transform: uppercase;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon {
	background-color: rgb(20, 123, 209) !important;
}

/* MODAL
-------------------------------------------------- */

/* email modal */
#modal-mail .md-content {
	max-width: 600px;
}

#modal-mail .md-body {
	text-align: center;
}

/* MEGAMENU STYLE
-------------------------------------------------- */

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
	position: static;
}

.megamenu .container {
	position: relative;
}

.megamenu .dropdown-menu {
	left: auto;
}

.megamenu .megamenu-content {
	padding: 0px 20px 20px 20px;
}

.megamenu .megamenu-content h3 {
	margin-top: 0;
	color: #428bca;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
}

/*******************************************/

.lycee_gt_tab {
	color: black;
	border-top-color: #ddd !important;
	border-left-color: #ddd !important;
	border-right-color: #ddd !important;
	background-color: #e7e7e7;
	color: white;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color: rgb(20, 123, 209);
	font-size: 16px;
	color: white;
	margin-left: 50px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	font-weight: bold;
	color: white;
	background-color: rgb(0, 204, 153);
}

.text-info {
	font-size: .8rem;
}