@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);

body{
	/*background:url(../images/background.jpg) no-repeat top center fixed #DFDFBE;
	background-size: cover;*/
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

a {
	color: #2d2c2c;
	text-decoration: none;
}

a:hover {
	color: #D3172A;
	text-decoration: underline;
}

p {
	text-align: justify;
}

img {
	max-width: 100%;
	border:0;
	margin: .5em;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

td, th {
	padding: .5em;
}

button:not([disabled]) {
	cursor: pointer;
}

.button-link {
	width: 8em;
}
.button-link>a {
	display: block;
	text-align: center;
	background-color: #eee;
	box-shadow:  1px 1px 3px #000;
}

.button-link>a:hover {
	background-color: #F4F4ED;
	box-shadow:  1px 1px 3px #000 inset;
}

.main {
	width: 76.375%; /* 1222px */
	margin: .25em auto 0;
	padding: .625em 1.25em; /* 10/20px */
	border-top-left-radius: .75em; /* 12px */
	border-top-right-radius: .75em;
	border: 1px solid #b5b3b3;
	background-color: #fff;
}

.page-footer,
.page-header {
	background-color: #2d2c2c;
	width: 100%;
}

.page-header {
	height: 6.9375em;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 3px solid #000;
}
.page-header>.logo {
	float: left;
	margin: .33em 1em 0;
}

.page-header>.logo img {
	max-height: 6.666em;
}

.page-header>.logo p {
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
	color: #f4f4ed;
}

.page-header>.logo strong {
	color: #cfcfb2;
}

.page-header>.logo .slogan {
	color: #ceceb1;
	font-size: .642857em;
}

.page-header>.logo a {
	color: #fff;
	text-decoration: underline;
}
.page-header>.phone-contact {
	float: right;
	color: #cfcfb2;
	text-align: right;
	padding: 1.25em;
	padding-bottom: 0;
}

.page-header>.phone-contact a {
	color: #cfcfb2;
	text-decoration: none;
}
.page-header .phone-infos,
.page-header .phone-picture {
	display: inline-block;
	padding: 0 1.25em;
	vertical-align: middle;
}

.page-header .phone-infos {
	border-right: 1px solid #cfcfb2;
}

.page-header>.phone-contact .phone-number {
	font-size: 1.25em;
	font-weight: 700;
}

.page-header>.phone-contact .call-cost {
	font-size: .6875em;
}

.page-header .menu {
	font-size: 1.5625em;
	text-align: center;
}

.page-header .menu > li{
	width: 6.2em; /* 6.2 * 1.5625 * 16px => 155px */
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*margin: 0 .5em;*/
}

.page-header .menu>li>a {
	color: #cfcfb2;
	display: block;
	height: 4.04em;
	line-height: 4.04em;
	border-bottom-right-radius: .48em;
	border-bottom-left-radius:  .48em;
	text-decoration: none;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.page-header .menu>li>a:hover,
.page-header .menu>li.active>a {
	background-color: #cfcfb2;
	color: #2d2c2c;
}

.page-header .menu>li>a:hover:after,
.page-header .menu>li.active>a:after {
	content: " ";
	width: 0;
	height: 0;
	border-left: .6em solid transparent;
	border-right: .6em solid transparent;
	border-bottom: .6em solid #cfcfb2;
	position: absolute;
	top: 100%;
	left:50%;
	margin-left: -.6em;
}

.page-header a>span {
	line-height: 1.2;
}

.page-header .submenu {
	position: absolute;
	font-size: .72em;
	top: 6.9375em;
	background-color: #f4f4ed;
	z-index: 10;
}

.page-header .training-nav {
	left: -8.6em;
}

.page-header .about-nav {
	left: -26.3333em;
}

.boxshadow .page-header .submenu,
.boxshadow .page-header .submenu>ul>li>ul {
	box-shadow: 5px 2px 5px 0 #000;
}

.no-boxshadow .page-header .submenu,
.no-boxshadow .page-header .submenu>ul>li>ul {
	border: 1px solid #000;
}

.page-header .submenu ul {
	text-align: left;
}

.page-header .submenu>ul>li {
	height: 4em;
	width: 10em;
	line-height: 4em;
	text-align: center;
}

.page-header .submenu>ul>li a {
	display: block;
}

.page-header .submenu>ul>li>a {
	border-right: 1px solid #2d2c2c;
}
.page-header .submenu>ul>li:not(:first-child)>a {
	border-top: 1px solid #2d2c2c;
}

.page-header .submenu>ul>li>a:hover,
.page-header .submenu>ul>li.active>a {
	border-right-color: #fff;
	color: #D3172A;
	text-decoration: underline;
	background-color: #fff;
}

.page-header .submenu>ul>li>ul {
	line-height: normal;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 100%;
	width: 45em;
	padding: 1em;
	min-height: 22em;
}
.csscolumns .page-header .submenu>ul>li>ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-rule: 1px solid #cacba9;
	-webkit-column-rule: 1px solid #cacba9;
	column-rule: 1px solid #cacba9;

}

.no-csscolumns .page-header .submenu>ul>li>ul>li{
	float:left;
	width: 33.33%;
}

.page-header .submenu>ul>li:not(:first-child)>ul {
	display: none;
}
.page-header .submenu>ul>li>ul>li{
	font-size: .66666666666em;
}

.trainingHeading,
.aboutHeading {
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}

.trainingHeading ul,
.aboutHeading ul {
	font-weight: 400;
}


.trainingHeading>a,
.trainingHeading>span,
.aboutHeading>a,
.aboutHeading>span {
	font-weight: 700;
}

.trainingHeading a,
.aboutHeading a {
	margin: .25em 0;
}

.usual-trainee {
	border: 1px solid #b5b3b3;
	text-align: center;
	background-color: #F0F4F5;
}

.usual-trainee>img {
	vertical-align:bottom;
    margin: 0;
}

.boss-picture {
	float: left;
	margin-right: .5em;
}

.page-footer {
	padding: 1.125em 0 1.875em;
}

.footer-content {
	width: 75%;
	background-color: #cacba9;
	margin: 0 auto;
	border: 1px solid #babb9b;
	font-size: .75em;
	padding: 2em;
}

.training-rank-block,
.page-footer .phone-contact {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.page-footer .phone-infos,
.page-footer .phone-picture {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}


.page-footer .phone-infos {
	text-align: right;
}

.page-footer .phone-number {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 1.64083333em;
}

.page-footer .call-cost {
	font-family:'Roboto Condensed', sans-serif;
	font-size: .91666667em;
}

.page-footer .site-url {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 1.1666667em;
}

.page-footer .slogan {
	font-family:'Roboto Condensed', sans-serif;
	font-size: 1.25em;
	color: #e32228;
	letter-spacing: 0.1em;
}

.page-footer .bloc-pays{
    margin-top: 5px;
}

.page-footer .bloc-pays ul li {
    display: inline-block;
    margin-left: 7px;
    font-size: 14px;
}

.page-footer .phone-picture img{
	border: 1px solid #2d2c2c;
}

#preload-images {
	width: 0;
	height: 0;
	display: none;
}

.city{
	text-align:center;
	padding: 0 .5em;
	margin-bottom: 0;
}

.bloc-path-search{
	padding: 0.6em 0;
}

.path {
	font-family:Tahoma, Arial, sans-serif;
	width: 79.9%;
	display: inline-block;
    vertical-align: bottom;
}
.path::after {
	content: "";
	clear: both;
	display: block;
}

.path img {
	margin-top: 0;
	float: left;
}

.path a {
	display:inline;
	color:#2d2c2c;
	text-decoration: underline;
}

.training-rank-block {
	border-right: 1px solid #a2a173;
}

.training-rank-block h1 {
	font-size: 1em;
	font-family: Georgia, Norasi, serif;
	text-transform: uppercase;
}

.training-rank-block ol {
	padding-left: 2em;
}

.csscolumns .training-rank-block ol {
	-moz-columns: 3;
	-webkit-columns: 3;
	columns: 3;
}

.no-csscolumns .training-rank-block ol {
	float: left;
}

.no-csscolumns .training-rank-block ol li {
	float: left;
	width: 33%
}

/**
 * bloc social
 */
.secondary-nav-block {
	position: fixed;
	padding: 1em;
	margin-top: -285px;
	top: 50%;
	left: 0;
	max-height: 100%;
}

.rgba .secondary-nav-block {
	border: 1px solid rgba(255, 255, 255, .6);
	background-color: rgba(0, 0, 0, .6);
}

.no-rgba .secondary-nav-block {
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
}

.secondary-nav-block ul {
}

.secondary-nav-block a {
	display: block;
}
.secondary-nav-block button {
	position: absolute;
	background: transparent;
	left: 7.1875em;
	bottom: 1em;
	border: none;
	padding: 0;
	width: 6em;
	font-size: .91666875em;
}
/**
 * formulaire de recherche
 */
#newsletter-form,
#search-form {
	display: none;
}
#newsletter-form>div,
#search-form>div,
#contact-form>.user-info>div {
	display: table-row;
}
#newsletter-form>div>*,
#search-form>div>* ,
#contact-form>.user-info>div>* {
	display: table-cell;
	vertical-align: top;
}

