
/*----------RESET----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
:focus {
	outline: 0;
}
html {
    background-color: #1E2328;
}

body {
	line-height: 1;
	color: black;
	background: #1E2328;
	min-width: 1000px;
}
.bodyWhite {
	background: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/*----------STYLE----------*/

p {
	font: 400 1em/1.25em 'Exo', sans-serif;
	letter-spacing: 0.05em;
    word-wrap: break-word;
}
p span {
	font: 700 italic 1em/1.25em 'Exo', sans-serif;
}
.p2 {
	font: 700 italic 1em/1.25em 'Exo', sans-serif;
	margin-left: 20px;
}
h1 {
	font: 700 2.25em/1em 'Exo', sans-serif;
	margin: 14px 0 40px 0;
    letter-spacing: 0.02em;
}
h2 {
	font: 700 1.3125em/2em 'Exo', sans-serif;
	color: #1E2328;
}
h3 {
	width: 680px;
	position: relative;
	background: #FFAE3B;
	font: 700 1em/1em 'Exo', sans-serif;
	color: #1E2328;
	text-align: center;
	margin:20px auto 0 auto;
}
h4 {
	font: 700 1.125em/2em 'Exo', sans-serif;
	color: #1E2328;
}
h5 {
	font: 700 1em/1.25em 'Exo', sans-serif;
	color: #1E2328;
}
h5 span {
	font: 400 1em/1.25em 'Exo', sans-serif;
	color: #84878b;
}
.presentation p {
	font: 400 1.5em/1.3em 'Exo', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
    max-width: 1000px;
	color: #333333;
    margin: auto;
}
.presentation {
    background-color: #FFF;
	width: 100%;
	padding: 140px 0;
    text-align: center;
}
.link {
	width: 700px;
	margin: auto;
}
.presentation .link a {
	display: inline-block;
	height: 30px;
	padding: 16px 24px 0 24px;
	font: 500 1em/1em 'Exo', sans-serif;
	color: #1E2328;
    background-color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin: 40px 10px 0 10px;
}
.presentation .link a:hover {
	background: #FFAE3B;
    color: #fff;
}
.contenu {
	width: 100%;
	background: #FFAE3B;
	padding: 30px 0 40px 0;
}
.white {
    background-color: #ffffff;
}
.info-wrapper {
	width: 100%;
	padding: 20px 0 0 0;
	background: #FFAE3B;
}
.info {
	width: 1000px;
	margin: auto;
	color: white;
}
.info h1 {
    margin-bottom: 32px;
}
.text {
	display: inline-block;
	max-width: 760px;
	margin: 10px 0px 30px 60px;
	vertical-align: middle;
}
.cta {
    display: block;
    color: #1E2328;
    background-color: #f3f3f3;
    border: 1px solid #eeeeee;
    font: 500 1em/1em 'Exo', sans-serif;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 15px;
    margin-top: 20px;
    float: left;
}
.cta:hover {
    background: #FFAE3B;
    color: #fff;;
}
/*----------HEADER----------*/

header {
	display: block;
	width: 100%; height: 80px;
	background-color: #1E2328;
    text-align: right;
}

#logo {
	display: inline-block;
    position: absolute;
    left:24px; top: 12px;
    width: 175px; height: 56px;
    background-image: url(img/style/logo.png);
    background-size:contain;
}

/*----------MENU----------*/

.menu {
    margin: 0 20px 0 0;
	display: inline-block;
    height: 68px;
    vertical-align: middle;
}
.menu ul {
	display: inline-block;
	width: 720px;
	margin: auto;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	display: inline-block;
    padding: 34px 16px 0 16px;
    height: 46px;
    font: 500 0.75em/1.125em 'Exo', sans-serif;
	color: #c9c9c9;
	text-align: center;
    -webkit-transition-property: background-color; /* Safari */
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-property: background-color;
    transition-duration: 0.3s;
    -webkit-transition-property: color; /* Safari */
    -webkit-transition-duration: 0.15s; /* Safari */
    transition-property: color;
    transition-duration: 0.15s;
}
.menu ul li a:hover {
	color: #fff;
    background-color: #333;
}

/*----------FOOTER----------*/

