/* CSS GENERAL DU SITE */
body {
	font-size: 16px;
}

input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: 0 0 2px 1px red !important;
}



/* input:valid,
select:valid,
textarea:valid {
	box-shadow: 0 0 2px 1px green !important;
} */

.bg-green-conf {color:#93c01f;}

.color-noir-clair {color: #1b1b1b !important;}

.page-heading h2 {
	font-size: 2em;
	color: #007CDA;
}

.fiche_stage li {
    border-bottom: 1px solid #007cda !important;
}

.barre-bleue {border-top: 2px solid #007cda; max-width: 10%;}

.fw-bold {font-weight: bold;}

.color-blue {
	color:#007cda !important;
	font-weight: bold;
	font-size: 16px;
}

.color-vert-cevak {color: #93c01f;}
.color-congres {color: #DB1344;}

.widget-user-2 .widget-user-header {border-radius: 0px !important;}
.box {width: auto;}
.active-ss-menu 
{
	background-color: #e9ecef;
}

.page-heading h1 {
	font-weight: bold;
	font-size: 2em;
	color: #007CDA;
}

.page-heading h1 b {
	color: #999;
}

.lienformatops {
	width: 200px;
}

.lienformatops a {
	background-color: #FFF;
}

.lienformatops a:hover {
	background-color: transparent;
}

/* Admin diapo */
.product-detail input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none !important;
}

.product-detail input:valid,
select:valid,
textarea:valid {
	box-shadow: none !important;
}

.ok {
	color: #2dc43e;
}

/* vert */
.pasok {
	color: #F00;
	font-weight: bold;
	font-size: 1.1em;
}

/* rouge gros */
.rouge {
	color: #F00;
}

a {
	color: #007CDA;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}

a.btn:hover {
	background-color: inherit;
	color: inherit;
}

/* correction de less.css */
h2.titre-fiche {
	font-size: 3em;
	font-weight: bold;
	color: #06C;
}

/* corrections bootstrap */
.box {
	box-shadow: 0 0 0;
}

/* Bandeau sup */
.bandeausup {
	position: relative;

	background-size: 100% 100%;
	width: 100%;
	height: 250px;
}

.bandeausup .logo {
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 10;
}

.cadre_blanc {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border: 1px solid #e7eaec;
}

/* menu */

.nav-li
{
	align-self: baseline;
}

#image_haut_page {
	width: 100%;
}

.navbar .navbar-nav {
	float: none;
	vertical-align: top;
	width: 100%;
	justify-content: flex-end;
	font-size: larger;
	font-weight: bold;
}

.navbar .navbar-collapse {
	text-align: center;
}

.font-size-17px {font-size:17px !important;}
.font-size-16px {font-size:16px !important;}
.font-size-15px {font-size:15px !important;}
.font-size-14px {font-size:14px !important;}
.font-size-13px {font-size:13px !important;}
.font-size-12px {font-size:12px !important;}

.carousel-inner {max-height:600px;}

.menu_logo {
	padding-top: 3px;
}

.skin-blue .main-header .navbar {
	background-color: #007cda;
}

.navbar .bg-blue {
	background-color: #007cda;
}

.nav-link {
	color: black;
}

ul.dropdown-menu {
	background-color: #007cda;
}

.dropdown-menu>li>a {
	color: #FFFFFF;
}
.dropdown-menu>li>a:hover {
	color: #f6f6f6;
	background: rgba(0, 0, 0, 0.1);
}

/* divers */
.ibox {
	font-size: 1.1em;
}

fieldset {
	margin-bottom: 2em;
}

fieldset.covoiturage-border {
	border: 1px solid #cf943c;
}

legend {
	text-align: left;
	color: #F60;
}

dd {
	font-weight: bold;
}

dt {
	font-weight: normal;
}

.dl-horizontal dt {
	width: auto;
	overflow: visible;
}

a.btn-link {
	color: #007cda;
}

.texte_fff a.btn-link {
	color: #FFF;
}

a.btn-link:hover {
	text-decoration: underline;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
	background-color: #fff;
}

.content-wrapper {
	min-height: 10px !important;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.container-fluid-mpdx {
	width:85%;
	margin: auto;
}

.breadcrumb>.active {
    color: #777;
}

.panel-heading {
    padding: 4px 15px;
}

.panel-body {
    padding: 15px;
}

.panel-group .panel {
    margin-bottom: 6px;
}

.wrapper {
	min-height: 10px !important;
}

@media (min-width: 1200px) {
	.container {
		width: 85%;
	}
}

.content {
	padding-left: 0px;
	padding-right: 0px;
}

.content-wrapper,
.right-side {
	background-color: #fff;
}

.padding_top_30 {
	padding-top: 30px;
}

.padding_top_15 {
	padding-top: 15px;
}

.texte_justifie {
	text-align: justify;
}

.texte_centre {
	text-align: center;
}

.texte_fff {
	color: #fff !important;
}

.texte_007cda {
	color: #007cda;
}

.texte_92c01f {
	color: #92c01f;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px;
	border-color: #d2d6de;
	height: 34px;
	width: 100%;
}

.titre {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #92c01f;
	color: #fff;
	text-align: center;
}

.titre-orange {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #f49a00;
	color: #fff;
	text-align: center;
}

.panel-title>a {
	color: #fff;
}

.panel-title-dpc {background-color: #ffffff; border: 1px solid #92c01f;}
.panel-title-dpc>a {color:#92c01f !important;}

.panel-title-fif {background-color: #ffffff; border: 1px solid #f49a00;}
.panel-title-fif>a {color:#f49a00 !important;}

.texte_f39c12 {
	color: #f39c12;
}

.mep_lien {
	line-height: 1px;
	margin-top: -2.9px;
	margin-left: -11px;
	margin-right: -11px;
}

.btn_007cda,
.btn_007cda:hover,
.btn_007cda:focus,
.btn_007cda:active {
	background-color: #007CDA;
	border-color: #007CDA;
	color: #ffffff;
}

.fond_92c01f {
	background-color: #92c01f;
}

.fond_92c01f a {
	color: #FFF;
}

.fond_92c01f a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.fond_E5F2FB {
	background-color: #E5F2FB;
}

.carousel-control {
	width: 5%;
}

.box-body.box-profile {
	height: 264px;
}

.texte_majuscule {
	text-transform: uppercase;
}

.info-box-content {
	height: auto;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #fff;
}

.mep_li {
	display: block;
}

.radio[disabled] {
	background-color: #FFFFFF;
}

.indication {
	font-size: 0.8em;
	font-style: italic;
}

/* résultats recherche */
.info_box_accueil h3 {
	margin: 0;
}

.info_box_recherche_icone {
	padding-top: 30px;
	height: 150px;
}

.info_box_recherche {
	height: 150px;
}

#tab-1 {
	background-color: inherit;
	color: inherit;
}

#tab-2 {
	background-color: inherit;
	color: inherit;
}

#tab-3 {
	background-color: inherit;
	color: inherit;
}

#tab-4 {
	background-color: inherit;
	color: inherit;
}

/* images */
.image_responsive {
	width: 100%;
}

#img_cevak_infos_pratiques {
	height: 40%;
	margin: auto;
}

#congres_1 {
	height: 40%;
	display: inline;
}

#congres_2 {
	width: 40%;
	display: inline;
}

#congres_3,
#congres_4 {
	width: 100%;
	display: inline;
}

#img_certificat {
	display: inline;
}

