/*
 * FAKT Creative Office
 * www.vincentsauvaire.com
 *
 * Copyright 2023 FAKT / Vincent Sauvaire
 */

 body {
	color: rgba(0,0,0,1.00);
	font-family: "SuisseNeue-Medium", Times, "Times New Roman", serif;
	margin: 10px;
}

::-moz-selection { color: rgba(255,255,255,1.00);  background: rgba(0,129,195,1.00); }
::selection      { color: rgba(255,255,255,1.00);  background: rgba(0,129,195,1.00); }

a,
a:visited {
	color: rgba(0,129,195,1.00);
	text-decoration: underline;
}

a:hover,
a:focus {
	color: rgba(0,129,195,1.00);
	text-decoration: none;
}

p, ul, li {
	color: black;
}

.bg-dark-blue {
	background: rgba(0,129,195,1.00);
	border-radius: 10px;
}

.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue p,
.bg-dark-blue ul, 
.bg-dark-blue li {
	color: white;
}

.bg-dark-blue a,
.bg-dark-blue a:visited {
	color: rgba(255,255,255,1.00);
}

.bg-dark-blue > a:hover,
.bg-dark-blue > a:focus {
	color: black;
}

.bg-white {
	background: rgba(255,255,255,1.00);
}

blockquote, q {
	border: 0px;
	border-radius: 5px;
	color: rgba(0,129,195,1.00);
	background: rgba(0,129,195,0.10);
	padding: 15px;
}

/*blockquote:before,
q:before {
    content: "«";
}

blockquote:after,
q:after {
    content: "»";
}*/

.btn-xl {
	border-radius: 5px;
	background: rgba(0,0,0,0.10);
}

.btn-xl:hover,
.btn-xl:focus {
	color: rgba(0,129,195,1.00);
	background-color: rgba(0,0,0,0.10);
}

.form-group,
.form-control {
	color: rgba(0,129,195,1.00);
	border: 0;
	border-radius: 5px;
}

.form-control {
	background:rgba(0,129,195,.10);
}

.help-block {
	border: 0;
	border-radius: 5px;
	background: rgba(0,0,0,0.10);
	margin-top: 15px;
}

.help-block ul {
	padding: 15px;
}

.help-block li {
	color: black;
	list-style: none;
}

#impressum {
	min-height: 70px;
}

.logotype {
	font-size: 54px;
	margin: 0;
}

.navbar-default {
	border-color: rgba(0,129,195,0.10);
	/*background: rgba(255,255,255,0.90);
	margin: 30px;
	border-radius: 10px;*/
}

.navbar-header .navbar-brand,
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a {
	color: rgba(0,129,195,1.00);
	text-decoration: none;
}

.navbar-header .navbar-brand:hover,
.navbar-header .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: rgba(0,129,195,1.00);
	background-color: rgba(0,129,195,0.10);
        -webkit-transition: background-color .3s;
           -moz-transition: background-color .3s;
        		transition: background-color .3s;
}

.navbar-default .navbar-toggle {
	border-color: rgba(0,129,195,0.10);
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: rgba(0,129,195,1.00);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: rgba(0,129,195,0.10);
}

.profil {
	margin-top: 30px;
}

.profil img {
	width: 170px;
	margin: 0 auto;
}

section {
	min-height: 470px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#apprentissage li:before,
#accompagnement li:before,
#curriculumVitae li:before {
   content: '— ';
}

.site-wrapper {
	padding-top: 50px;
	display: table;
	min-height: 270px;
	width: 100%;
}

.site-wrapper-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float:none;
}