fieldset {
	background-color: #F4F4ED;
}

/* search result */

.search-result li {
	padding: .5em;
}

.search-result h1,
.search-result p {
	margin: .67em 0;
}

.search-result li:nth-child(odd) {
	background-color: #CFCFB2;
}
.search-result hgroup>* {
	display: inline-block;
}
.search-result hgroup>:first-child {
	width: 70%;
}
.search-result hgroup>:last-child {
	text-align: right;
	width: 30%;
	margin: 0;
}

/* page accueil */

.main>.presentation,
.main>aside {
	display: inline-block;
	vertical-align: top;
}

.main>.presentation {
	width: 64.5%; /*48%;*/
	padding: 1%;
}

.main>aside {
	width: 23%;
	margin: 1%;
}

.main>aside>h1 {
	background-color: #2d2c2c;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	font-size: 1.25em;
	line-height: 2.33333333em;
	color: #e1e1c1;
	text-align: center;
	margin: 0;
}
.main>aside>h2 {
	font-size: 1.15em;
	color: #2d2c2c;
}
#flashcontent>* {
	padding: 0 3em;
}

.csscolumns .main>.presentation ul {
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2;
	-moz-column-rule: 1px solid #cacba9;
	-webkit-column-rule: 1px solid #cacba9;
	column-rule: 1px solid #cacba9;
}