footer {
	width: 100%;
	padding: 40px 0 20px 0;
	background: #1E2328;
}
#footer-bloc {
	width: 780px;
	margin: auto;
}
#footer-bloc div {
	margin-left: 15px;
	display: inline-block;
}
footer p {
	color: white;
}
footer a {
	color: white;
	text-decoration: underline;
}
footer a:hover {
	color: #FFAE3B;
}
#adresse {
	padding-left: 27px;
	background: url(img/pictos/footer-adresse.png) left center no-repeat;
}
#contact {
	padding-left: 29px;
	background: url(img/pictos/footer-contact.png) left center no-repeat;
}
#sites {
	padding-left: 40px;
	background: url(img/pictos/footer-sites.png) left center no-repeat;
}
#fb {
    text-align: center;
    margin-top: 30px;
}
#fb a {
    margin:0 6px;
}
#copyright {
    font-size: 12px;
	margin-top: 30px;
	text-align: center;
}


/*----------HOME----------*/

#home-pres {
    background-image: url(img/style/home-bg.jpg);
    background-position: center;
}
#home-pres img {
    position: absolute;
    width: 120px; height: auto;
    right: 10px; top: 100px;
}
#olivier {
    width: 175px;
    height: 275px;
    display: inline-block;
	vertical-align: middle;
}

/*----------FORMATIONS----------*/

.contenu #formations {
	width: 1000px;
	margin: auto;
}
.contenu #formations h1 {
	color: white;
	margin-left: 60px;
}
.contenu #formations #liste-formations-1 h2 {
    padding-bottom: 10px;
}
.contenu #formations #liste-formations-1 h2:hover {
	color: #FFAE3B;
}
.contenu #formations ul li {
	background: white;
	margin-bottom: 10px;
	padding: 30px 60px 86px 60px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#liste-formations-2titre {
    line-height: 23px;
    text-align: left ;
    margin: 20px 0 20px 0;
    display: inline-block;
}
#img-OIP {
    text-align: right;
    float: right;
    margin: 10px 20px 0 20px;
    width: 120px; height: auto;
}
#logo-sst {
    text-align: right;
    float: right;
    display: inline-block;
    margin: 0 100px 0 20px;
}
#logo-secu-civile {
    text-align: right;
    float: right;
    display: inline-block;
    margin: 0 20px;

}
#liste-formations-1 {
	width: 1000px;
	margin: auto;
    word-wrap: break-word;
}
#liste-formations-2 {
    text-align: center;
    margin: auto;
    width: 1000px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
    background-color: white;
    padding: 20px 0 14px 0;
    word-wrap: break-word;
}
.contenu #formations #liste-formations-2 li {
    text-align: left;
	margin:14px 14px 0 14px;
	padding: 8px 20px 8px 20px;
    border: 1px solid #1E2328;
}
.contenu #formations #liste-formations-2 li h5 {
    margin-top: 4px;
}
.pictoinfo {
    float: left;
    margin: 0 12px 0 0;
}
.formation {
	width: 1000px;
	margin: auto;
	color: white;
}
.formation a {
	font: 700 1.3125em/1em 'Exo', sans-serif;
	color: white;
    line-height: 1em;
	
}
.formation-text {
	background: #FFF;
	width: 920px;
	color: #1E2328;
	padding: 40px 60px;
	margin: 0 auto 40px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.formation h1 {
	margin-left: 60px;
    margin-top: 30px;
}
.logo-formation {
    height: 80px;
    width: auto;
    float: right;
    margin: 0 -40px 0 0;
    border: 6px solid #fff;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.formation a p {
    font-size: 14px;
}
.formation a p:hover {
    text-decoration: underline;
}
/*
#SST {
	background-image: url(img/style/logo-formations/SST.jpg);
	background-position: 800px 50px;
	background-repeat: no-repeat;
}

#PRAP {
	background-image: url(img/style/logo-formations/PRAP.jpg);
	background-position: 580px 50px;
	background-repeat: no-repeat;
}

#CPSID {
	background-image: url(img/style/logo-formations/CPSID.jpg);
	background-position: 580px 50px;
	background-repeat: no-repeat;
}
*/


/*----------CALENDRIER----------*/

#calendrier {
    width: 1000px;
    display: block;
    margin: auto;
}
.contenu #calendrier h1 {
	color: white;
	margin-left: 60px;
}
.st-bg {
    background-color: red;
}
#calendrier p{
    color: #333;
    text-align: center;
    margin-top: 38px;
}
#calendrier p a {
    color: #333;
    text-decoration: underline;
}
#calendrier p a:hover {
    color: #fff;
}

/*----------COACHING SPORTIF----------*/

#coaching_sportif-pres {
    background-image:url(img/style/coaching-sportif-bg.jpg);
    background-position: center;
    background-size: cover;
}

