/* ---- body, html ---- */

body, html {
    height: 100%;
}

html {
	/*width:100%;*/
}

body {
    font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: 400;
	color: #fff;
    background-color: #000033;
}

/* ---- Liens ---- */

a {
    color: #006699;
}

a:hover {
    color: #006699;
	text-decoration: underline;
}

a:focus,
a:active {
    color: #006699;
    outline: none;
	text-decoration: underline;
}

/* ---- si js off ---- */

noscript {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: .5em 0;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    z-index: 10000;
    color: #fff;
    background: #666;
}

/* ---- Preloader ---- */

.loader {
    display: none;
}

#jpreOverlay,
#jpreContent {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
}

#jpreSlide {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}

#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

#jprePercentage {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    position: absolute !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 800;
    font-size: 24px;
    color: #fff;
    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    -o-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards;
}

#circle {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background-color: #313c8e;
	/*border: 1px solid #fff;*/
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 1;
	filter: alpha(opacity=1);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

/* ---- Autohide navbar (headroom) ---- */

.slideUp {
    top: -83px;
}

.headroom {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* ---- sections ---- */

.section {
    padding: 80px 0 80px 0;
	margin: 0;
}

p {
	line-height: 140%;
}

ul li {
	line-height: 200%;
}

#galerie ul li {
	line-height: 150%;
}

/* ---- COULEURS BACKGROUNDS ---- */
/* bleu */
.fond-bleu {
	background-color: #006699;
}

/* bleu fonce */
.fond-bleu-fonce {
	background-color: #000033;
}

/* blanc */
.fond-blanc {
	background-color: #fff;
}

/* gris */
.fond-gris {
	background-color: #333;
}

.fond-rouge {
	background-color: #6c0909
}

/* gris moyen */
.fond-gris {
	background-color: #2a2a2a;
}

/* bleu noir */
.fond-bleu-noir {
	background-color: #000026;
}

/* lettrine 2 lignes */

.lettrine {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	color: #006699;
	margin: 0 0.1em 0 0;
	padding: 0;
	float: left;
	height: .9em;
	font-size: 3em;
	line-height: 1em;
}

/* autre couleurs lettrine, idem backgrounds */

.lettrine.violet {
	color: #2a1238;
}

/* jaune */
.lettrine.moutarde {
	color: #995600;
}

/* sable */
.lettrine.sable {
	color: #ac5718;
}

/* orangé-brun, idem footer1 */
.lettrine.defaut {
	color: #901404;
}

/* brun rouge */
.lettrine.footer1 {
	color: #370404;
}

/* brun foncé */
.lettrine.footer3 {
	color: #1c0404;
}

/* rouge, idem liens */
.lettrine.rouge {
	color: #b71010;
}

/* blanc bleuté, idem liens au survol */
.lettrine.blanc {
	color: #c7e6e9;
}

/* bleu clair */
.lettrine.bleu-clair {
	color: #91acb9;
}

/* gris moyen */
.lettrine.gris {
	color: #2a2a2a;
}

/* Highlights (in jumbotron in most cases) */

.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-body {
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Play', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}

h4 {
    font-size: 1em;
}

h5 {
	font-size: 1em;
	font-variant: small-caps;
	margin-top: 40px;
}

h6 {
	font-size: 1em;
	font-style: italic;
}

blockquote {
    font-style: italic;
    font-family: 'Play', sans-serif;
    color: #999;
    margin: 30px 0 30px;
}

label {
    color: #777;
}

.thin {
    font-weight: 300;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

.text-colored-bleu-clair {
    color: #006699;
}

/* Helpers */

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

img.pull-right {
    margin-left: 10px;
}

img.pull-left {
    margin-right: 10px;
}

/* Main content block */

.maincontent {
}

/* Sidebars */

.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
    margin-top: 20px;
}

/* animation page scroll */

.page-scroll
{
}

.page-scroll .btn {
    text-transform: uppercase;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #006699;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-scroll .btn:hover {
    outline: 0;
    color: #000033;
}

.page-scroll .up:hover {
	color: #fff;
}

.page-scroll .btn i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* animation au survol des images */

a img {
	border: none;
	opacity: 1;
    filter: alpha(opacity=100);
}

a:hover img {
	opacity: 0.8;
    filter: alpha(opacity=80);
}

/* OWL */

/* owl carousel */

.owl-text h1, .owl-text h2, .owl-text h3 {
	margin: 0;
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

.owl-text h2 {
	color: #fff;
}

.owl-text .owl-theme .owl-controls .owl-page span {
	background: #006699;
}

#temoignages p {
	font-style: italic;
	font-size: .8em;
}

#temoignages .fa-quote-left, #competences-potherat .fa-quote-right {
	margin-bottom: 30px;
}


