@charset "utf-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");
@import url("font-awesome.min.css");

html, body{
	font-family:"Source Sans pro";
	font-size:14px;
	line-height:17px;
	letter-spacing:1px;
	overflow-x:hidden;
	/*text-align:justify;*/
}

.datadocke_qualiopi {
	margin: 0 70px;
	display: inline-block;
	max-height: 110px;
}
.texte_declaration-activite {
	color: #F91115;
}

#page-wrapper {
	transition: transform 0.5s ease;
}

#header-wrapper {
	
    background-size: cover;
}
#homepage #header {
	position:relative;
	padding:135px 0;
}
#header {
	position:relative;
	padding:135px 0;
}

.red{
	color: #93123c;
}

/*********
*  LOGO  *
*********/

#logo {
	position: absolute;
    /* height: 5em; */
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center
}
#homepage #logo {
	margin-top:-111px;
}
#logo {
	margin-top:-111px;
}
#homepage #logo .h1 img {
    max-width: 80%;
	margin-left:auto;
	margin-right:auto;
}
#logo .h1 img {
    max-width: 80%;
	margin-left:auto;
	margin-right:auto;
}
img.retina-logo {
    display: none;
}
/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    img.retina-logo {
        display: block;
    }

    img.default-logo {
        display: none;
    }
}
#logo p {
	color: rgb(96, 0, 32);
	text-align:center;
}
#homepage #logo p {
    margin: 15px 0 0 0;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 0 0 20px rgb(255,255,255);
    line-height: 20px;
}
#logo p {
    margin: 15px 0 0 0;
    display: block;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 0 0 20px rgb(255,255,255);
    line-height: 20px;
}
#homepage #logo p strong {
	font-size:19px;
	letter-spacing:2px;
	text-transform:uppercase;
}
#logo p strong {
	font-size:19px;
	letter-spacing:2px;
	text-transform:uppercase;
}


/********
*  NAV  *
********/
#nav {
	display: none;
}
	
#titleBar {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 44px;
	left: 0;
	position: fixed;
	top: 0;
	/*width: 100%;*/
	z-index: 10001;
	background: none;
}

	#titleBar .title {
		display: none;
	}

	#titleBar .toggle {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 44px;
	}

		#titleBar .toggle:before {
			-moz-transition: all .15s ease-in-out;
			-webkit-transition: all .15s ease-in-out;
			-ms-transition: all .15s ease-in-out;
			transition: all .15s ease-in-out;
			font-family: FontAwesome;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\f0c9';
			font-size: 14px;
			position: absolute;
			top: 6px;
			left: 6px;
			display: block;
			width: 54px;
			height: 38px;
			line-height: 38px;
			text-align: center;
			color: rgba(255, 255, 255, 0.75);
			background-color: rgba(96, 0, 32, 0.4);
			border-radius: 0.25em;
		}

		#titleBar .toggle:active:before {
			background-color: rgba(92, 95, 103, 0.75);
		}

#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px;
	z-index: 10002;
	background: #242730 url("../images/overlay.png");
	box-shadow: inset -3px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

	#navPanel .link {
		display: block;
		color: rgba(255, 255, 255, 0.5);
		text-transform: uppercase;
		text-decoration: none;
		font-size: 0.85em;
		letter-spacing: 0.15em;
		text-decoration: none;
		min-height: 44px;
		line-height: normal;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		margin: 0 15px 0 15px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

		#navPanel .link:first-child {
			border-top: 0;
		}

	#navPanel .indent-1 {
		display: block;
		float: left;
		width: 1em;
		height: 2em;
	}

	#navPanel .indent-2 {
		display: block;
		float: left;
		width: 2em;
		height: 2em;
	}

	#navPanel .indent-3 {
		display: block;
		float: left;
		width: 3em;
		height: 2em;
	}

	#navPanel .indent-4 {
		display: block;
		float: left;
		width: 4em;
		height: 2em;
	}

	#navPanel .indent-5 {
		display: block;
		float: left;
		width: 5em;
		height: 2em;
	}

	#navPanel .depth-0 {
		color: #fff;
	}

