body {
    background-color: #fff;
    position: relative;
    overflow: initial;
}

html, 
body {
    height: 100% !important;
}

.content-header > .breadcrumb, .content-header > .container > .breadcrumb {
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.btn, .btn:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

body, .btn {
    font-size: 16px;
}

h2 {
    font-size: 1.6em;
}

h1 {
    font-size: 1.8em;
}

.secteur-mission {
    font-size: 1.2em;
}

header {
    height: 60px;
}

.main-header {
    box-shadow: none !important;
    background-color: #00A4DD;
    color: #fff;
}

.main-header a, .main-header a:hover {
    color: #fff;
}

#barre-de-recherche, #barre-de-recherche-fichier-seul {
    display: inline;
    width: 220px;
    border-radius: 4px;
    font-size: 1em;
    position: relative;
    top: 2px;
    font-family: 'Source Sans Pro', FontAwesome;
}

.row {
    padding: 0;
    padding-top: 15px !important;
}

.format-logo {
    height: 100%;
    display: inline-block;
    margin: 0 45px;
    position: absolute;
    top: 0;
}

.content-header {
    border: 1px solid #dce3e6;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-top: none;
    z-index: 2;
}

#header {
    padding-top: 0 !important;
}

.mdi, .mdi:hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.footer p {
    margin: 0;
}

.footer {
    background-color: #333;
    padding: 12px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.user-body .mdi {
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
}

.float-left.rounded-circle {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

[type="radio"]:not(:checked) + label {
    display: block;
}

a .mdi:hover {
    color: #FFCF00 !important;
}

.navbar-custom-menu .navbar-nav li > a.dropdown-toggle, .navbar-custom-menu .navbar-nav > li:last-child > a {
    font-size: 0.9em;
}

.navbar-custom-menu .navbar-nav li > a.dropdown-toggle .mdi{
    font-size: 24px;
}

.navbar-nav > .user-menu .user-image {
    width: 40px;
    height: 40px;
}

.label-centre {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    white-space: nowrap;
}

[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
    margin: 0px;
}

# [type="radio"]:not(:checked) + label {
    display: inline-block;
}

#evaluer-teleoperateur [type="radio"]:not(:checked) + label {
    display: inline-block;
}

[type="checkbox"]:checked + label::before {
    border-right: 2px solid #00A4DD;
    border-bottom: 2px solid #00A4DD;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #00A4DD;
    border-color: #00A4DD;
}

.container-full {
    padding: 0 15px;
}

.centrer {
    text-align: center;
}

.centrer-v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mission {
    margin-top: 30px;
    border: 1px solid #dce3e6;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: relative;
}

.content-header .row {
    padding-top: 0 !important;
}

.filtrer-trier .row {
    padding-top: 0 !important;
}

.mission .info-mission .row {
    padding: 30px !important;
    border-radius: 5px;
}

.nom-mission {
    display: inline-block;
    font-weight: bold;
}

.info-mission {
    width: 80%;
    display: inline-block;
}

.cta {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 15px;
    width: 20%;
    padding: 0 2%;
}

.timer.br {
    top: 47%;
    font-size: 1.4em;
}

.categorie-mission {
    top: 24px;
    right: -103px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    width: 300px;
    position: absolute;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: bold;
}

.categorie-mission.ao {
    background-color: #00A4DD;
    color: white;
}

.categorie-mission.mp {
    background-color: #2A8F27;
    color: white;
    top: 30px;
}

.mission .row {
    padding-top: 0px !important;
}

.debut-contenu-mission {
    padding: 0 30px;
}

.info-essentielle {
    padding: 0 30px;
    font-weight: bold;
    margin-top: 15px;
}

.icone-timer {
    font-size: 4em;
    position: absolute;
    left: 10%;
    top: 24%;
}

.info-offre {
    color: red;
    margin-bottom: 4px;
}

.timer {
    display: inline-block;
    position: absolute;
    top: 28%;
    left: 31%;
    font-size: 2.7em;
}

.legende-timer {
    position: absolute;
    top: 65%;
    left: 30%;
    font-size: 0.8em;
}

.legende-timer .heure {
    position: relative;
    left: 11%;
}

.legende-timer .minute {
    position: relative;
    left: 27%;
}

.ouverte {
    color: green;
}

.fermee {
    color: red;
}

.mission .rounded-circle {
    width: 80px;
    border: 2px solid #ddd;
    position: absolute;
    top: -20%;
}

.pastille-abonnement {
    position: absolute;
    top: 31px;
    font-size: 2.2em;
    left: 67px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ddd;
}

.pastille-abonnement.p {
    color: #ec0000 !important;
}

.pastille-abonnement.o {
    color: #ecba0b !important;
}