.img_formateur {
	width: auto;
	height: 170px;
}

.profile-user-img {
	height: 150px;
	width: auto;
	border: 0px;
}

.img_sponsor {height: 75px; max-width: 100%;}

#img_partenaire_formatops {
	float: right;
	height: 15%;
	margin-right: 7%;
	margin-left: 2%;
}

/* accueil - Liste themes
TAF: à refaire en respectant Bootstrap
*/
.tabs-left>.nav-tabs {
	border-bottom: 0;
	background-color: #E5F2FB;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
	display: none;
}

#liste_sous_themes.tab-content>.active,
#liste_sous_themes.pill-content>.active {
	display: inherit;
	position: absolute;
	width: 100%;
	background-color: #007cda;
	color: 3FFF;
	z-index: 100;
	opacity: 0.8;
	padding: 10px;
}

.tabs-left>.nav-tabs>li {
	float: none;
	font-size: 1.2em;
}

.tabs-left>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: 1px;
	border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
	background-color: #007cda;
	color: #fff;
}

.fa-remove:hover {
	cursor: pointer;
}

.pointer-cursor {
	cursor: pointer;
}

.pointer-hover {
	cursor: pointer;
}

.pointer-cursor:hover {
	cursor: pointer;
	font-weight: bold;
}

/* correction pour le mode secretariat */
.tab-content>.active,
.pill-content>.active {
	display: inherit;
}