#coaching-evenement-wrapper {
	width: 100%;
	padding: 0 0 60px 0;
	background: white;
}
.bloc {
	width: 1000px;
    padding: 0 0 0 0;
	margin: auto;
    text-align: center;
}
#coaching-evenement {
    background-color: #1E2328;
    width: 100%;
}
#coaching-evenement h1 {
    color: #FFF;
    text-align: center;
    padding-top: 40px;
}
#evenements {
    padding: 20px 0 40px 0;
}
.evenements-itm {
	display: inline-block;
    vertical-align: top;
	width: 33%; height: auto;
	margin: 10px 0;
    color: #FFF;
}
/*.evenements-itm:nth-child(2) {
    margin:0 40px;
}
.evenements-itm:nth-child(3) {
    margin:0 40px 0 0;
}
.evenements-itm:nth-child(n+5) {
	display: inline-block;
    color: #FFF;
	width: 180px; height: 200px;
	vertical-align: top;
    padding-top: 20px;
    margin: 0 30px 0 35px;
}
.evenements-itm:nth-child(6) {
    margin:0 90px 0 40px;
}
.evenements-itm:nth-child(7) {
	display: inline-block;
    color: #FFF;
	width: 410px;
	vertical-align: top;

    margin: 0 35px 0 0;
}
*/
#inscriptions {
	display: block;
	width: 314px; height: 110px;
	margin: 30px auto 0 auto;
}
#coaching-entreprises h1 {
    text-align: center;
    padding-top: 40px;
}
#coaching_sportif {
    padding: 40px 0;
}
#fnms {
	display: inline-block;
	max-width: 760px; min-height: 180px;
	margin: 0 0px 0 60px;
	vertical-align: top;
}
#cssbe {
	display: inline-block;
	max-width: 760px; min-height: 180px;
	margin: 0 0px 20px 60px;
	vertical-align: top;
}


/*----------CONTACT----------*/

#h1Wrapper {
    width: 940px;
    padding-left: 60px;
    height: 50px;
    margin: auto;
    color: #FFFFFF;
}
#contactWrapper {
    background-color: #FFFFFF;
    width: 880px;
    padding: 20px 60px;
    margin: 26px auto 0 auto;
     border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contenu h3 {
    display: inline-block;
    width: 100%;
	position: relative;
	font: 700 1em/1em 'Exo', sans-serif;
	color: #1E2328;
    background-color: #FFFFFF;
	margin:0 0 14px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #1E2328;
    text-align: left;
}

#telephone-courrier-wrapper {
	width: 880px;
	margin: 40px auto 40px auto;
	color: #1E2328;
}
#par-telephone-wrapper {
    width: 47%;
    margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}
#par-telephone {
	height: 50px;
    margin: 0;
	padding: 0 10px 18px 0;
}
#par-courrier-wrapper {
	display: inline-block;
    width: 50%;
	vertical-align: top;
}
#par-courrier {
	padding: 10px;
	padding: 10px 10px 6px 0;
	width: 300px;
	height: 66px;
}
#par-mail-wrapper {
    width: 880px;
    margin: auto;

}

#par-mail {
	width: 880px;
	margin: auto;
	padding: 20px 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
label {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	font-weight: 300;
	line-height: 0.95em;
}
input {
	width: 733px;
	height: 14px;
	display: inline-block;
	margin-bottom: 20px;
	background: white;
	border: none;
	padding: 8px 10px;
    border: #cccccc 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#message {
	display: inline-block;
    border: #cccccc 1px solid;
	vertical-align: top;
	width: 733px;
	margin-bottom: 20px;
	max-width: 733px;
	min-width: 733px;
	height: 160px;
	min-height: 160px;
	max-height: 300px;
	padding: 8px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#check {
    width: 20px;
}
#check-txt {
    width: 800px;
}

#website-wrapper {
	display: none;
}
#btn_send {
	display: block;
	width: 30%;
    margin: 10px auto 0 auto;
	height: 40px;
	padding: 2px 0 0 0;
	text-align: center;
	background: #1E2328;
	color: white;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
}
#btn_send:hover {
	background: #FFAE3B;
	cursor: pointer;
	color: #ffffff;
    border: none;
}
.contact-alert {
	width: 170px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	font-size: 12px;
	color: red;
	padding-right: 20px;
	margin: -12px 0 10px -2px;
	background-image: url(img/pictos/picto-alert.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.contact-alert.all {
	background-image: none;
}

/*----------PLAN D'ACCÈS----------*/

#plan-wrapper {
	text-align: center;
	width: 100%; height: 600px;
	background: #FFAE3B;
}
#plan {
	width: 100%; height: 600px;
}
