
:root {
	--primary-color: #29a7ad;
	--secondary-color: #77be4d;
	--third-color: #727c7d;
	--fourth-color: #C1666D;
}

/*============================================================================*/
/*================================== COLORS ==================================*/
/*============================================================================*/

.primary-color {
	background-color: var(--primary-color) !important;
}

.secondary-color {
	background-color: var(--secondary-color) !important;
}

.third-color {
	background-color: var(--third-color) !important;
}

.fourth-color {
	background-color: var(--fourth-color) !important;
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
	url('../fonts/codropsicons/codropsicons.woff') format('woff'),
	url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
	url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lien_diplome
{
	color: rgb(98,131,149);
}

.lien_diplome:hover{
	background-color : rgb(98,131,149);
	color : #FFFFFF;
	/*margin : 3px;*/
	transition: background-color 0.4s linear;

	/*transition: margin 0.2s linear;*/
	cursor:pointer;
}

.etiquette
{
	padding: 10px;
	margin-top: 15px;
	cursor: pointer;
	-moz-box-shadow: 0 0 3px rgb(98,131,149);
	-webkit-box-shadow: 0 0 3px rgb(98,131,149);
	box-shadow: 0 0 3px rgb(98,131,149);
	transition: .4s ease;
	font-weight: bold;
	color: rgb(98,131,149);
	/*min-height : 60px;*/
}

.etiquette:hover
{
	cursor : pointer;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #aaaaaa;
}

.etiquette .div_image
{
	float:left;
	width:60px;
	text-align : center;
}

.etiquette .div_titre
{
	height:30px;
	line-height:30px
}
.etiquette img
{
	height : 32px;
}

.sous-etiquette
{
	padding : 10px;
	padding-left : 20px;
	margin-top : 5px;
}

.list-dipl li a
{
	text-transform: none;
}

.titre_module
{
	position: absolute;
	width: 95%;
}

.retour_module
{
	position: absolute;
	z-index: 2;
	font-weight: normal !important;
	font-size: 1.3em !important;
}

.btn
{
	text-transform : none;
	background-color: #9ac261;
}

.btn:hover
{
	background-color: #b9d394;
}

.btn-primary
{
	background-color: #7abd53;
}

.btn-primary:hover
{
	/*background-color : #757575;*/
	background-color: #b9d394;
}

.btn-questionnaire
{
	background-image: linear-gradient(to bottom right, #88b520, #38952a);
	transition: background-image .3s !important;
}

.btn-questionnaire:hover
{
	background-image: linear-gradient(to bottom right, #38952a, #38952a);
	transition: background-image .3s !important;
}

.btn-jenesaispas
{
	background-color: #9ac261;
}

.btn-jenesaispas:hover
{
	background-color : #b9d394;
}

.dropdown.head-dpdn
{
	border-radius: 8px
}

.btn
{
	border-radius: 3px !important;
	font-size : 13px;
}

.btn-minidico
{
	min-height:80px;
	padding : 10px;
}

.btn-minidico2
{
	padding : 10px;
}

.col-md-2.point5
{
   width: 20%;
}

.title-bar
{
	margin-bottom: 2em;
}

html, body
{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 100%;
	/*overflow-x: hidden;*/
	background: #F1F1F1;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	color :#757575;
}

h1
{
	font-size: 2rem;
	text-align: center;
	font-family: impact;
}

ul, ol
{
	margin: 0;
}

ul, label
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
}

a
{
	color : #3c6dc3;
}

.badge
{
	font-size: .5rem;
	text-transform: uppercase;
	border-radius: 3px;
	margin-left: .6rem;
	padding: 4px 5px;
	font-weight: 600;
}

.badge.bg-secondary
{
	background: #999999;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	margin-top: 2em;
}

.row.thin div
{
	margin-top: 0.5em;
}

h3.title1
{
	font-size: 2em;
	color: #cc0000;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

body a
{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration: none;
}

body a:hover
{
	text-decoration: none;
}

a:hover, a:focus
{
	color: #77be4d ;
	text-decoration: none;
	cursor: pointer;
}

.col-xs-2.point5
{
   width: 20%;
}

.smiley-btn
{
	font-size: 13px;
	padding : 5px;
}

.liste-acces
{
	padding: 0 1.6em;
	font-family: 'Raleway', Verdana, sans-serif;
}

.list_accueil
{
	font-size : 13px;
	padding-top: 10px;
}

.liste-acces li a:before
{
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 -10px;
}

.smiley-btn i
{
	font-size: 200%;
	display:inline;
	line-height: 1.5;
}

#etape1 .btn
{
	min-width: 150px;
	padding-top:5px;
	padding-bottom:5px;
}

#etape3 .btn
{
	min-width: 150px;
	padding-top:5px;
	padding-bottom:5px;
}

.btn-selectable span
{
   font-size: 13px;
   font-weight : bold;
}

.white-link
{
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.white-link:hover, .white-link:focus
{
	color: #333333;
	border-bottom: 1px dotted #333333;
}

.centered {
	text-align: center;
}

.sticky-header
{
	top: 60px;
	width: 1024px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}

.header-section
{
	background: #F1F1F1;
}

.header-section a
{
	color:#ffffff;
}

.logo
{
	color:#ed7d31;
}

.logo a
{
	padding: 0.9em 3.3em .7em;
	display: block;
	text-decoration: none;
}

.logo a h1
{
	color: #38952a;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
	font-family: inherit;
}

.logo a span
{
	color: #ed7d31;
	font-size: .7em;
	text-align: center;
	letter-spacing: 7px;
}

.menu_left
{
	float: left;
}

.ui-corner-all
{
	border-radius: 6px !important;
	border-color: #38952a !important;
	color: #38952a !important;
	border-width: 1px !important;
	border-style: solid;
	font-size: 11px !important;
	font-weight: 600 !important;
	padding: 6px !important;
	text-transform: uppercase;
	width: 200px;
}

.dropdown.head-dpdn
{
	display: inline-block;

	/*padding: 1.1em 0;*/
	padding: 0.2em 0;
	border-left: 1px solid #E0E0E0;
	float: left;
	text-align: center;
	/*height : 60px;*/
	height : 30px;
}

.dropdown .fa
{
	margin-right: 1em;
	font-size: 1.1em;
}

.main-content
{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#page-wrapper
{
	padding-top: 0.5em;
	background-color: #F1F1F1;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
}

.widget-shadow
{
 /*   background-color: #fff;*/
   /* box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	-moz-box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);*/
}

.btn-selectable
{
	border-radius:0px;
}

.widget-shadow h4 {
	padding-bottom: 0.2em;
	font-size : 22px;
	text-align : center;
	font-weight : 700;
}



.profile-top {
	background-color: #ed7d31;
	text-align: center;
}

.profile-top img {
	vertical-align: middle;
	width: 100%;
}

.profile-desc {
	padding: 1.5em 3em;
	color: #333333;
	font-weight : 700;
	padding-bottom: 0.2em;
}

.consigne
{
	color: #757575;
	text-align: left !important;
	font-size: 18px;
	font-family : times;
}

.explication
{
	margin: 30px 0;
	color: #757575;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.sous_explication
{
	margin: 30px 0;
	color: #757575;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.verbal_tab, .numerique_tab, .intrus_tab
{
	font-size : 20px;
}

.form-title
{
	padding: 15px;
	margin-bottom : 5px;
}

.forms h4
{
	font-size: 1em;
	font-weight: normal;
	padding:0 !important;
	text-align: center;
}

.form-body {
	padding: 1.5em 2em;
}

.form-control {
	border-radius: 0;
}

.forms label {
	font-weight: 400;
}

.forms button.btn.btn-default {
	color: #fff;
	padding: .5em 1.5em;
	border: none;
	outline: none;
	border-radius: inherit;
}


.btn-gris
{
	border: 1px #ddd solid;
	border-radius: 5px;
	background-color : #F1F1F1;
	color : black;
}
.btn-gris:hover{
	background-color : white;
	color : black;
}

.btn_a
{
	color : black;
	background-color : white;
}

.forms h5{
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 40px;
}

.forms .form-count
{
	color:#cb2c01;
	font-weight: bold;
}

.forms .form-txt
{
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 30px;
}

.help-block
{
	font-size: 0.8em;
	color: #6F6F6F;
	margin-left: .5em;
	margin-top: 10px;
}

.profile-desc p
{
	font-size: 1em;
	font-weight: 700;
	text-align : center;
}

.me
{
	background-color: #38952a;
}

.text_me
{
	color: #38952a !important;
	font-size: 14px;
	margin-top: 10px;
	text-align: right !important;
}

.head-dpdn.me:hover{
	background-color :  #307627;
}

.formation {
	background-color: #77be4d;
}

.texte_formation
{
	color: #77be4d !important;
	text-align: right!important;
}

.formation:hover
{
	background-color: #5f983e ;
}

.t-formation
{
	color: #ec8620 !important;
}

.test_numerique
{
	background-color: #fff !important;
}

.test_mumerique:hover
{
	background-color: #fff !important;
}

.quitter
{
	background-color:#757575;
}
.quitter:hover
{
	background-color: #5e5e5e;
}

.accueil
{
	background-color : #333333 ;
}

.accueil:hover
{
	background-color : #292929 ;
}

.btn-accueil
{
	min-height : 80px;
}

.btn-accueil-L2
{
	min-height : 100px;
}

.btn-accueil-L3
{
	min-height : 65px;
}


.metier
{
	background-color: #46ac39;
	color: white;
}

.texte_metier
{
	color: #46ac39 !important;
	text-align: right !important;
}

.metier:hover
{
	background-color: #388a2e
}

.t-metier
{
	color: #ca2b00 !important;
}

.grey
{
	background-color: #cccccc;
	color: #333333;
}

.red
{
	background-color: #c0392b;
	color: #ffffff;
}

.dark-red
{
	background-color: #a12f23;
	color: #ffffff;
}

.error-msg
{
	color:#cc0000;
	font-weight: bold;
	float:left;
	margin-left: 10px;
}

.title1-img img:nth-child(2){
	margin-left: 20%;
}

.title1-img img:last-child{
	float:right;
}

.metiers-list .metiers-list-item.selected{
	background-color: #ecb709 !important;
	color: #ffffff;
}

.metiers-list .metiers-list-item:hover, .metiers-list .metiers-list-item:focus{
	cursor: pointer;
}

.no-top{
	margin-top: 0 !important;
}

.no-right{
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.no-left{
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.no-bottom{
	margin-bottom: 0 !important;
}

.bg-blue{
	background-color: #6390a3 !important;
	color:#ffffff;
}

.bg-pink{
	background-color: #cb3349 !important;
	color:#ffffff;
}

.bg-purple{
	background-color: #5c4676 !important;
	color:#ffffff;
}

.bg-dblue{
	background-color: #376092 !important;
	color:#ffffff;
}

.bg-orange{
	background-color: #ee5d0c !important;
	color:#ffffff;
}

.bg-yorange{
	background-color: #e18226 !important;
	color:#ffffff;
}

.bg-yellow{
	/*background-color: #c59908 !important;*/
	background-color: #483D8B  !important;
	color:#ffFFFF;
}

.bg-darkred{
	background-color: #b91111 !important;
	color:#ffffff;

}

.bg-green{
	background-color: #339933 !important;
	color:#ffffff;
}

.bg-dgreen{
	background-color: #333300 !important;
	color:#ffffff;
}

.bg-white{
	background-color: #ffffff !important;
	color:#333333;
}

.t-white {
	color: #ffffff !important;
}

.t-blue {
	color: #6390a3 !important;
}

.dotted {
	border-bottom: 1px dotted;
}

.overline {
	text-decoration: line-through;
}

.t-green{
	color:#00a368;
}

.t-red{
	color:#c40233;
}

.warning-message
{
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	color : #ffffff;
	text-align: center;
	padding:15px;
	margin-top: 5px;
}

.result-metier .result-metier-item {
	padding:20px 35px 20px 35px;
	text-align: center;
}

.result-metier-etudes a{
	background-color : transparent !important;
	color : white !important;
	text-decoration : underline;
}

.result-metier h5 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.result-metier a {
	color: #333333;
	background-color: #ffffff;
	padding:5px 30px;
	text-align: center;
}

.index-dipl {
	text-align: center;
}

.index-dipl h5 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990033;
	padding:10px;
}

.index-dipl h6 {
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	margin-bottom: 5px;
}

.t-focus {
	text-align: center;
	border: 1px dotted #ca2b00;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.t-metier.t-focus {
	display: none;
}

.t-metier.t-focus.active {
	display: block;
	font-weight: bold;
}

.t-metier.t-focus.active .commentaires{
	font-weight: normal;
}

#etape1 .form-group, #etape2 .form-group, #etape3 .form-group {
	display: none;
}

#etape1 .form-group.active, #etape2 .form-group.active, #etape3 .form-group.active {
	display: block;
}

.question
{
	font-size:28px;
}


.seconde_gt_tab
{
	color : black;
	border-top-color  : #ddd !important	;
	border-left-color  : #ddd !important	;
	border-right-color  : #ddd !important	;
	background-color : #F1F1F1;
}

.nav-tabs > li > a { text-align:center; margin:8px 0 8px 0 }
.nav-tabs > li { border: 1px #ddd solid; border-radius: 5px; margin: 28px }
.nav-tabs { border-bottom: 0px solid #ddd }

.nav-tabs > li.active {
	background-color:white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: bold;
  border: 0px solid #ddd;
}

.nav-tabs > li > a {

	 border: 0px solid transparent;
}

#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;
}

/***************** par secteur ************/

.diplome_secteur_cadre{

box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);

/* border:1px solid rgb(98,131,149); */

/*    border-bottom:5px solid rgb(98,131,149); */
}

.diplome_secteur_entete
{
	padding: 10px 0 10px 0;
	background: #1da8af;
	font-weight: 700;
	font-size : 20px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	/*border-bottom: 10px solid #a12f23;	*/
}

.diplome_secteur_corps
{
	margin: 15px 10px 0 10px;
	padding: 0 10px 15px 10px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}


.diplome_secteur_corps div {
	cursor: pointer;
	border-bottom: 1px dashed #888;
	padding: 5px 0 5px 0;
}

.diplome_secteur_corps div:last-child {
	border-bottom: none;
}
/*******************************************/




/* Secteurs d'activitÃ© - archive */
.secteurs-activite-grid {
	text-align: center;
	padding: 30px 10px;
	font-size : 13px;
}
.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: #6ba3ba;
	border-radius: 5px;
	padding : 10px;
}

.tooltip.fade
{
	background-color : #FFFFFF00 !important;
}

.secteurs-activite-grid > .row > div:hover {
	/*background-color: #00cc99 !important;*/
	background-color: #AAcbd9 !important;

	/*color: #4e4b48 !important;*/
}

.secteurs-activite-grid:not(.minidico-accueil-grid) > .row > .blanc:hover {
	background-color: #FFFFFF !important;
	/*color: #4e4b48 !important;*/
}

.secteurs-activite-grid:not(.minidico-accueil-grid) > .row > .blanc {
	background-color: #FFFFFF !important;
	/*color: #4e4b48 !important;*/
}
.secteurs-activite-grid a {
	color: #ffffff;
	/*text-transform: uppercase;*/
	font-weight: 600;
}

.selon-alphabet
{
	background-color: #757575;
	border-radius: 10px;
}

.selon-interets
{
	background-color: #77be4d;
	border-radius: 10px;
	padding: 10px 0;
}

.selon-type
{
	/*background-color: #90cbd9;*/
	background-color: #e8cf2a;
	border-radius: 10px;
}
.selon-secteur
{
	background-color: #5baebb;
	border-radius: 10px;
}

.selon-domaine
{
	background-color: #29a7ad;
	border-radius: 10px;
	padding: 10px 0;
}

.selon-niveau {
	background-color: #990066;
	border-radius: 10px;
}

.result.success,
.result.succes
{
	color: #77be4d;
}

.result.error,
.result.erreur
{
	color: #e8811f !important;
}

.pull-left
{
	font-size: 17px !important;
}

.list-dipl li a:hover
{
	color: white;
}

div[class^="md-action"]
{
	margin-top: 15px;
}

div[class^="md-action"]:last-child
{
	margin-bottom: 0;
}