.content_formateur>.active {
	display: block;
	position: inherit;
	opacity: 1;
	background-color: #fff;
}

/*  calendrier */
.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0em;
}

.fc-toolbar {
	padding: 3px;
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right,
button.fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
	color: #007cda;
}

.fc-toolbar.fc-header-toolbar {
	color: #007cda;
	text-transform: uppercase;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #E5F2FB;
}

thead.fc-head,
.fc-unthemed thead {
	color: #007cda;
}

.box_calendrier {
	padding: 2px;
}

.fc-scroller.fc-day-grid-container {
	height: auto !important;
	overflow-y: hidden !important;
}

.fc-view.fc-month-view.fc-basic-view {
	height: auto;
}

.fc-unthemed td.fc-today {
	background-color: #007cda;
	color: #E5F2FB;
}

.fc-view-container,
.fc-toolbar.fc-header-toolbar,
th.fc-day-header.fc-widget-header,
.box-body.box_calendrier {
	background-color: #E5F2FB;
}

.modal-body,
.modal-footer {
	background-color: #E5F2FB;
	color: #007cda;
}

.btn_calendar,
.btn_calendar:hover {
	color: #E5F2FB;
	background-color: #007cda;
}

/* liste formations */
.widget-user-2 .widget-user-desc {
	margin: 3px;
}

@media (min-width: 768px) {
	.widget-user-2 .widget-user-header {
		height: auto;
	}
}

.widget-user-2 .widget-user-header {
	padding: 10px;
}

.nav-stacked>li>a.texte_007cda {
	color: #007cda;
	background-color: #E5F2FB;
}

.box #liste_formations>li {
	height: 45px;
	color: #007cda;
	background-color: #E5F2FB;
}

.dimensions_description_formation_a_la_une {
	color: #666;
}

/* bloc à droite */
.fichestage .champ,
.table .champ {
	color: #999;
}

.fichestage .valeur,
.table .valeur {
	color: inherit;
}

/* fiche formation + inscription */
h1.panel-title {
	font-size: 2em;
}

.box #liste_stages>li {
	color: #007cda;
	background-color: #E5F2FB;
}

.box .nav-stacked>li {border-bottom: inherit;}

.breadcrumb {
	background: transparent;
}

.bg-blue h3 {
	margin: 0;
	padding: 0;
}


/* fiche STAGE but: réduire fortement la largeur du tableau */
#tableauDPC {
	font-size: 0.8em;
}

#tableauFIF {
	font-size: 0.8em;
}

table.table.table-bordered.table-hover.table-striped.dataTable.no-footer {
	font-size: 0.8em;
}

/*
#tableauDPC th.sorting {padding: 0;}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0;
	font-size: 0.8em;
}
*/
/* accueil */
#liste_themes a {
	color: #3c8dbc;
}

#liste_themes a:hover {
	color: #FFF;
}

a.carousel-control:hover {
	background-color: transparent;
}

.valeur .indication {
	color: #F00;
}

#etablissement_de_sante_logo {
	color: #007cda;
}

#etablissement_de_sante_titre {
	color: #007CDA;
	font-size: 1.3em;
	border-bottom: solid;
}