body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #titleBar {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


h1, h2, h3, h4 {
	padding:0;
	margin:0;
	font-weight:700;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h1>a, h2>a, h3>a, h4>a {
	color:inherit;
	font-size:inherit;
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover {
	color:inherit;
	font-size:inherit;
	text-decoration:none;
}
h1 {
	margin-bottom:30px;
}
h2 {
	margin-bottom:25px;
}
h3 {
	margin-bottom:20px;
}
h4 {
	margin-bottom:15px;
}
p {
	margin:0 0 25px;
	line-height:20px;
	text-align:justify;
}
li {
	text-align:justify;
}
p+h2, ul+h2 {
	margin-top:40px;
}
ul.numerique {
	list-style:decimal;
}
ul.numerique>li {
	margin-bottom:15px !important;
}
.li-espace {
margin-top:4px !important;	
margin-bottom:4px !important;
}
ul.etapes .li-espace {
	margin-top:24px !important;	
}
ul.etapes ul {
	list-style: none;
	padding-left: 0;
}
ul.etapes ul li {
	margin-top:8px !important;
}
ul.etapes ul li + li {
	margin-top:12px !important;
}

.up {
	color:#600020;
	font-weight: 700;
}

/*IMAGE*/
img.rounded {
	border-radius:5px;
}

.datadock {
	margin: 7px 0 0 15px;
    float: right;
}	
	
}

/*BOUTON*/
.btn {
	white-space:normal;
	width:100%;
	color:#fff;
	transition:all .5s;
	text-transform:uppercase;
	letter-spacing:4px;
	font-weight:300;
	border-radius:5px;
}
.btn-rouge {
	background: #8f0a36;
	color: #FFF !important;
}
.btn-gris {
	background:#2f333b;
}
.btn-lg {
	padding: 20px 35px;
	font-size:15px;
}
.btn-sm {
	padding: 10px 25px;
	font-size:14px;
}
.btn-lg i {
	font-size:24px;
	vertical-align:sub;
}
.btn-rouge:hover {
	background:#c32240;
	color:#fff;
}
.btn-gris:hover {
	background:#565a63;
	color:#fff;
}
.btn i {
	margin-right:15px;
}
.btn.icone {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    letter-spacing: 0px;
    font-size: 20px;
}
.btn.icone i {
	margin-right:0;
}
.bt-lire-plus {
	margin-right:0 !important;
	margin-left:10px;
}


/***********
*  WRAPER  *
***********/
.wrapper {
	position:relative;
	padding:50px 0 80px;
}
.wrapper.style1 {
    background: #600020/* url("images/overlay.png")*/;
    color: #c8c8c8;
}
.wrapper.style2 {
    background: #fff/* url("images/overlay.png")*/;
    color: #263039;
}
.wrapper.style3 {
    background: #e9eaeb url("../images/overlay.png");
    color: #263039;
}
.wrapper.style4 {
    background: #263039/* url("images/overlay.png")*/;
    color: #e9eaeb;
}
.wrapper .title {
	position:absolute;
	left:50%;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:3px;
	font-size:14px;
	width:244px;
	margin-left:-122px;
	top: -31px;
    height: 31px;
    padding-top: 20px;
}
.wrapper .title:before {
    content: '';
    position: absolute;
    bottom: -38px;
    left: -35px;
    width: 35px;
    height: 38px;
    background: url("../images/shadow.png");
}
.wrapper .title:after {
	transform: scaleX(-1);
    content: '';
    position: absolute;
    bottom: -38px;
    right: -35px;
    width: 35px;
    height: 38px;
    background: url("../images/shadow.png");
}
.wrapper.style1 .title {
	background:#600020;
	color:#fff;
}
.wrapper.style1 h1, .wrapper.style1 h2 {
	color:#fff;
}
.wrapper.style1 h3 {
	color:#c8c8c8;
}
.wrapper.style2 .title {
	background:#fff;
	color:#263039;
}
.wrapper.style2 h3 {
	color:#93123c;
}
.wrapper.style3 .title {
	background:#e9eaeb url("../images/overlay.png");
	color:#263039;
}
.wrapper.style2 h1, .wrapper.style3 h1, .wrapper.style2 h2, .wrapper.style3 h2, .wrapper.style3 h3 {
	color:#263039;
}
.wrapper.style4 .title {
    background: #263039;
    color: #e9eaeb;
}
.wrapper.style4 h1, .wrapper.style4 h2 {
	color:#e9eaeb;
}

/*ACCUEIL PRESENTATION*/
.la-presentation .btn-rouge {
	margin-top:40px;
}
.nos-coachs {
	margin-top:50px;
}
.nos-coachs img {
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
.nos-coachs h2 {
	font-size:18px;
	line-height:21px;
}
.nos-coachs ul {
	list-style:none;
	padding:0;
	margin-bottom:20px;
}
.nos-coachs ul > li {
	padding-left: 25px;
    margin-bottom: 5px;
}
.nos-coachs .btn-rouge {
	margin-top:20px;
}
/*ACCUEIL TEMOIGNAGE*/
.temoignage .citation {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
	margin-top:20px;
	text-align:center;
}
.temoignage .auteur {
    font-size: 15px;
    font-weight: 400;
	text-align:center;
}
/*FORMATIONS*/
.formations p {
	margin-top:20px;
}
.formations h2 {
	font-size:20px;
	font-weight:300;
	margin-top:40px;
	margin-bottom:40px;
}
.formations section {
	margin-bottom:30px;
}
.formations h3 {
	padding:15px 15px 0;
}
.decouvrir h3 {
	text-align:center;
	margin-top:15px;
}
.decouvrir p {
	text-align:center;
}
.decouvrir section {
	margin-top:50px;
}
.decouvrir>div>div:first-child section {
	margin-top:20px;
}
.image.featured {
	border-radius:5px;
	position:relative;
	overflow:hidden;
	z-index:10;
}


.big {
	font-size: 22px;
}

.chiffres {
	margin-top: 50px;
	text-align: center;
}

.chiffres strong {
	font-size: 52px;
	color: #93123c;
}

.chiffres p {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}


/*FOOTER*/
#footer-wrapper {
	padding-bottom:0;
}
#footer-wrapper .container {
	margin-bottom:50px;
}
#footer-wrapper h4.baseline {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 0;
    font-size: 19px;
	letter-spacing:2px;
	line-height:normal;
}
#footer-wrapper p.baseline {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
#footer-wrapper ul {
	list-style:none;
	padding-left:0;
}
#footer-wrapper .ethique li {
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
	letter-spacing:0px;
}
#footer-wrapper .ethique li:first-child {
    margin-top: 30px;
}
#footer-wrapper h4 {
    font-size: 15px;
    color: #eee;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 0;
}
#footer-wrapper h3 {
    font-size: 22px;
    margin-top: 60px;
}
#footer-wrapper .contact i, #contact .contact i {
    float: left;
    /* margin-top: 10px; */
    width: 45px;
    height: 45px;
    background: #93123c;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
}
#footer-wrapper .contact p, #contact .contact p {
    padding-left: 60px;
    font-size: 14px;
    line-height: normal;
    padding-top: 14px;
	letter-spacing:0px;
}
#footer-wrapper .contact li, #contact .contact li {
    margin-top: 40px;
}
#footer-wrapper .contact li:last-child, #contact .contact li:last-child {
    margin-top: 55px;
}
#footer-wrapper .contact p.tel, #contact .contact p.tel {
    color: #fff;
    font-size: 25px;
    padding-top: 6px;
    font-weight: 600;
}
#contact .contact p.tel {
	color:inherit;
}
#contact .contact {
	list-style:none;
	padding-left:0;
}
#contact .contact li {
	margin-top:20px;
}
#footer-wrapper .contact p.mail a, #contact .contact p.mail a {
    color:inherit;
}
#copyright {
    text-align: center;
    background-color: #600020;
    background-color: rgba(96,0,32,1);
    color: #eee;
    color: rgba(255, 255, 255, 0.5);
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
}
#copyright ul {
	display: inline-block;
    color: #aaa;
    color: rgba(255, 255, 255, 0.4);
    margin: 10px 0;
    padding: 10px 20px;
    width: 100%;
}
#copyright ul li {
    display: block;
    margin: 7px 0 0 0;
	font-size: 12px;
}
#copyright ul li a {
	color:inherit;
}