.pastille-abonnement.b {
    color: #ea731b !important;
}

.pastille-abonnement.ab {
    color: #00A4DD !important;
}

.lettre-abonnement {
    position: absolute;
    color: #fff;
    top: 45px;
    left: 79px;
    font-size: 12px;
}

.lettre-abonnement.ab {
    left: 76px;
    font-size: 12px;
    top: 45px;
}

.dropdown {
    display: inline-block;
}

.mission.first {
    margin-top: 15px !important;
}

.header.btn-primary, .header.btn-primary:hover {
    background-color: white;
    color: #00A4DD !important;
    border-color: #ddd;
}

.header.btn-primary:active {
    box-shadow: none !important;
    background-color: white;
    color: #00A4DD !important;
    border-color: #ddd;
}

.btn-success {
    background: #00A4DD;
    border-color: #00A4DD;
}

.btn-success:hover {
    background: #FFCF00 !important;
    border-color: #FFCF00 !important;
}

.langue {
    display: inline-block;
    width: 1.5em;
    position: relative;
    left: 6px;
    bottom: 2px;
}

.legende-valeur.mp {
    font-size: 1.6em;
    color: #00A4DD;
    position: relative;
    top: 38px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.valeur.mp {
    font-size: 3.8em;
    color: #00A4DD;
    font-weight: bold;
    position: relative;
    bottom: -20%;
    text-align: center;
}

.info-mission > .row > div {
    border-right: 1px solid #dce3e6;
}

.info-mission .row .sans-bordure {
    border: none;
}

.nom-do {
    display: inline-block;
    position: absolute;
    bottom: -32%;
    width: 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type-mission, .fichier-mission {
    font-size: 1.2em;
}

.titre-filtre {
    display: inline-block;
    margin-right: 4px;
}

.petit [type="checkbox"] + label::before {
    width: 12px;
    height: 12px;
}

.info-mission, .btn {
    font-size: 1.1em;
}

.petit .form-check-label {
    font-size: 0.9em;
    padding-left: 20px;
}

.petit [type="checkbox"]:checked + label::before {
    left: -6px;
    width: 10px;
    height: 10px;
}

.filtrer-trier .missions-recommandees {
    display: inline-block;
    width: 40px;
    height: 35px;
}

.filtrer-trier .btn {
    margin-right: 6px;
}

.content-header {
    padding: 20px !important;
    height: 90px;
}

a.btn .mdi:hover {
    color: inherit !important;
}

.tooltip-jobphoning + .tooltip > .tooltip-inner {background-color: #67757c !important; border: 1px solid #67757c !important; border-radius: 4px; color: #fff !important; }
.tooltip-jobphoning + .tooltip > .tooltip-arrow { border-top-color:#67757c !important; }
.tooltip-jobphoning, .tooltip-jobphoning:hover { text-decoration: none; display: inline-block; }

.sidebar {
    border-top: none;
    background: #fff;
}

.content-header .dropdown-menu, .content-header .dropdown-toggle {
    font-size: 1em;
}

p {
    margin-bottom: 5px;
}

#fiche-prospect [type="radio"]:not(:checked) + label {
    line-height: 1;
}

label {
    margin: 0;
}

.btn-default {
    background-color: white;
    color: #00A4DD;
    border-color: #ddd;    
}

.btn-default:hover {
    color: #fff !important;
    border-color: #00A4DD;
    background-color: #00A4DD;
}

h1 {
    margin: 0;
    padding: 0;
    line-height: 2;
}

.main-header {
    position: relative;
}

.navbar-custom-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbar.navbar-static-top {
    height: 100%;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00A4DD;
    z-index: 9999;
    overflow: hidden;
}

#overlay h1 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
            animation: sk-doubleBounce 2s infinite ease-in-out; 
}

.tooltip-inner {
    max-width: 300px;
    width: auto;
}

.tooltip-inner .justify {
	width: 100%;
}

.justify {
	text-align: justify;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
    50% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
}

@keyframes sk-doubleBounce {
    0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
    50% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
}

.main-header .navbar {
    min-height: initial;
}

.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    color: #FFCF00;
    background: transparent;
}

.main-header .sidebar-toggle {
    padding: 0px;
}

.main-header .navbar {
    margin-left: 0;
    min-height: none;
    padding: 0 15px !important
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #ddd;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-check-inline {
    width: 100%;
}

.content-header .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.debut-contenu-mission {
    margin-top: 24px;
}

blockquote {
    display: block;
    padding: 15px 0px 0px 45px !important;
    position: relative;
    border-radius: 4px;
    font-size: 1.2em;
    font-style: italic;
    margin: 10px 0;
}

blockquote::before {
    content: "\201C";
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 0;
    color: #00A4DD;
}

.label-icon {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    bottom: 2px;
}

.secteur-mission .mdi {
    font-size: 1.2em;
}

.label-icon i {
    font-size: 0.85em;
    color: #818181;
}

.white-popup-block {
    border-radius: 4px;
}

.mfp-bg {
    background: rgb(235, 236, 255) !important;
}

.footer-popup {
    padding: 1em 0;
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    text-align: right;
    width: 100%;
}

.white-popup-block h2:first-child {
	margin-bottom: 15px;
}

.mfp-close.discret, .discret {
    position: initial;
    background: none;
        background-color: rgba(0, 0, 0, 0);
    font-family: inherit;
    line-height: inherit;
    display: inline-block;
    width: auto;
    border: 1px solid lightgrey;
    margin-right: 10px;
    font-size: 1em !important;
    color: #333;
}

.btn.btn-block.btn-success.mfp-close.vert {
    font-family: 'Source Sans Pro';
}

.footer-popup button.btn-success:nth-child(2), .footer-popup button.mfp-close {
    background-color: #00A4DD;
    border-color: #00A4DD;
    border-width: 1px;
    color: #fff;
    position: initial;
    line-height: initial;
}

.footer-popup .btn-success {
    width: auto;
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
}

.btn.vert {
    background: #22b14c !important;
    border-color: #22b14c !important;
}

.btn.rouge {
    background: #f30 !important;
    border-color: #f30 !important;
}

.mfp-close.discret:hover, .discret:hover {
    color: #212121 !important;
    background: #fff !important;
    border-color: lightgrey !important;
}

button.mfp-close, button.mfp-arrow {
    padding: .375rem .75rem;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn {
    display: inline-block;
    width: auto !important;
}

a.bluelink {
    color: #00A4DD;
}

a.bluelink:hover, a.bluelink:active, a.bluelink:focus {
    color: #ffcf00;
}

[type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
    top: 50%;
    transform: translateY(-50%);
}

[type="checkbox"]:checked + label::before {
    top: 0px;
}

/* AJOUT GESTION ABONNEMENT FORMATION */

#container_abonnement .mdi-teach {
	font-size: 6em;
	margin-top: 30px;
	margin-bottom: 15px;
}

.ribbon {
	top: 14px;
	right: -116px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	width: 300px;
	position: absolute;
	text-align: center;
	line-height: 34px;
	letter-spacing: 1px;
	font-weight: bold;
	box-shadow: none;
	border: none;
	background: #22b14c !important;
	color: #fff;
	height: auto;
}

.col-lg-3.col-md-4.col-sm-6.col-xs-12 .box {
	overflow: hidden;
}

.reduction {
	font-size: 22px;
	font-weight: bold;
}

.price {
	font-size: 38px;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 40px;
}

.price .mois {
	font-size: 16px;
	display: inline-block;
	color: inherit;
}

.form-control.marker_changement_engagement {
	width: 158px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 45px;
}

.fonctionnalites-standards .en-avant, .mission-privee .en-avant, .position-offerte .en-avant {
    line-height: 1;
}

.vert-promo {
    color: #22b14c;
}

.en-avant {
    font-size: 22px;
}

.texte-fonctionnalite {
	display: inline-block;
	bottom: 3px;
	position: relative;
	font-size: 12px;
}

.fonctionnalites-standards, .mission-privee, .position-offerte {
    text-align: left;
    width: 92%;
    margin: 0 auto;
        margin-top: 0px;
}

.fonctionnalites-standards {
    margin-top: 12px !important;
}

.box.text-center .btn-success {
	display: inline-block;
	width: 160px !important;
	margin-bottom: 20px;
	max-width: 80%;
	border: none;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	position: relative;
	margin-top: 40px;
}

.info-abonnement-petit {
	font-size: 12px;
}

.info-abonnement {
	font-size: 14px;
}

#prix-bronze, .bronze h2, .bronze .mdi-teach, .bronze .price {
    color: #ec741b;
}
#prix-argent, .argent h2, .argent .mdi-teach, .argent .price {
    color: #b5b4b1;
}

#prix-or, .or h2, .or .mdi-teach, .or .price {
    color: #dbad0a;
}

#prix-premium, .premium h2, .premium .mdi-teach, .premium .price {
    color: #ee0000;
}

.fonctionnalites-standards + i {
	font-size: .7em;
}

.mdi.mdi-help-circle-outline {
	cursor: help;
}

@media only screen and (max-width: 767px) {
    .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
        min-width: 275px;
    }

    .titre-important.text-center {
        line-height: inherit;
            font-size: 20px;
    }
	.fonctionnalites-standards {
		width: 244px;
		max-width: 100%;
	}
}