.etablissement_de_sante_description,
.epp_description {
	font-size: 1em;
	color: #b2b2b2;
	margin-bottom: 8px;
}

#epp_logo {
	color: #f49a00;
}

#epp_titre {
	color: #f49a00;
	font-size: 1.3em;
	border-bottom: solid;
}

#mon_espace_logo {
	color: #93c01f;
}

#mon_espace_titre {
	color: #93c01f;
	font-size: 1.3em;
	border-bottom: solid;
}

.formulaire_connexion {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#etablissement_de_sante_header,
#etablissement_de_sante_content,
#epp_header,
#epp_content,
/* #mon_espace_header,
#mon_espace_content {
	margin: 0 5px 0 10px;
} */

#etablissement_de_sante_more {
	background-color: #007CDA;
	border-color: #007CDA;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: italic;
	text-align: right;
}

#epp_more {
	background-color: #f49a00;
	border-color: #f49a00;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: italic;
	text-align: right;
}

.mon_compte_btn {
	background-color: #93c01f !important;
	border-color: #93c01f !important;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: italic;
	border-radius : 0;
}

.mon_compte_btn:hover {
	background-color: #ffffff !important;
	border-color: #93c01f !important;
	color: #93c01f !important;
}

.bg-green {
	background-color: #93c01f !important;
}

.bg-blue {
	background-color: #007cda !important;
}

.info_box_accueil_icone {
	height: 200px;
}


#bouton_recherche {
	background-color: #007CDA;
	color: white;
	width: 100%;
}

.titre_calendrier
{
    display: flex;
    justify-content: center;
    align-items: center;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
	max-width: 100%;
}

.acces_formation_mois {
	color: #fff;
	padding-top: 3px;
	text-decoration: underline;
}

.formation_mois {
	background-color: #007CDA;
	border-color: #007CDA;
	color: #ffffff;
	text-align: center;
	padding: 0px;
}

.formation_mois_page {
	background-color: #007CDA;
	border-color: #007CDA;
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	height: 32px;
}

.btn_plus_info_ala_une { height : 32px;}

#formation_a_la_une_1_btn,
#formation_a_la_une_2_btn,
#formation_a_la_une_3_btn,
#formation_a_la_une_4_btn,
#formation_a_la_une_5_btn,
#formation_a_la_une_6_btn {
	background-color: #007cda !important;
	text-align: center;
}

.btn_acces_formation_a_la_une,
.btn_acces_formation_a_la_une:focus,
.btn_acces_formation_a_la_une.active {
	color: #fff;
}

.btn_acces_formation_a_la_une:hover {
	color: #fff !important;
	border:1px solid #fff;
	margin-top:3px;
}

.mep_titre_formation_a_la_une {
	line-height: 2;
}

.border_top_bottom {
	border-top: solid;
	border-bottom: solid;
	border-width: 2px;
	border-color: #007CDA;
}

.mep_date_formation {
	color: #007dda;
}

.mep_lieu_formation {
	color: #35a8e0;
}

.mep_formateur {
	color: #999998;
}

.mep_categorie_formation_dpc {
	color: #a2c617;
}

.mep_categorie_formation_fif {
	color: #f49a00;
}

.a_la_une {
	padding-left: 40px;
	padding-right: 40px;
}

.dimensions_sponsors {
	height: 158px;
}

a.right.carousel-control.dimensions_sponsors {
	margin-top: -4%;
	color: #007cda;
}

a.left.carousel-control.dimensions_sponsors {
	margin-top: -4%;
	color: #007cda;
}

.box.box-solid.box-primary {
	border: 2px solid #007cda;
	border-radius: 0px;
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #007cda;
	background-color: #007cda;
}

#colonne_icone_calendrier {
	text-align: right;
}

#titre_calendrier {
	margin: auto;
}

.img-circle {
	border-radius: 50%;
}

#formateurs {
	border: 0px;
	box-shadow: 0 0px 0px;
	text-align: center;
}

/* footer */
#nous_contacter {
	color: #fff;
	background-color: #92c01f;
	text-align: center;
}

