

/************************************************************** content.css (by Modx)*********************************************************/
/***
  - infoBlocksColor:				#ffffff
  - infoblockTitleFontSize:			20px
  - infoImageTextColor			#003472
  - mainTextColor				#716262
  - generalBackgroundColor		#003473
  - generalBackgroundLightColor	#003473
  - generalMainFont				Raleway
  - generalMainBoldFont			CormorantGaramond-Bold
  - generalMainLightFont		Khand-Light
  - pageBackgroundColor			#ffffff
  - goUpButtonImage				/assets/websiteFiles/images/visuals/Pictos/btntoppage.png
  - menuPosition           clear
  - menuTextColor           #e7ecef
  - menuTextColor_Hover			#e7ecef
  - menuTextColor_Active 		#e7ecef
  - menuBackgroundColor			#003472
  - menuFontSize				20px
  - menuTopFontSize				12px
  - menuFontTransform			capitalize
  - generalTitleColor			#003472
  - generalTitleLightColor		#00348d
  - generalTitleFontSize		40px
  - generalTitleFontTranform	capitalize
  - generalSubTitleFontSize		28px
  - generalSubTitleFontTranform	capitalize
  - sliderSublineBackgroundColor: 	#eef2f2
  - sliderTitleFontSize				28px
  - sliderTitleFontTransform		uppercase
  - sliderSubTitleFontSize			20px
  - sliderSubTitleFontTranform		lowercase
  - sliderBackgroundTextTransparency .5
  - lineTitlePosition				0.5
  - lineTitleWidth					500px
  - lineTitleHeight					2px
***/
/****************************************************************** GENERAL ******************************************************************/
#body {
	background: #ffffff;
}

#body article,
#body aside,
#body details,
#body figcaption,
#body figure,
#body header,
#body hgroup,
#body main,
#body menu,
#body nav,
/*#body section,*/
#body summary
{
	background: #ffffff;
}

#body footer
{
	background: #003473;
}

#body .subsection {
    background-color: inherit;
}

#body .subsection.masonry {
    margin:auto;
}



/* SUBLINE*/
.subline {
	background-color: #eef2f2;
	height: 100px;
	bottom:0;
	left:0;
	width:100%;
	position: absolute;
	margin-bottom: 0;
	clear: both;
	min-height: 50px;
	z-index:100;
}
.subline-page {
    background-color: #eef2f2;
    color: #003472;
    clear: both;
    height: 100px;
    position: relative;
}

/* Interorior page */
.subline-page.sublineBreadcrumbs{
	height:unset;
}
.subline .breadcrumbs, .subline-page .breadcrumbs  {
	overflow: hidden;
	color: inherit;
	background-color: inherit;
}
.subline .more, .subline-page .more{
	background-color: inherit;
	color: inherit;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	filter: invert(10%);
	position: absolute;
	padding: calc(7px * 100 / 70);
	border-radius:14px;
}
.subline .more {
        bottom: 10px;
        right: 10px;
}
.subline-page .more {
        bottom: 40px;
        right: 20px;
}
.subline .more a, .subline-page .more a{
	font-size: calc(14px * 100 / 35);
	font-family: "Khand-Light";
	text-transform: uppercase;
}
.subline .more:hover, .subline-page .more:hover, .subline .more a:hover, .subline-page .more a:hover{
	color:#e7ecef;
	background-color:#003472;
	text-decoration: none;
}

@media (max-width: 468px) {
	.subline .more, .subline-page .more {background: none}
}
@media (max-width: 767px) {
	.subline, .subline-page {
/*		height: calc(100px / 2);*/
	}
}