.main>.presentation li {
	padding-left: 20px;
	margin-bottom: .25em;
}

.no-csscolumns .main>.presentation ul li {
	float: left;
	width: 50%;
}
/* fin page accueil */

/* page formation */
.detailcontenu-formation,
.espaceDroit-formation,
.detailcursus-formation,
.detailrub-formation {
	display: inline-block;
	vertical-align: top;
}

.detailcontenu-formation.page-plan ul {
    padding-left: 20px;
    list-style-type: disc;
}

.espaceDroit-formation {
	width: 20%;
}
.espaceDroit-formation>*,
.espaceDroit-formation p {
	text-align: center;
}
.detailcontenu-formation,
.detailcursus-formation,
.detailrub-formation  {
	width: 74%;
	padding: 0 3%;
}

.intro,
.blueBloc,
.yellowBloc,
.grayBloc,
.trainingcost-block {
	background-color: #2d2c2c;
	color: #fff;
	border-radius: 0.5em;
	padding: 1em;
}

.trainingcost-block p {
	font-size: .833333em;
}

.trainingcost-block p,
.trainingcost-block h2 {
	text-align: left;
}

.intro a,
.blueBloc a,
.yellowBloc a,
.grayBloc a,
.trainingcost-block a {
	color: #fff;
}
.trainingcost-block span {
	display: block;
}

.trainingcost-block a:hover {
	color: #CFCFB2;
}

.trainingcost-block h1,
.trainingcost-block h2 {
	color: #cfcfb2;
	margin: 0;
}

.trainingcost-block h2 {
	font-size: 1.1666em;
	font-weight: 400;
}
.detailcontenu-formation h1,
.detailcursus-formation h1{
	font-size: 1.5em;
}
.trainingcost-block p {
	margin-top: 0;
}

.espaceContact-formation {
    background-color: #e41f26;
    margin: 1em 0;
    padding: .5em;
    border-radius: .5em;
    border: 1px solid #2D2C2C;
}

.espaceContact-formation button[type="submit"]{
	background-color:transparent;
	border:none;
	color:#f4f4ed;
	text-decoration:underline;
	text-align:center;
	width:100%;
	font-size:14px;
}