#fond_footer {
	background-color: #007cda;
}

#footer_logo_cevak {
	width: 100px;
}

.interligne_texte_2 {
	line-height: 2;
}

.btn_footer,
.btn_footer:hover,
.btn_footer:focus,
.btn_footer.active {
	color: #fff;
	margin-left: -15;
	text-align: left;
}

.border_bottom {
	width: 90%;
	border-bottom: solid;
	border-width: 2;
	border-color: #fff;
}

.input_footer {
	background-color: #007CDA;
	color: #fff;
	border: solid;
	border-width: 1;
	border-color: #fff;
}

#nous_contacter_btn {
	background-color: #007CDA;
	color: #fff;
	border-color: #fff;
}

/* Google Map */
@media all and (min-width: 1200px) {
	#col_google_map {
		padding-top: 12%;
	}
}

@media all and (max-width: 1200px) {
	#col_google_map {
		padding-top: 3%;
	}
}

#google_map {
	width: 100%;
	height: 400px;
}


/* card */
.card {
	position: relative;
	display: block;
	margin-bottom: .75rem;
	background-color: #fff;
	border-radius: .25rem;
}

.card-block {
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-radius: .25rem .25rem 0 0;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-radius: 0 0 .25rem .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
	border-radius: .25rem .25rem 0 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
	border-radius: 0 0 .25rem .25rem;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-success {
	background-color: #92c01f;
	border-color: #92c01f;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-primary-outline {
	background-color: transparent;
	border-color: #0275d8;
}

.card-secondary-outline {
	background-color: transparent;
	border-color: #ccc;
}

.card-info-outline {
	background-color: transparent;
	border-color: #5bc0de;
}

.card-success-outline {
	background-color: transparent;
	border-color: #92c01f;
}

.card-warning-outline {
	background-color: transparent;
	border-color: #f0ad4e;
}

.card-danger-outline {
	background-color: transparent;
	border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer {
	color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: .25rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
	border-radius: 0 0 .25rem .25rem;
}

@media (min-width: 544px) {
	.card-deck {
		display: table;
		table-layout: fixed;
		border-spacing: 1.25rem 0;
	}

	.card-deck .card {
		display: table-cell;
		width: 1%;
		vertical-align: top;
	}

	.card-deck-wrapper {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
}

@media (min-width: 544px) {
	.card-group {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.card-group .card {
		display: table-cell;
		vertical-align: top;
	}

	.card-group .card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
		border-radius: 0;
	}
}

@media (min-width: 544px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.card-outline-success {
	background-color: transparent;
	border: solid;
	border-width: 2px;
	border-color: #92c01f;
}

.card-outline-warning {
	background-color: transparent;
	border: solid;
	border-width: 2px;
	border-color: #f0ad4e;
}

.modal-backdrop,
.modal-backdrop.in {
	display: none;
}

span.bloc_couleur {
	border: 1px solid #000;
	margin: auto 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.isDisabled {
	cursor: not-allowed;
	opacity: 0.5;
	background-color: grey;
}

.isDisabled>a {
	color: grey;
	display: inline-block;
	/* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

.isEnabled {
	cursor: pointer;
	opacity: none;
}

.isEnabled>a {
	color: #007cda;
	display: inline-block;
	/* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

.mpdx-circle {
	top: 0;
}

.image_lien_formatops {
	width: 85%;
}

#dropdown-formations {z-index:9999; background-color: #dee5ea; padding-top:0; border-radius:0;}

.titre_menu_dropdown
{
	background-color: #007CDA;
	color: white;
	padding: 0.85em;
	display: inline;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

h5 {font-size:14px;}

#triangle-code
{
	height : 0;
	width : 0;
	border-right : 55px solid transparent;
	border-bottom : 77px solid #dee5ea;
	border-left : 55px solid transparent;
	position: absolute;
    top: -55px;
	left: 45%;
}

.btn-contact { max-width:292px; background-color: #93C01F; border:1px solid #93C01F; border-radius: 0px; color:white !important; font-weight: bold; }
.btn-congres { max-width:292px; background-color: #DB1344; border:1px solid #DB1344; border-radius: 0px; color:white !important; font-weight: bold; }
.btn-congres:hover { background-color: #FFF; border:1px solid #DB1344; border-radius: 0px; color:#DB1344 !important; font-weight: bold; }

.btn-mon-espace { max-width:292px; background-color: #F49A00; border:1px solid #F49A00; border-radius: 0px; color:white !important; font-weight: bold; }
.btn-contact:hover { background-color: #FFF; border:1px solid #93C01F; border-radius: 0px; color:#93C01F !important; font-weight: bold; }
.btn-mon-espace:hover { background-color: #FFF; border:1px solid #F49A00; border-radius: 0px; color:#F49A00 !important; font-weight: bold; }
.btn-contact:active { background-color: #FFF !important; border:1px solid #93C01F !important; border-radius: 0px; color:#93C01F !important; font-weight: bold; }
.btn-mon-espace:active { background-color: #FFF !important; border:1px solid #F49A00 !important; border-radius: 0px; color:#F49A00 !important; font-weight: bold; }
.btn-contact:focus { background-color: #FFF !important; border:1px solid #93C01F !important; border-radius: 0px; color:#93C01F !important; font-weight: bold; }
.btn-mon-espace:focus { background-color: #FFF !important; border:1px solid #F49A00 !important; border-radius: 0px; color:#F49A00 !important; font-weight: bold; }

#menu-admin-secretariat-pc>li>a,
#menu-admin-stagiaire-pc>li>a,
#menu-admin-formateur-pc>li>a {
	color: #a7b1c2;
	font-weight: 600;
	padding: 14px 20px 14px 25px;
	position: relative;
	display: block;
}

.dropdown-large{ padding:1rem;}

.recherche_formation
{
	border: 1px solid #007CDA;
}

.recherche_formation label {color:#007CDA;}

.nav-li {
    align-self: normal !important;
}

.bloc_info_index
{
	background-color:#dee5ea;
	text-align: center;
}

.bloc_info_index .col-4
{
	padding:30px
}

.color-bleu-cevak {color:#007CDA;}

.navbar-brand {font-size: 30px;}
.dropdown-gris {background-color: #dee5ea;}

.titre_page {padding: 10px;}

.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: hsla(5, 76%, 62%, .8)
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.diagonal-split-background {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(92deg, #FFFFFF 50%, #E5F2FB 50%);
	min-height: 700px;
}

.badge-nouvelle-formation {
	background-color: #93C01F;
    border: 1px solid #93C01F;
    border-radius: 0px;
    color: white !important;
    font-weight: bold;
}

@media (max-width: 403px) {
	nav .navbar-brand {width: 120px !important;}
	nav .navbar-brand img.img-logo {width: 40% !important;}
	nav .navbar-brand img.img-logo-ecriture {width: 50% !important;}
}

/* smartphone */
@media (max-width: 768px) {
	#bloc_epp {
		display: none;
	}

	.body-small .navbar-static-side {
		position: relative;
		width: 100%;
	}

	#menu-admin-secretariat-smartphone {
		display: block;
	}

	#menu-admin-stagiaire-smartphone {
		display: block;
	}

	#menu-admin-formateur-smartphone {
		display: block;
	}

	#menu-admin-secretariat-pc {
		display: none;
	}

	#menu-admin-stagiaire-pc {
		display: none;
	}

	#menu-admin-formateur-pc {
		display: none;
	}

	.skin-1 .wrapper-content {
		padding: 0;
	}

	.p-w-md {
		padding: 0;
	}
}