.ariane {
	margin-bottom:30px;
}
.ariane h2 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.ariane h1 {
	font-size:32px;
}
.objectifs {
    background: #600020;
    color: #c8c8c8;
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.objectifs h4 {
	color: #fff;
}
.objectifs ul {
	margin:0;
	padding:0;
	list-style:none;
}
.objectifs ul>li {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 24px;
}
.objectifs ul>li:last-child {
	margin-bottom:0;
}
.check-list {
    color: #FFF;
    margin-right: 5px;
    margin-left: -24px;
	font-size:18px;
}

.fiche-formation h4 {
	font-size:20px;
}
.fiche-formation h3.formation-fleche {
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.fiche-formation .formation-fleche i {
	margin-right:10px;
}
.fiche-formation .formation-fleche+ul {
	padding-left:16px;
}


.formation-side>div {
	background:#e9eaeb;
	padding:35px 30px;
	border-radius:5px;
	margin-bottom:20px;
}
.formation-side .info {
	background:#263039;
	color:#fff;
}
.formation-side .info ul {
	margin:0;
	padding:0;
	list-style:none;
}
.formation-side .info ul>li {
	clear: both;
    margin-bottom: 20px;
    padding-left: 40px;
	font-size:16px;
	letter-spacing:0.5px;
	color:#c8c8c8;
	line-height:18px;
}
.formation-side .info ul>li:last-child {
	margin-bottom:0px;
}
.formation-side .info ul>li i {
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 23px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    margin-left: -50px;
    margin-top: -10px;
}
.formation-side .info ul>li strong {
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.formation-side .info ul>li a {
	color:inherit;
	text-decoration:underline;
}
.formation-side .info ul>li a:hover {
	color:#fff;
}
.formation-side .titre {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
	margin-bottom:20px;
}
.formation-side .titre .up {
    color: #600020;
    font-size: 20px;
}
.mise-a-jour {
    color: #600020;
    font-size: 12px;
	font-style: italic;
}

.list-formation {
	padding:0; 
	margin:0;
	list-style:none;
}
.list-formation>li {
	border-bottom: solid 1px #c8c8c8;
    line-height: normal;
    transition: all .4s;
	/*float: left;*/
}
.list-formation>li i {
    display: block;
    float: left;
    font-size: 18px;
    margin: 8px 8px 6px 6px;
}
.list-formation>li a {
    color: #263039;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 6px 10px 6px 6px;
    text-decoration: none;
    transition: all .4s;
}
.list-formation>li:hover, .list-formation>li:hover a {
	background:#263039;
	color:#fff;
}
.ca-m-interesse {
	text-align: center;
    margin-top: 50px;
}
.ca-m-interesse p {
	text-align: center;
}
.cv {
	list-style:none;
	margin-bottom:40px;
	padding-left:0;
	margin-top:20px;
}
.cv>li {
	margin-bottom:12px;
	font-size:15px;
}
.cv>li i {
	margin-right:7px;
	font-size:20px;
	color:#600020;
	vertical-align:sub;
}
.bloc-list ul>li, .bloc-list-2 ul>li {
	font-size:14px;
	padding-left:18px;
}
.bloc-list ul>li i, .bloc-list-2 ul>li i {
	font-size:12px;
	margin-left:-18px;
}
.bloc-list-2 {
	background-color:#263039;
}

/*FORMATION PAGE*/
.bloc-famille .zoom,
.bloc-ssfamille .zoom,
.card-container .card {
	padding:15px;
	border-radius:8px;
	background:#e9eaeb;
	position:relative;
	transition:all .5s;
	margin-bottom:30px;
}
.bloc-famille .zoom:after {
	content:" ";
	clear:both;
	display:block;
}
.bloc-famille .zoom .icone {
	position:absolute;
	right:15px;
	bottom:15px;
}
.bloc-famille .zoom p,
.card-container .card p {
	margin-bottom:50px;
	transition:all .5s;
}

.card-container .card {
	min-height: 495px;
}

.card-container.special_height .card {
	min-height: 580px;
}

.card-container .card.normal {
	min-height: 315px;
}

.card-container .card p {
	margin: 0 20px;
	text-align: left;
}

.bloc-famille .zoom h3,
.bloc-ssfamille .zoom h3,
.card-container .card h3 {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	transition:all .5s;
}
.center {
	text-align:center;	
}
.bloc-famille .zoom:hover, .bloc-ssfamille .zoom:hover {
	background:#600020;
}
.bloc-famille .zoom:hover h3, .bloc-ssfamille .zoom:hover h3 { 
	color:#fff;
}
.bloc-famille .zoom:hover p {
	color:#c8c8c8;
}
.bloc-ssfamille {
	margin-top:30px;
}
.bloc-ssfamille .zoom h3 {
	font-size:16px;
}

.question {
	color:#93123c !important;
	font-size:20px;
	text-transform:uppercase;
}
.question i {
	margin-right:10px;
	vertical-align:top;
}
.question+h3 {
	margin-top:-10px;
}
.question~h3 {
	font-size:17px;
	color:#263039 !important;
}
ul.text-formation {
	padding-left:20px;
	margin-bottom:20px;
}
li.text-formation {

	margin-bottom:5px;;
}
ul.text-formation>li {
	margin-bottom:7px;
}
.elise {
    width: 200px;
	position:relative;
	left:50%;
	margin-left:-100px;
    margin-bottom: 40px;
}
.egosophie {
	width: 300px;
    margin: 30px;
    float: right;
}

@media only screen and (min-width:540px){
	#homepage #logo .h1 img {
		max-width: 50%;
	}
	#logo .h1 img {
		max-width: 50%;
	}
.egosophie {
	width: 400px;
}

}
@media only screen and (min-width:768px){
	#homepage #header {
		padding:185px 0;
	}
	#homepage #logo .h1 img {
		max-width: 300px;
	}
	#homepage #logo {
		margin-top:-105px;
	}
	#homepage #logo p {
		letter-spacing: 2px;
		font-size: 14px;
		text-shadow: 0 0 20px rgb(255,255,255);
		line-height: 25px;
	}
	#homepage #logo p strong {
		font-size:20px;
		letter-spacing:3px;
	}
	#header {
		padding:135px 0;
	}
	#logo .h1 img {
		max-width: 240px;
	}
	#logo {
		margin-top:-75px;
	}
	#logo p {
		letter-spacing: 2px;
		font-size: 13px;
		text-shadow: 0 0 20px rgb(255,255,255);
		line-height: 16px;
		margin-top: 10px;
	}
	#logo p strong {
		font-size:16px;
		letter-spacing:3px;
	}
	/********
	*  NAV  *
	********/
	#navPanel, #titleBar {
		display: none;
	}
	#nav {
		display:block;
		position:absolute;
		top:15px;
		left:0;
		text-align:center;
		width:100%;
	}
	#nav > ul {
		background: rgba(255,255,255,.5);
		display: inline-block;
		border-radius: 5px;
		padding: 0 5px;
		border: solid 1px rgba(96,0,32,.4);
	}
	#nav > ul > li {
		display:inline-block;
		text-align:center;
		padding:0 8px;
		transition:all .5s;
	}
	#nav > ul > li:hover {
		background:rgba(96, 0, 32, .8);
	}
	#nav > ul > li:hover > a {
		color:#fff;
		transition:all .5s;
	}
	#nav > ul > li a {
		display:block;
		height:50px;
		line-height:50px;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:600;
		letter-spacing:1px;
		font-size:10px;
	}
	#nav > ul > li > a {
		color:rgb(96, 0, 32);
	}
	#nav > ul > li > ul {
		background:rgba(96, 0, 32, .8);
		list-style:none;
		padding:0 10px;
		border-radius:0 0 5px 5px;
		box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, .3);
	}
	#nav > ul > li > ul > li {
		padding:0 15px;
		border-bottom: solid 1px rgba(255,255,255,.3);
		transition:all .5s;
	}
	#nav > ul > li > ul > li:last-child {
		border:none;
	}
	#nav > ul > li > ul > li > a {
		color:rgba(255,255,255,.7);
		transition:all .5s;
	}
	#nav > ul > li > ul > li:hover > a {
		color:#fff;
	}
	
	.wrapper {
		padding:70px 0 90px;
	}
	.wrapper .title {
		font-size:15px;
		width:280px;
		margin-left:-140px;
		top: -31px;
		height: 31px;
		padding-top: 20px;
	}
	.temoignage .citation {
		font-size: 25px;
		margin-top:0;
	}
	.temoignage .auteur {
		font-size: 18px;
	}
	.formations h3 {
		height:90px;
	}
	.decouvrir h3 {
		height:50px;
	}
	.decouvrir p {
		height:80px;
	}
	.decouvrir section, .decouvrir>div>div:first-child section {
		margin-top:0px;
	}
	#footer-wrapper {
		padding-top:50px;
	}
	#copyright ul {
		margin:20px 0;
	}
	#copyright ul li {
		display: inline-block;
		margin: 7px 0px;
		padding:0 15px;
		border-right:solid 1px rgba(255,255,255,.15);
	}
	#copyright ul li:last-child {
		border:none;
	}
	.objectifs {
		padding: 30px 35px;
	}
	.fiche-formation .formation-fleche+p {
		padding-left:28px;
	}
	.fiche-formation .formation-fleche+ul {
		padding-left:46px;
	}
	.bloc-famille .zoom p {
		height:140px;
	}
	.bloc-famille .zoom h3, .bloc-ssfamille .zoom h3 {
		height:50px;
	}
	.bloc-ssfamille .zoom h3 {
		height:60px;
	}
	.elise {
		left:0;
		float: right;
		width: 200px;
		margin-left: 40px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:992px){
	#homepage #header {
		padding:200px 0;
	}
	#homepage #logo {
		margin-top:-125px;
	}
	#homepage #logo .h1 img {
		max-width: 344px;
	}
	#homepage #logo p {
		font-size: 16px;
	}
	#homepage #logo p strong {
		font-size: 24px;
	}
	body:not(#homepage) #header-wrapper {
		background-position: top -24px center !important;
	}
	/*#header {
		padding:200px 0;
	}
	#logo {
		margin-top:-125px;
	}
	#logo .h1 img {
		max-width: 344px;
	}
	#logo p {
		font-size: 16px;
	}
	#logo p strong {
		font-size: 24px;
	}*/
	/********
	*  NAV  *
	********/
	#nav > ul {
		padding: 0 7px;
	}
	#nav > ul > li {
		padding:0 10px;
	}
	#nav > ul > li a {
		letter-spacing:2px;
		font-size:11px;
		font-weight:700;
	}
	
	.wrapper {
		padding:90px 0 120px;
	}
	.nos-coachs {
		margin-top:0;
	}
	.btn {
		white-space:nowrap;
		width:auto;
	}
	.formations h2 {
		font-size:28px;
	}
	section.zoom .image a {
		transition:all .5s;
		display:block;
		z-index:9;
		transform:scale(1.1);
	}
	section.zoom:hover .image a {
		transform:scale(1);
		-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
			filter: gray; /* IE 6-9 */
			opacity:1;
	}
	#copyright ul li {
		padding:0 40px;
	}
	.formation-side {
		padding-left:40px;
	}
	.bloc-famille .zoom p {
		height:100px;
	}
	.elise {
		float:right;
		width:300px;
		margin-left:50px;
		margin-bottom:30px;
	}
}
@media only screen and (min-width:1200px){
	.bloc-famille .zoom p {
		height:80px;
	}
	#nav > ul > li {
		padding:0 15px;
	}
	#nav > ul > li a {
		font-size:12px;
	}
	#nav > ul {
		padding: 0 10px;
	}
}