.espaceContact-formation a {
    display: block;
	text-decoration: underline;
    color: #F4F4ED;
}

/* add css non-breakable space content */
.espaceContact-formation a:after,
.espaceContact-formation a:before {
	content: "\a0";
}


.training-tabs {
	margin-top: .5em;
}

.training-tabs>li{
	display: inline-block;
	line-height: 2em;
	width: 14%;
	min-width: 6em;
	text-align: center;
}
.training-tabs>li.active {
	background-color: #f4f4ed;
	border: 1px solid #b5b3b3;
	border-bottom-color: #f4f4ed;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	position: relative;
	bottom: -1px;
}

.training-tabs a{
	display: block;
}

.training-tabs.fixedToolbar {
	position: fixed;
	margin: 0;
	top: 0;
	width: 56.5175%;
	background: #fff;
}

.training-resume dt,
.training-resume dd {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.training-resume dt {
	width: 20%;
	font-weight: 700;
}
.training-resume dd {
	width: 80%;
}

.training-detail:not(#plan-formation) {
	display: none;
}
.training-detail{
	background-color: #f4f4ed;
	padding: .5em;
	border-top: 1px solid #b5b3b3;
}

.detailcontenu-formation ul,
.training-detail .avantages ul {
	list-style-type: disc;
	padding-left: 20px;
}

.training-detail .surbrillance {
	font-weight: bold;
	color: #D2172A;
}

.training-course,
.training-download {
	display: inline-block;
	vertical-align: top;
}
.training-course{
	width: 80%;
}


.training-course p {
	padding-left: 2em;
}

.training-download {
	width: 20%;
}

.detailrub-formation>.main-content {
	background-color: #F4F4ED;
	border-radius: .5em;
	border: 1px solid #b5b3b3;
	padding: .5em;
}


#dates-formation {
	text-align: left;
}

.espaceDate-formation {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em;
}

.espaceDate-formation p {
	margin: 0;
	padding: 0 .3em;
}

.espaceDate-formation p.discounted {
	background-color: #f1e234;
}

.locations {
}

.locations>li,
article.screencast {
	display: inline-block;
	vertical-align: top;
	width: 18em;
	margin: .25em;
}

.locations .locationPicture {
	max-height: 10em;
}

article.screencast .poster {
	float: left;
	margin: 0 .3em;
}
.boxshadow article.screencast .poster {
	box-shadow: 1px 1px 5px 1px;
}

.no-boxshadow article.screencast .poster {
	border: 1px solid;
}

article.screencast h1,
article.screencast p {
	margin: .5em 0;
}

article.screencast time {
	color: #CFCFA8;
}

.estimate {
	font-size: .9em;
	border: 2px solid #2d2d2c;
	background-color: #2d2d2c;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	color: #fff;
	position: relative;
}

.estimate a {
	color: #fff;
}

.estimate fieldset {
	background-color: transparent;
	border: 0;
}

.estimate button.form-state {
	background: transparent;
	border: 0;
	padding: 0;
}

.estimate input[type=submit],
.estimate button {
	background-color: #5d5d5c;
	border: 1px solid;
	border-color: #8d8d8c #000 #000 #8d8d8c;
	color: #fff;
	vertical-align: middle;
}

.estimate button:not(.form-state) {
	position: absolute;
	right: 1em;
	margin-bottom: 1em;
}

.estimate button.next-button{
	background-color: #439b48;
	border: 1px solid #333;
	bottom: 52px;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	right: 28px;
	border-radius:3px;
}

.estimate button.next-button-etape-3{
	bottom: 54px;
}

.estimate-form-inputs {
    margin-top : 3px;
}

.estimate label {
	width: 12em;
	display: inline-block;
	vertical-align: middle;
}

.question_droite label {
	width: 15em;
}

.comment label {
    vertical-align : top;
}

.estimate label.state-label {
	width: 65%;
	cursor: normal;
}

.estimate label.pointer, 
.estimate label.state-label:disabled {
	cursor: pointer;
}

.estimate-steps>* {
	vertical-align: top;
	display: inline-block;
	width: 21%;
}
.estimate-steps>h2 {
	text-align: right;
	width: 16%;
}
.estimate-steps>span>button {
	max-width: 35%;
	margin:0;
}