@media (max-width: 991px) {
	#bloc-connexion-accueil-pc {display: none;}
	#bloc-connexion-accueil-sm {display: block;}
	.skin-1 .nav-header {padding: 5px;}
	.mon_compte_btn {margin-top: 35px;}
	.image_lien_formatops {width: 30%;}
	.lienformatops {width: initial;}
	#triangle-code{display: none;}
	.btn-contact{margin-left: 0 !important; margin-bottom:15px;}
	.btn-mon-espace{margin-left: 0 !important;}
	.nav-link-image {display: none;}
	.titre_menu_dropdown{font-size: 12px;}
}

@media (min-width: 992px) {
	#bloc-connexion-accueil-sm {
		display: none;
	}

	.navbar-brand {display: none;}
}

@media (min-width: 769px) {
	#menu-admin-secretariat-smartphone {
		display: none;
	}

	#menu-admin-secretariat-pc {
		display: block;
	}

	#menu-admin-stagiaire-smartphone {
		display: none;
	}

	#menu-admin-stagiaire-pc {
		display: block;
	}

	#menu-admin-formateur-smartphone {
		display: none;
	}

	#menu-admin-formateur-pc {
		display: block;
	}
}

@media (max-width: 892px) {
	.titre-formation { 
		font-size: 18px !important; 
	}
}