/*BXSLIDER*/
.temoignage .bx-viewport {
	box-shadow:none !important;
}


.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

#ariane {
    margin-bottom: 25px;
    font-weight: bold;
    display: none;
    color: #7c8389;
}
#ariane a {
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
#ariane a:hover {
	color: #93123c;
}
#ariane span {
	color: #93123c;
}
#ariane [class*='col-'] {
    padding-bottom: 5px;
    border-bottom: dotted 1px #ddd;
}

#top_bar {
	background: #93123c;
	color: #fff;
	padding: 5px 0;
}

@media screen and (min-width: 768px) {
	#top_bar .search-form {
		float: right;
	}
	#top_bar .search-form p * {
		float: left;
	}
}
#top_bar .search-form p {
	margin: 0;
}
#top_bar .search-form p br {
	display: none;
}
#top_bar select,
#top_bar input,
#top_bar button {
	height: 32px;
	padding: 0 10px;
}
#top_bar input[type='text'] {
	width: 250px;
}
#top_bar input,
#top_bar button {
	color: #fff;
	border: solid 1px rgba(0,0,0,.7);
	background-color: rgba(255,255,255,.45);
    /*border-left: solid 1px rgba(0,0,0,.3);
    border-right: solid 1px rgba(0,0,0,.3);*/
}
#top_bar button[type=submit] {
	background-color: rgba(0,0,0,.5);
}
#top_bar select,
#top_bar option {
	color: #fff;
	background-color: #670a2b;
	border: none;
}
#top_bar option:hover {
	background-color: #c00;
}
#top_bar input::placeholder {
	color: rgba(255,255,255,.5);
}
#top_bar input::focus {
	outline: none;
}
#top_bar .tel,
#top_bar .mail {
	float: left;
	margin-right: 15px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	padding-top: 2px;
}
#top_bar .tel i,
#top_bar .mail i {
	margin-right: 5px;
}
#top_bar .mail a {
	color: #fff;
}