.estimate-steps img {
	display: block;
}

#formulaire-devis {
	padding: .5em;
}

.devis-bas {
	background-color: #fff;
	border-radius: .5em;
	padding: 1px;
}

#ppoleemploi {
	text-align: center;
}
#ppoleemploi a {
	text-decoration: underline;
	color: #2D2C2C;
}

.bloc-ministere p {
    margin: 0;
    color: #666;
}

.bloc-recherche {
    margin: 1em 0 0;
    width: 19.7%;
    display: inline-block;
    vertical-align: bottom;
}

#short-search-form p{
	margin:0;
	padding:0;
}

#short-search-form input[type="search"]{
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	border-right-style: none;
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
	box-sizing: border-box;
	width: 85%;
}

#short-search-form input[type="image"]{
	border-radius: 0 5px 5px 0;
	border: 1px solid #ccc;
	border-left-style: none;
	left: -4px;
	padding: 3px;
	position: relative;
	vertical-align: top;
}

.bloc-recherche input[type=submit] {
	background: none;
	padding: 0;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}
.bloc-recherche input[type=submit]:hover {
	color: #D2172A;
}
#short-search-form>p {
	margin:0;
	padding:0;
}

/* fin page formation */

.result-nav {
	position: relative;
}

#sort-search-result-form  {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

#sort-search-result-form > * {
	display: inline-block;
}
.page-list li {
	display: inline-block;
	margin: 0 .3em;
}

.page-list li.active a {
	color: #D2172A;
	text-decoration: underline;
}

.fullpage-form div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.fullpage-form div.long-field {
	width: 100%;
}

.fullpage-form label {
	width: 10em;
	display: inline-block;
	text-align: right;
}

.specialites-option-list>div {
	width: auto;
}
.specialites-option-list label {
	text-align: left;
}

.fullpage-form input[type=submit] {
	background-color: #eee;
	box-shadow:  1px 1px 3px #000;
	border: none;
        padding: 0.5em;
        font-size: 1.1em;
}
.fullpage-form input[type=submit]:hover {
	background-color: #F4F4ED;
	box-shadow:  1px 1px 3px #000 inset;
}

.fullpage-form div:last-of-type {
	text-align:right;
        vertical-align:bottom;
}

label[for="[indepForm]newsletter"]{
        display: inline;
}

@media screen and (max-width: 1470px) {
	.page-header>.logo p {
		display: none;
	}
	#short-search-form input[type="search"]{
		width: 83%;
	}
}

@media screen and (max-width: 1280px) {
	body {
		background: none;
	}

	.page-header {
		font-size: 0.8em;
		margin-bottom: 0.67em;
	}

	#short-search-form input[type="search"]{
		width: 82%;
	}

	.main {
		width: 95%;
		padding: 0 2.5%;
	}
}