@media (min-width: 992px) and (max-width: 1130px) {
	#etablissement_de_sante_titre {
		font-size: 1.1em;
		text-align: right;
	}

	#mon_espace_titre {
		font-size: 1.1em;
		text-align: right;
	}

	#epp_titre {
		font-size: 1.1em;
		text-align: right;
	}
}

@media  (min-width: 1117px) and (max-width: 1300px) {
	.nav-link{font-size:15px;}
}

@media  (min-width: 992px) and (max-width: 1116px) {
	.nav-link{font-size:12px;}
}

@media  (min-width: 1635px) and (max-width: 1766px) {
	#triangle-code{left:41%;}
}

@media  (min-width: 1526px) and (max-width: 1634px) {
	#triangle-code{left:35%;}
}

@media  (min-width: 1340px) and (max-width: 1525px) {
	#triangle-code{left:29%;}
}

@media  (min-width: 1252px) and (max-width: 1339px) {
	#triangle-code{left:22%;}
}

@media  (min-width: 992px) and (max-width: 1251px) {
	#triangle-code{left:17%;}
}

@media  (min-width: 565px) and (max-width: 922px) {
	.info_box_recherche {
		height: 230px;
	}
	.info_box_recherche_icone {
		padding-top: 70px;
		height: 230px;
	}
}

@media  (min-width: 475px) and (max-width: 564px) {
	.info_box_recherche {
		height: 320px;
	}
	.info_box_recherche_icone {
		padding-top: 115px;
		height: 320px;
	}
}

@media  (max-width: 474px) {
	.info_box_recherche {
		height: 380px;
	}
	.info_box_recherche_icone {
		padding-top: 140px;
		height: 380px;
	}
}

@media  (max-width: 767px) {
	#img-formation{display: none;}
	#img-puce{display: none;}
}

@media  (max-width: 1092px) {
	#img-formation{max-width: 300px; margin-top:0px !important;}
	#img-puce{margin-top:-6px !important;}
}
	
@media  (min-width: 1300px) {
	#bloc-haut-formation{padding-top:50px;}
}

@media  (min-width: 1200px) {
	.padding-texte{padding-right:70px !important;}
}

@media  (max-width: 1054px) {
	.small-titre-breadcrumb {
		font-size: 14px;
	}
	.small-titre {
		font-size: 15px;
	}

}
  .toggle.ios, .toggle-on.ios, .toggle-off.ios { 
	border-radius: 20px; 
}

  .toggle.ios .toggle-handle { 
	border-radius: 20px; 
}

.btn-green-conf{
	background-color: #93c01f;
	color: white;
}

.table-formation-stagiaire{
	font-size: 14px;
}

.taille-formation-contenu{
	margin-top: -280px;
}

@media (max-width:1326px) {
	.diagonal-split-background {
		min-height: 790px;
	}
}

@media (max-width: 991px) {
	.diagonal-split-background {
		background-color: #E5F2FB !important;
		background-image: none !important;
		min-height: inherit !important;
	}

	.taille-formation-contenu {
		margin-top: initial !important;
	}
} 