.text-primary {
	color: #93123c !important;
}
.mr-10 {
	margin-right: 10px;
}

.nivo0 {
	padding-bottom: 10px;
}
.nivo1 {
	margin-left: 3px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: dotted 1px #dedede;
}
.nivo2 {
	margin-left: 3px;
	padding-left: 23px;
	padding-top: 5px;
	border-left: dotted 1px #dedede;
}
.nivo3 {
	margin-left: 3px;
	padding-left: 20px;
	padding-top: 1px;
	border-left: dotted 1px #dedede;
}
[class^='nivo'] i {
	margin-right: 10px;
}

.grecaptcha-badge {
	z-index: 2;
}


.zoom-over {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(147, 18, 60, .5);
    transition: all .16s;
    opacity: 0;
}

.zoom-over i {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    transition: all .16s;
}

.zoom-over .legende {
    color: #fff;
    position: absolute;
    padding-top: 15px;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .16s;
}

:hover>.zoom-over {
    opacity: 1;
}

:hover>.zoom-over i,
:hover>.zoom-over .legende {
    top: 50%;
}

[id^=lightgalleryactu] {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.d-none {
    display: none;
}

#pour-aller-plus-loin .date {
    display: inline-block;
    margin-left: 34px;
    margin-top: 50px;
}
#pour-aller-plus-loin h2 {
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 25px;
    color: #93123c;
}
#pour-aller-plus-loin article {
    border-bottom: solid 1px #e0e1e2;
    padding-bottom: 30px;
}

ol.points-formation {
	margin-bottom: 24px;
}
ol.points-formation > li + li {
	margin-top: 12px;
}
ol.points-formation ul {
	margin-top: 8px;
	margin-bottom: 12px;
}
ol.points-formation ul > li + li {
	margin-top: 6px;
}
.points-large {
	margin-top: 16px;
	margin-bottom: 40px;
}
.points-large > li {
	margin-top: 12px;
}