/* LANGUAGE */
.lang {position: absolute;top: 0;right: 10px;z-index: 1000;width: auto;margin: 0;}
.lang li {float: left;list-style: none;display: inline-block;background: 0;}
.lang li a {padding: 19px 10px; color: #aaa; font: 12px "Raleway", Arial, Sans-Serif;display: block;}
.lang li a:hover,
.lang li a.active {color: #fff; text-decoration: none;background: none;}

/* SLIDERS */
/*
#section_1_7 .carousel-main-wrapper, #carousel-main-wrapper-page {
	position: relative;
}
*/
.carousel-main-wrapper-page{
	background-color:#aab8d9;
}
.carousel-main-wrapper .carousel-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	/*height:440px;*/
}

.carousel-main h1 {
	text-shadow: 1px 1px 1px #fff;
}
.carousel-main .carousel-caption {
	background: rgba(0,0,0,.5);
	text-align: left;
	padding: 15px 30px 20px;
	bottom: 100px;
	left: 0;
	width: 100%;
}
.carousel-main .subline .carousel-caption {
	background: inherit;
}
.carousel-main-wrapper .carousel-news .carousel-caption{
}
.carousel-main .carousel-caption h2 {
	font: 28px "Raleway", Arial;color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	margin: 0;
}
.carousel-main .carousel-caption h3 {color: #fff;font: 22px "Raleway", Arial;text-transform: lowercase;margin: 0;text-shadow: 1px 1px rgba(0,0,0,0.5);}
.carousel-main > .carousel-control {
	background: url(../images/slider-arrows.png) no-repeat;
	text-indent: -9999px;
	height: 145px;
	width: 45px;
	top: 33%;
	opacity: 1;
	filter: invert(20%);
}
.carousel-main .carousel-control:hover,
.carousel-main .subline .carousel-control:hover  {
/*	opacity: 1 */
    filter: invert(0%);
}
.carousel-main .carousel-control.left {
	left: 15px;
}
.carousel-main .carousel-control.right {
	background-position: -50px 0;
	right: 15px;
}

.carousel-main > .carousel-indicators {
	position: absolute;
	z-index: 100;
	left: auto;
	right: 15px;
	bottom: 80px;width: auto;
}
.carousel-main > .carousel-indicators li {
	background: url(../images/slider-buttons.png) no-repeat -12px 0;
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.carousel-main > .carousel-indicators li.active {background-position: 0 0;}

.carousel-main .subline .carousel-control {
	background-position: left center;
	background-repeat: no-repeat;
/*        height: 45px;*/
        width: 45px;
        opacity: 1;
        filter: invert(20%);
	/*top: calc( 100px / 2);*/
	z-index:10;
}

.carousel-small .carousel-caption {
	background: none;
	bottom: auto;
	top: 15%;
	left: 3%;
	line-height: normal;
	text-transform: capitalize;
	text-align: left;
	padding: 0;
	margin: 0;
}
.carousel-small .carousel-caption h2 {
	font: 40px "CormorantGaramond-Bold", Arial;
	color: #222a4a;
	text-shadow: 1px 1px #aabbcc;
	margin: 0;padding: 0;
	line-heigth:120%
}
.carousel-small .carousel-caption h3 {
	 color: #203870;
	text-shadow: 1px 1px #7a88a9;
	font-size: 24px;
	line-height: 120%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}


@media (max-width: 768px) {
    .carousel-main .carousel-caption h2 {font-size: calc(40px*1.2);}
    .carousel-main .carousel-caption h3 {font-size: 15px;}
    .carousel-small .carousel-caption h2 {font-size: 40px;}
    .carousel-small .carousel-caption h3 {font-size: 15px;}
}


.carousel-main .carousel-news-wrapper {
	height: 100%;
	position: relative;
	background: url(../images/icons/news.png) no-repeat 40px center;
	overflow: hidden;
}
.carousel-main .carousel-news .carousel-caption {
	width: 74%;
	left: 100px;
	top: 14px;
	bottom: 0;
	position: relative;
	padding: 0;
/*	height: 55px; */
	text-shadow: none;
	line-height: 100%;
}
.carousel-main .carousel-news .carousel-caption p {
	color: #fff;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
}


.slider-line {position: relative;width: 100%;float: left;height: 29px;margin: 10px 0 0;}
.slider-line .line {background: url(../images/slider-line.png) repeat-x; height: 10px;  width: 81%;  float: left;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;position: relative;}
.slider-line .line.active {background: url(../images/slider-line-active.png) repeat-x; position: absolute;z-index: 5;top: 0;left: 0;}
.slider-line .line.value {background: url(../images/slider-line-value.png) repeat-x; width: 58px !important; height: 29px;  text-align: center; font: 12px/25px "Khand-Light", Arial, Sans-Serif; color: #fff; position: relative;z-index: 6;margin-top: -9px;margin-left: -55px;}
.slider-line .slider-line-caption {float: right;  font: 12px/12px "Raleway", Arial, Sans-Serif; color: #656d71;text-transform: uppercase;width: 15%;}


.container {
}
.container ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
}
.container ul li {
}

.textcontent .row.equalHeight {
  margin-left:0px;
}
.textcontent .row.equalHeight h2 {
  padding-left:0px;
}

.textcontent ul {
    list-style: none;
    margin: 0px 0px 0px 40px;
    list-style-position: inside;
    text-indent: calc(-1em - 11px/2);
    padding-left: calc(1em + 6px);
}
.textcontent ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  padding-right: 11px;
  color:  #008400;
  font-weight: bold;
  font-size: 90%;
  line-height: 90%;
}

.textcontent ul ul{
    margin: 0px 0px 0px 30px;
}
.textcontent ul ul li {
}
.textcontent ul ul li:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f26e";
  padding-right: 15px;
  color:  #2c303d;
  font-weight: inherit;
  font-size: 50%;
  line-height: 50%;
}

.textcontent ul ul ul{
    margin: 0px 0px 0px 0px;
}
.textcontent ul ul ul li {
}
.textcontent ul ul ul li:before {
  font-family: "Font Awesome 5 Free";
  content: ">";
  padding-right: 2px;
  color:  #003472;
  font-weight: bold;
  font-size: 120%;
  line-height: 120%;

}


/* IMAGES */
.bwimg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.3s ease-in;
}
.bwimg:hover, a:hover .bwimg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.blurimg img {transition: all .20s ease-in-out;}
.blurimg:hover img {filter: blur(8px);transform:scale(1.02);}
.blurimg-off:hover img {transform:scale(1);}
.unblurimg img {transition: all .20s ease-in-out;filter: blur(8px);transform:scale(1.02);}
.unblurimg:hover img {filter: blur(0px);transform:scale(1);}
.unblurimg-off:hover img {filter: blur(8px);transform:scale(1.02);}

.box.col-sm-4 a img {
    width: 100%;
}


/* BOX AND ROWS STYLE */
.boxes.style1 .box.bloc-blue{
	padding:0;
}
.boxes.style1 .box.bloc-blue .col-sm-12{
	float:inherit;
}
.boxes.style1 .box.bloc-blue h2 {
	background:#ffffff;
	text-align:center;
	margin:0;
	padding:0px 25px;
	color:#003472;
	font-size:20px;
	height:20px;
	line-height:calc(20px - 5px);
	border: 2px #c1d82d solid;
}
.boxes.style1 .box.bloc-blue h2:hover {
	filter: invert(3%);
}
.boxes.style1 .box.bloc-blue h2:hover span{
	filter: invert(10%);
}

@media (max-width: 468px) {
	.boxes.style1 .box.bloc-blue h2 {
		height:calc(20px / 2);
		line-height:calc(20px /2 - 5px);
	 }
}

.boxes.style1 .box.bloc-blue h2 span{
	vertical-align:middle;
	display:inline-block;
	line-height:normal;
}
.boxes.style1 .rightColumn .box.bloc-blue h2{
/*	background:#003473 url(../images/bloc-blue-right-column.png) no-repeat top right;*/
	height:75px;
	line-height:60px;
	font-size:1.5em;
	text-align:left;
	padding-left:15px;
}

.boxes .box {
	position: relative;
}
.boxes .rightColumn .box {
	margin-bottom: 40px;
}

.boxes .box a:hover {
	text-decoration: none;
}
.boxes.style1{
	margin:20px 0px;
}
.boxes.style1 .box .inner {
/*	background: url(../images/bg-box1.png) no-repeat 100% 0; */
	padding: 0;
	text-align: center;
}
.boxes.style1 .box h2 {
	font: 28px "Khand-Light", Arial, Sans-Serif;
	text-transform: capitalize;
	color:#003472;
	padding: 0;
	margin:5px 5px;
/*	height:115px;*/
/*	line-height: calc(28px*3);*/
}
.boxes.style1 .box h2.colSpot {
	font: calc(28px*2) "Khand-Light", Arial, Sans-Serif;
	/*font-weight:bold;*/
}

.boxes.style1 .box h2 span{
	vertical-align:middle;
/*
	display:inline-block;
	line-height:normal;
*/
}
.boxes.style1 .box a,.boxes.style1 .box a:hover {
	text-decoration:none;
}
.boxes.style1 .box p {line-height: 20px}
.boxes.style1 .box:hover {opacity: 0.9;}
.boxes.style4 {
	background: #fff;
	margin: 0 15% 30px 15%;
}
.boxes.style4 .title span {background: #fff;color: #003473;text-shadow: 1px 1px rgba(255,255,255,0.2);}
.boxes.style4 p {color: #404040;text-shadow: 1px 1px rgba(255,255,255,0.2);}

.boxes.style1 .box.bloc-blue.subsectionTextBlock {
  margin-bottom: 8px;
  margin-top: 8px;
}

/* MODAL BOX */
.modal-header {
	background: #003473;
}
.modal-header h4 {
	color: #e7ecef;
}

/*Twitter*/
.twitter li {
	overflow:hidden;
}

/* BANNERS AND LOGOS */
.banner {position: relative; padding: 0;}
.banner .inner {width: 104%; left: -20px; position: relative}
.banner .tag {background: url(../images/tag-big.png) no-repeat; font: 56px "Khand-Light", Arial, Sans-Serif; color: #fff; text-align: center; width: 163px;height: 163px;line-height: 130px;vertical-align: middle;float: left;position: absolute;z-index: 100;top: 40px;left: 30px;}
.banner .text {position: absolute; z-index: 100; top: 35px; left: 240px; float: left;width: 330px;}
.banner h2 {text-transform: uppercase; color: #171717; font: 35px/40px "Raleway", Arial, sans-serif;font-size: 2.9vw;}
.banner h3 {font: 20px/30px "Raleway", Arial, sans-serif; font-size: 1.9vw;color: #171717; text-transform: uppercase;margin: 10px 0 0;}
.banner p {color: #939393; font: 15px/22px "Khand-Light", Arial, sans-serif; width: 80%;}


/* UNORDERED LIST STYLES */
ul[class*="style"] {margin: 0; list-style: none;}
ul[class*="style"] li:first-child {padding-top: 0; margin-top: 0;border: 0;}
ul[class*="style"] li .number {background: #003473; width: 20px; height: 20px; text-align: center; color: #fff; font: 11px/20px "Raleway", Arial, sans-serif; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;display: inline-block;margin-right: 8px;vertical-align: top;}
ul.style1 li {background: url(../images/icons/bullet5.png) no-repeat 0 2px; list-style: none; padding-left: 25px; padding-bottom: 10px;}
ul.style4 li {background: none; padding: 12px 0 0 8px; margin: 12px 0 0 -5px;border-top: 1px solid #d3e2e4;font: 12px "Raleway", Arial, sans-serif;color: #4b4b4b;text-transform: uppercase;}
ul.style4 li,
ul.style4 li a {color: #4b4b4b; font: 12px "Raleway", Arial, sans-serif;}

/* TABLES */
table {border-collapse: collapse;border-spacing: 0;}
table thead th {color: #000; padding: 4px 10px; border-bottom: 1px solid #dbe4e5;}
table tbody td {padding: 4px 10px;}
table.style1 {width: 100%}
table.style1 th {border: 1px solid #6b6b6b;}
table.style1 td {border: 1px solid #fff;}
table.style1 thead th {padding: 12px 18px; font: 13px "Raleway", Arial, sans-serif; text-transform: uppercase; color: #fff; background: #3a3a3a;  border: 1px solid #6b6b6b;}
table.style1 tbody td {padding: 14px 18px; text-shadow: 1px 1px rgba(255,255,255,0.5)}
table.style1 tr:nth-child(odd) {background: #f6f8f9;}
table.style1 tr:nth-child(even) {background: #ebf1f2;}
table.style1 tr:hover {background: #dbe4e5; cursor: pointer}

/* BREADCRUMBS */
.breadcrumbs {float: left;padding-left: 18px;margin: 0;}
.breadcrumbs li {
	float: left;
	background: url(../images/icons/bullet1.png) no-repeat 0 center;
	padding: 0 15px;
/*	line-height: 70px;*/
	list-style: none;
}
.breadcrumbs li:first-child {background: none}
.breadcrumbs a,
.breadcrumbs span {
	font: 12px/24px "Raleway", Arial, Sans-Serif;
	color: #003472;
	text-transform: uppercase
}


/*********************************** customization website ********************************/



/*configuration of bottom button to go up*/
a#btnTopPage{
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  width: 46px;
  height: 28px;
  background: url(/assets/websiteFiles/images/visuals/Pictos/btntoppage.png);
}
a#btnTopPage:hover{
  transition:all ease-in 0.2s;
}
a#btnTopPage.btnTopInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#btnTopPage.btnTopVisible{
  bottom:50px;
  opacity:1;
}



.listFormation{
    background-color:#003473;
    padding-top:50px;
    width:100%;
    margin-top:-110px;
    padding-top:110px;
}


/**************************
		Title
 **************************/




h1.title, div.title {
	font: 40px "Khand-Light", Arial, Sans-Serif;
	color: #003472;
	padding: 0px;
	text-transform: capitalize;
	text-align:center;
  hyphens: none;
	line-height:100%;
	width:100%;
margin-top: calc(20px - 2px ); /* default H1.margin-top - lineTitleHeight*/
}

/* title configuration */
.row.equalHeight {
	display: flex;
  flex-wrap: wrap;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}


h1.title.titleBackgroundLine, div.title.titleBackgroundLine {
		position:relative;
		/*default
			H1.margin-top (20px) - lineTitleHeight
			+ lineTitleHeight / 2  for middle
			+ generalTitleFontSize / 2 for middle*/
		top:calc(20px - 2px + ( 2px + 40px ) * 0.5);
		border-bottom: #003472 solid 2px;
	  width: 500px;
	  height: 2px;
		margin-left: auto;
		margin-right: auto;
}


div.titleWithNoLine,
h1.titleWithNoLine
{
	background:none;
	height:unset;
}

div.toplinetitle, div.bottomlinetitle {

  display:none;

}





@media (max-width: 768px) {
}

div.title span,
div.title > div,
h1.title span,
h1.title > div {
/*	background: #ffffff; */
	padding: 0px 10px 1px 10px;
	display: inline-block;;
	box-decoration-break: clone;
  	-webkit-box-decoration-break: clone;
}

div.title span.siteeditor,
div.title > div.siteeditor,
h1.title span.siteeditor,
h1.title > div.siteeditor {
	padding:0;
}

/*********************************** FORMS ********************************/

section.genericForm div.submit_btn  {
	margin-top: 50px;
}

.row.equalHeight.formInputFieldTitle,
.row.equalHeight.formSelectOptionsFieldTitle,
.row.equalHeight.formDateFieldTitle,
.row.equalHeight.formRadioButtonsFieldTitle,
.row.equalHeight.formLabelFieldTitle
{
	margin-left:0px;
}

.formRowTitle {
	font-size: 25px;
	margin: 2px auto 5px 0px;
	font-weight: bold;
	clear:both;
	padding-left:0px;
	color: #716262;
	line-height:100%;
}
div.formRowTitle span {
/*	background: #ffffff; */
	padding: 0px 10px 1px 0px;
	display: inline-block;;
	box-decoration-break: clone;
  	-webkit-box-decoration-break: clone;
}
div.formRowTitle span.siteeditor {
	padding:0px;
	margin:0px;
}

.formRowTitle.titleBackgroundLine,
div.formRowTitle.toplinetitle,
div.formRowTitle.bottomlinetitle
{
	margin-right: auto;
	margin-left: unset;
	border-bottom: #716262 solid 2px;
}


.formRowTitle.titleBackgroundLine {
		/*default
			H1.margin-top (2px) + H1.margin-bottom (5px) - lineTitleHeight
			+ lineTitleHeight / 2  for middle
			+ generalTitleFontSize / 2 for middle
			+ 	(H1.margin-top (2px) + H1.margin-bottom (5px)) / 2
			*/
		top:calc(2px + 5px - 2px + ( 2px + 25px + 7px) * 0.5);
}







textarea.form-control {
    height: 140px;
}

.ui-datepicker-header  {
	border: #003472 !important;
	background-color: #003472 !important;
	color:#e7ecef !important;
	background-image: none !important;
}



/******** Page Formation ********/
.detailFormation, .boxContact{
	background-color: #003473;
	width: 100%;
}
.detailFormation .detailContent{
	background:#fff url(../images/coin-gris.png) no-repeat top right;
	margin-bottom:30px;
}
.detailFormation .detailContent .col-md-8, .detailFormation .detailContent .col-md-12{
	padding:10px 15px 20px 30px;
}

/*Bullet*/
.detailFormation .detailContent .col-md-8 ul {
    list-style: none;
    margin: 0px 0px 0px 30px;
}
.detailFormation .detailContent .col-md-8 ul li {
}
.detailFormation .detailContent .col-md-8 ul li:before {
  content: ">";
  padding-right: 8px;
  color:  #003472;
  font-weight: bold;
}

.detailFormation .detailContent .col-md-8 .jcarousel ul li:before {
  content: '';
}


.detailFormation .detailContent .col-md-4{
	padding:30px 30px 30px 20px;
}
.detailFormation .detailContent p{
}
.detailFormation .detailContent p a {
}

.detailFormation .detailContent .jcarousel ul li div p {
}

.detailFormation .detailContent p.description{
	font-size:1.1em;
}
.detailFormation .actionsFiche {
	padding-bottom:20px;border-bottom:1px solid #003473;
}
.detailFormation .actionsFiche a{
	width:100%;
	display:block;
	text-transform:uppercase;
	font: 1.215em "Khand-Light", Arial, Sans-Serif;
}
.detailFormation .actionsFiche a span.glyphicon{margin-right:11px;width:15px;text-align:center;font-size:1.1em;}
.detailFormation .actionsFiche a span.icon-oswald{margin-right:12px;font: bold 1.1em "Raleway", Arial, Sans-Serif;top:0;}
.detailFormation .pointsFort h2{font: 1.575em "Khand-Light", Arial, Sans-Serif;text-transform: uppercase;margin-top:20px;}

.detailFormation .pointsFort li:before{
	color:#003472;
	content: "\f058";
}

p.categorie, p.categorie a {
	text-transform:uppercase;
	font-size:90%;
}

/******** Cnil Cookie banner ********/
div#cookies-cnil-banner {
    display: block;
    background-color: black;
    color: white;
    text-align: center;
	padding: 10px;
}
div#cookies-cnil-banner button {
	color: black;
}


/******** Login Page / private space ********/
.login-rs, .espaceClient{background-color: #003473;margin-top: 0;padding-top: 0;width: 100%;}
.login-rs .login-form, .espaceClient .listFiles{background:#fff url(../images/coin-gris.png) no-repeat top right;margin-bottom:30px;}
.login-rs .login-form > .col-md-12, .espaceClient .listFiles > .col-md-12{padding:30px;}
 .espaceClient .listFiles > .col-md-12{padding-bottom:10px;}
.login-rs .login-form input[type=text], .login-rs .login-form input[type=password]{width:50%;}
.login-rs p.categorie, .espaceClient p.categorie, .espaceClient p.categorie a{text-transform:uppercase;font-size:1.8em;color:#6a78a9;padding-bottom:0;}
.espaceClient p.categorie a{font-size:1em;text-transform:lowercase;}
.login-rs h1, .espaceClient h1{text-transform:uppercase;font-size:4em;color:#6a78a9;font-weight:normal;line-height:45px;margin-top:0;}
.login-rs .textCenter{text-align:center;}
.espaceClient .listFiles li{
    background: url("../images/list-style-points-fort.png") no-repeat left 2px;
    font-weight: bold;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}
.espaceClient .listFiles li .btn{line-height: 28px;}
.espaceClient .listFiles li .titleFile{text-transform:uppercase;margin-bottom:5px;display:block;}
@media (max-width: 768px) {
    .login-rs .login-form input[type=text], .login-rs .login-form input[type=password]{width:100%;}
}


.coin-gris{background:url(../images/coin-gris.png) no-repeat top left;width:20px;height:26px;position:absolute;top:0;right:0;}
.content-most{position:relative;}

.template1 .carousel-inner,
.template15 .carousel-inner{
	padding-bottom: 24px;
/*
	max-height: 470px;
*/
}


/** Modal Info Box **/
section.template_23 {
	padding:0px;
	margin:0px;
}



#Testimonies .jcarousel ul li p{
	font-size:24px;
}

/****************************************************************** FOOTER ******************************************************************/
#footer-wide {background: #003473; padding: 45px 0 20px;}
#footer [class*="box"] {margin-bottom: 30px;}
#footer [class*="box"]:first-child {margin-left: 0; padding-left: 0}
@media (min-width: 992px) {
    #footer [class*="box"] {width: 30%; margin: 0 0 20px 45px; padding: 0 0 0 40px;}
}

#footer .header, #footer .header > a {color: #fff; font: 20px "Khand-Light", Arial, Sans-Serif;text-transform: uppercase;margin: 0 0 12px;}
#footer [class*="box"] ul {margin: 0}
#footer [class*="box"] p,
#footer [class*="box"] li,
#footer [class*="box"] li a {color: #fff; line-height: 22px; }
#footer [class*="box"] li a {text-decoration: underline}
#footer [class*="box"] li {list-style: none;padding: 0 0 10px;}
#footer [class*="box"] li img {vertical-align: middle; margin-right: 14px;}
#footer [class*="box"] form {max-width: 270px;margin: 8px 0;}
#footer [class*="box"] input.query {background: url(../images/backgrounds.png) no-repeat; border: 0; height: 32px; width: 100%; color: #858585;font-size: 12px;padding-left: 12px;margin: 0;border-radius: 4px;}
#footer [class*="box"] input.button {text-indent: -9999px; position: absolute; top: 0; right: 0; width: 40px; height: 35px; z-index: 10;background: url(../images/backgrounds.png) no-repeat 100% 0;border-radius: 0 0 4px 4px;}
#footer [class*="box"] ::-moz-placeholder {color: #858585; opacity: 1;}
#footer [class*="box"] :-ms-input-placeholder {color: #858585; opacity: 1;}
#footer [class*="box"] ::-webkit-input-placeholder {color: #858585; opacity: 1;}

#footer .addthis_toolbox {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	height: 42px;
}
#footer .addthis_toolbox a {padding: 0 1px; cursor: pointer; float: left;}
#footer .addthis_toolbox a span {width: 32px !important;height: 32px !important; display: inline-block}
#footer .addthis_toolbox a span span {text-indent: -9999px; background-color: #313131 !important;border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;}
#footer .addthis_toolbox a:hover,
#footer .addthis_toolbox a:hover span,
#footer .addthis_toolbox a span:hover {opacity: 1 !important;}
#footer .addthis_toolbox a:hover span span {background-color: #fff !important; border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;}
#footer .addthis_button_facebook span {background: url(../images/icons/social-icons.png) no-repeat 12px center !important;}
#footer .addthis_button_email span {background: url(../images/icons/social-icons.png) no-repeat -23px center !important;}
#footer .addthis_button_twitter span {background: url(../images/icons/social-icons.png) no-repeat -58px center !important;}
#footer .addthis_button_google_plusone_share span {background: url(../images/icons/social-icons.png) no-repeat -90px center !important;}
#footer .addthis_button_in span {background: url(../images/icons/social-icons.png) no-repeat -124px center !important;}
#footer .addthis_button_rss span {background: url(../images/icons/social-icons.png) no-repeat -158px center !important;}
#footer .addthis_button_compact span {background: url(../images/icons/social-icons.png) no-repeat -193px center !important;}
#footer .addthis_button_facebook:hover span {background: url(../images/icons/social-icons.png) no-repeat -224px center !important;}
#footer .addthis_button_email:hover span {background: url(../images/icons/social-icons.png) no-repeat -259px center !important;}
#footer .addthis_button_twitter:hover span {background: url(../images/icons/social-icons.png) no-repeat -294px center !important;}
#footer .addthis_button_google_plusone_share:hover span {background: url(../images/icons/social-icons.png) no-repeat -329px center !important;}
#footer .addthis_button_in:hover span {background: url(../images/icons/social-icons.png) no-repeat -360px center !important;}