@media screen and (max-width: 960px) {
	.main,
	.footer-content {
		width: 95%;
		padding: 0 2.5%;
	}

	.bloc-recherche{
		width: 29%;
	}

	.path{
		width:70%;
	}

	#short-search-form input[type="search"]{
		width: 81%;
	}

	.training-tabs.fixedToolbar {
		width: 85.75%;
	}

	.espaceDroit-formation,
	.detailcursus-formation,
	.detailrub-formation {
		width: 95%;
		padding: 0 2.5%;
	}
	.espaceDroit-formation>* {
		display: inline-block;
		vertical-align: top;
		max-width: 50%;
	}

	.page-header .phone-contact {
		float: none;
		text-align: center;
		padding: 0;
	}
	.page-header .phone-infos {
		border: none;
	}
	.page-header .phone-infos>* {
		display: inline-block;
	}

	.page-header .phone-picture {
		display: none;
	}
	.page-header .menu > li {
		width: 4.7em;
	}
	.page-header .menu > li > a {
		height: 3em;
		line-height: 3em;
	}

	.training-rank-block,
	.page-footer .phone-contact {
		display: block;
		width: 100%;
		border: none;
	}

	.main > .presentation {
		display: block;
		width: auto;
	}
	.main > aside {
		width: 48%;
	}

	.estimate {
		font-size: .75em;
	}
	.estimate-steps > span {
		width: 50%;
	}
	.estimate-steps > h2 {
		display: block;
		text-align: left;
		width: auto;
	}
	.estimate-steps > span > button {

	}
	.espaceDroit-formation,
	.detailcursus-formation,
	.detailrub-formation {
		width: 96%;
		padding: 0 2%;
	}

	.espaceDroit-formation>* {
		display: inline-block;
		max-width: 50%;
	}

	.espaceContact-formation{
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	.main,
	.footer-content {
		width: 100%;
		padding: 0;
	}

	.page-header .logo {
		display: none;
	}

	.page-header {
		height: auto;
	}
	.page-header .menu > li {
		display: block;
		width: auto;
	}
	.page-header .menu > li > a {
		height: 2em;
		line-height: 2em;
	}
	.page-header .menu > li > a:hover:after,
	.page-header .menu > li.active > a:after {
		content: "";
		border: none;
	}

	.page-header .training-nav,
	.page-header .training-nav > ul > li > ul,
	.page-header .about-nav,
	.page-header .about-nav > ul > li > ul {
		position: static;
		width: auto;
	}
	.page-header .training-nav ul
	.page-header .about-nav ul {
		text-align: center;
	}

	.page-header .training-nav > ul > li,
	.page-header .about-nav > ul > li {
		width: auto;
		height: auto;
	}
	.page-header .training-nav > ul > li > ul > li,
	.page-header .about-nav > ul > li > ul > li {
		font-size: 1em;
	}

	.csscolumns .page-header .training-nav > ul > li > ul,
	.csscolumns .page-header .about-nav > ul > li > ul {
		-moz-column-count: 1;
		-webkit-columns: 1;
		colums: 1;
	}
	.no-csscolumns .page-header .training-nav > ul > li > ul,
	.no-csscolumns .page-header .about-nav > ul > li > ul {
		float: none;
	}

	.city{
		display: none;
	}

	.bloc-recherche{
		width: 100%;
		padding: .6em;
		box-sizing: border-box;
	}

	.path{
		width:100%;
		padding: .6em;
		box-sizing: border-box;
	}

	#short-search-form input[type="search"]{
		border-radius: 5px;
		border: 1px solid #ccc;
		width: 100%;
	}

	#short-search-form input[type="image"]{
		display: none;
	}
}

/* styles available in TinyMce */


#forfait {
	padding: 0.5em;
	margin: 0 auto;
}
#forfait .phase-forfait {
    border-bottom: 1px solid #000;
}

td.blue, th.blue {
	color:white;
	background:#4891dc;
	font-weight:bold;
}

td.green, th.green {
	background:#a6c316;
	font-weight:bold; 
}

td.cyan, th.cyan {
	background:#c8def3;
	font-weight:bold;
}

td.deepBrown, th.deepBrown {
	background:#8d1d03;
	font-weight:bold;
	color:#ffffff;
}
td.lightBrown, th.lightBrown {
	background:#e68205;
	font-weight:bold;
}

td.yellow, th.yellow {
	background:#fef1a8;
	font-weight:bold;
}

#conf-nav-top a:hover {
    background: #EAEAEA;
}
#conf-nav-top a {
    padding: 2px 5px;
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    background: #F4F4F4;
    border: 1px solid black;
    border-radius: 5px;
}

h4.monthF{
	margin: .8em 0;
	width: 600px;
	border-bottom: 1px solid #000;
	font-size: 1.4em;
}

.main .actu-p {
	background-color: #2d2c2c;
	font-size: 1.25em;
	line-height: 2.33333333em;
	color: #e1e1c1;
	text-align: center;
	margin: 1% 0 0 0;
}
.main>div.video-block{
	margin: 1% 0 0 0;
	width:33%; 
	height : auto;
	display:inline-block; 
	text-align:center;
}

#defilAside {
	width:33% !important; 
	display:inline-block;
	margin : 0 !important;
	/*border : 3px solid black;*/
}

#defilAside h2 {
	border-top-left-radius: .75em; 
	border-top-right-radius: .75em;
}


#footer-cookies .info p {
	background-color: #cacba9;
	padding : 5px;
	text-align : center;
}

@media screen and (max-width: 992px) {
	.main>div.video-block{
		display:block;
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	#defilAside {
		width:100% !important; 
	}
}
