h1, h2, h3, h4, h5, h6 {
    color: #163f87;
}

.item-page .page-header h2 {
    font-size: 28px;
}

.page-header h2 {
   font-size: 28px;
}


.bot-sl .container {
    padding: 20px 0;
}

@media only screen and (min-width: 992px){
	.mainbody-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.social-links-gortec li,
.social-links-gortec li a {
    display: inline-block;
}


.social-links-gortec {
    margin: 24px 0 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.social-links-gortec li a {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    /*background-color: rgb(19, 56, 119);
    color: rgb(135, 160, 201);*/
}

.youtube a {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    background-color: rgb(255, 0, 0);
    color: rgb(135, 160, 201);
}

.fa-youtube-play:before {
    content: "\f16a";
    background-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.bot-sl .ja-module .nav>li {
    border-bottom: 1px solid #909090;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.bot-sl .ja-module .nav>li>a:active, .bot-sl .ja-module .nav>li>a:focus, .bot-sl .ja-module .nav>li>a:hover {
    color: #163f87;
}


/*TIMELINE*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);

body{
  font-family: 'Raleway', sans-serif;
  color: #333;
}

header h1{
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
  
 header p{
   text-align: center;
   margin-bottom: 0;
 }

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #3498db;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #3498db;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #3498db;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #3498db;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #3498db;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #3498db;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #3498db;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

div.mod-languagesgortec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 980px; margin: 30px auto; position: relative;}
.compteur { background-color: #f6f7f8; padding: 20px 0; border-radius: 5px;margin-bottom: 24px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 20px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-4x { margin: 0 auto; float: none; display: table; color: #163f87; }


/*div.mod-languages ul {
    float: right;
}*/

.style-gortec, .style-gortec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.style-gortec li strong {
    background-color: #133877;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    width: 24px;
}

.style-gortec li .line-icon {
    background: #133877;
    display: block;
    width: 1px;
    height: 110%;
    position: absolute;
    top: 34px;
    left: 12px;
}

.style-gortec li {
    margin-bottom: 36px;
    padding-left: 52px;
    position: relative;
}



@media only screen and (min-width: 1200px) and (min-width: 992px){
.navbar-langue {
    margin-left: 50px;
    width: 250px;
}
}

@media only screen and (min-width: 992px){
.navbar-langue {
    margin-left: 40px;
    width: 215px;
    float: right;
}
}
.navbar-langue {
   margin-bottom: 0px;
    padding: 0px;
	width: 80px;
    text-align: right;
	margin-top: 10px;
}
.navbar-langue, .navbar-langue .search {
    padding-top: 0px;
    height: 38px;
	margin-left: 10px;
}

div.mod-languages ul {
    margin-top: 30px important!;
	    margin: 0;
    padding: 0;
    list-style: none;
}

div.mod-languages li {
    line-height: 2.5;
}

@media only screen and (max-width: 992px){
.navbar-langue {
    margin-top: -48px;
	margin-left: 0px;
}
}





div.mod-languages img {
        width: 30px;
}

#mod259.ja-module.module{
    margin-bottom: 0px;
}


div#Mod233.ja-module.module {
    margin-bottom: 0px;
}

.mod_search233 {
    margin-top: 0px;
}

.items-leading [class^=leading-] {
    padding: 0px 0;
	margin-bottom: 20px;

}

.items-leading [class^=leading-] h4,
.items-leading [class^=leading-] h5{
       color: #666666;
    line-height: 1.4;
    font-size: 16px;
    /*font-family: PT Sans;*/
    font-weight: 400;

}


#mainnav .nav>.active>.home img{
content: url('/images/iconmonstr-home3498db.png');
}

#mainnav .nav>li:hover>.home img {
    content: url('/images/iconmonstr-home3498db.png');
}

.home:hover img, .home:target img, .home:focus img {
    content: url('/images/iconmonstr-home133877.png');
    
}

.thumbnails .thumbnail strong:hover,
.thumbnails .thumbnail strong:focus,
.thumbnails .thumbnail strong:active {
    background-color: #163f87;
    color: white;
    display: block;
    padding: 6px 0;
    min-height: 60px;
	text-decoration: none;
}

.thumbnails .thumbnail a {
	text-decoration: none;
}

.thumb-wrap-journal {
    display: block;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color: rgba(19, 56, 119, 0.56);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
/*-webkit-transition:all .4s linear;
transition:all .4s linear;*/
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
/*border:1px solid #fff;*/
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
/*box-shadow:0 0 5px #fff;*/
}

.hovereffect:hover img {
/*-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);*/
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.fa.fa-question-circle.fa-blue {
    color: #163f87;
}

#Mod266.ja-module .nav>li.active>a, 
#Mod266.module-menu .nav>li.active>a,
#Mod249.ja-module .nav>li.active>a, 
#Mod249.module-menu .nav>li.active>a {
    background: #163f87;
    color: #fff;
}

#Mod266.ja-module .nav>li:hover>a,
#Mod249.ja-module .nav>li:hover>a {
    background: #3498db;
    color: #fff;
}


.sidebar-2 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 50px;
  }
  
.chevrons {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	min-width: 480px;
	padding: 50px 0px 0px 0px;
}

.l_chevron {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	top: 50%;
	width: 100%;
	max-width: 1200px;
	height: 105px;
	transform: translateY(-50%);
	/*box-shadow: 0 1px 1px rgba(0,0,0,1),
							0 4px 14px rgba(0,0,0,0.7);*/
	z-index: 1;
	background-color: #f6f7f8;
	font-size: 14px;
}

.l_chevron div {
		position: relative;
		display: flex;
		flex-grow: 1;
		text-decoration: none;
		margin: auto;
		height: 100%;
		padding-left: 70px;
		padding-right: 0;
		color: #163f87;
}

.l_chevron div:first-child {
	padding-left: 28px;
}



.l_chevron div:last-child {
	padding-right: 28px;
}

.l_chevron div:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 105px;
	height: 105px;
	top: 0;
	right: -52px;
	background-color: #f6f7f8;
	border-top-right-radius: 5px;
	transform: scale(0.707) rotate(45deg);
	box-shadow: 1px -1px rgba(0,0,0,0.25);
	z-index: 1;
}

		
.l_chevron__inner {
	display: flex;
	flex-direction: column;
	margin: auto;
	z-index: 2;
}

.l_chevron__title {
	font-weight: bold;
}




/* 1200px*/
@media all and (max-width: 1200px){
	.l_chevron {
		font-size: 12px;
	}
}

/* 710px */
@media all and (max-width: 710px){
	.l_chevron__desc {
		display: none;
}
	
	.l_chevron {
		height: 70px;
		font-size: 10px;
	}
	
	.l_chevron div {
		padding-left: 46px;
	}
	
	.l_chevron div:after {
			content: "";
			width: 70px;
			height: 70px;
			right: -35px;
			transform: scale(0.707) rotate(45deg);
		}
} 

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(52, 152, 219, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /*background: rgba(19, 56, 119, 0.9);*/
	background: #3498db;
}



.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}

.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}


input#mod-search-searchword233.inputbox.search-query.input-medium {
	width:145px;
}

@media only screen and (max-width: 992px){
.navbar .navbar-form.span3 {
    width: 82% !important;
}

div.search mod_search233{
	width:80%;
}

input#mod-search-searchword233.inputbox.search-query.input-medium {
	width:70%;
}

}

/*Personnalisa*/

.navbar-langue2:after,
{
    clear: both;
}

.navbar-langue2:after,
.navbar-langue2:before {
    content: "";
    display: table;
    line-height: 0;
}

.navbar-langue2 .checkbox,
.navbar-langue2 .radio,
.navbar-langue2 input,
.navbar-langue2 select {
    margin-top: 9px;
}

.navbar-langue2 .btn,
.navbar-langue2 input,
.navbar-langue2 select {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-langue2 input[type=checkbox],
.navbar-langue2 input[type=image],
.navbar-langue2 input[type=radio] {
    margin-top: 3px;
}

.navbar-langue2 .input-append,
.navbar-langue2 .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}

.navbar-langue2 .input-append input,
.navbar-langue2 .input-prepend input {
    margin-top: 0;
}

.navbar-langue2,
.navbar-langue2 .search {
    height: 48px;
    margin-top: 0;
}

.navbar-langue2 {
    margin-bottom: 0;
    padding: 0;
    color: #e0e0e0;
    /*background: #303030;*/
}

.navbar-langue2 .search:before {
    content: "\f002";
    display: inline-block;
    float: left;
    padding-left: 24px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.navbar-langue2 .search form {
    float: left;
    margin: 0;
}

.navbar-langue2 .search label {
    display: none;
}

.navbar-langue2 .search .inputbox {
    width: 160px;
    height: 48px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    outline: 0;
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

@media(max-width:992px) {
.nav-collapse .navbar-langue2,
    .nav-collapse .navbar-search {
        float: none;
        margin: 12px 0;
        padding: 12px 15px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) ,0 1px 0 rgba(255,255,255,.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) ,0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1) ,0 1px 0 rgba(255,255,255,.1);
    }
	
.navbar-inverse .nav-collapse .navbar-langue2,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111;
    }	
}

@media only screen and (min-width:992px) {
    .navbar-langue2 {
        float: right;
        width: 215px;
        margin-left: 40px;
    }
}

@media only screen and (min-width:992px) and (min-width:1200px) {
    .navbar-langue2 {
        /*width: 300px;*/
		width: 85px;
        margin-left: 0px;
    }
}



@media(min-width:1200px) {
    .navbar-langue2 .search .inputbox {
        width: 145px;
    }
}

@media screen and (min-width:1200px) {
    .navbar-langue2 .search .inputbox {
        width: auto;
    }
}

@media(max-width:1200px) {
    .navbar-langue2 {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        /*border-left: 1px solid #606060;*/
		width: 30% !important;
    }
}

.mod-languages{
	float:right;
}
@media(max-width:1200px) {
	div.navbar-langue2.span3{
		width: 79% !important;
	}
}

.sb-icon-search {
    color: #fff !important; 
    background: #133877 !important;
	font-size: 18px !important;
}
.sb-search {
margin-top: 5px !important;
}

.sb-search.sb-search-open, .no-js .sb-search {
    width: 70% !important;
}

ul.list-view li .item-image {
    max-height: 80px;
}

.item-image {
    /*margin-top: 24px;*/
}


.media .media-body {
    padding-top: 12px;
	padding-right: 2px;
}

.media .media-img {
    margin-right: 18px;
}

.item-title h2 a, h2.item-title a, ul.list-view li .item-title a, ul.list-view li .item-title a:active, ul.list-view li .item-title a:focus, ul.list-view li .item-title a:hover {
    color: #163f87 !important;
}

.item-title h2 a:active, .item-title h2 a:focus, .item-title h2 a:hover, h2.item-title a:active, h2.item-title a:focus, h2.item-title a:hover {
    color: #163f87;
    text-decoration: none;
    border-bottom: 1px solid #163f87;
}

.media h4 {
	color: #163f87 !important;
}

.media-body {
	color: #666666 !important;
}

.media a:hover {
	text-decoration: none;
}

.mod-articles-category-readmore .btn,
.readmore .btn, 
.pagination ul>li>a,
.pager li>a, 
.pagination ul>li>span {
    border: 1px solid #163f87;
    color: #163f87;
}

.readmore .btn:active, 
.readmore .btn:focus, 
.readmore .btn:hover,
.pagination ul>li>a:active, 
.pagination ul>li>a:focus,
.pagination ul>li>a:hover,
.pagination ul>li>span:active, 
.pagination ul>li>span:focus,
.pagination ul>li>span:hover,
.pager li>a:active, 
.pager li>a:focus,
.pager li>a:hover {
    background: #3498db;
	border: 1px solid #3498db;
    color: #fff;
}

.well {
    padding: 10px;
}

.thumbnails .thumbnail strong {
    min-height: 60px;
	padding: 24px 0 2px 0;
}


.thumbnails .thumbnail strong:hover {
    min-height: 60px;
	padding: 24px 0 2px 0;
}

.thumbnails .thumbnail.essai1 strong:hover, 
.thumbnails .thumbnail.essai1 strong:focus, 
.thumbnails .thumbnail.essai1 strong:active {
    background-color: #3498db !important;
    color: white;
    display: block;
    text-decoration: none;
}


.thumbnails .thumbnail.essai2 strong:hover, 
.thumbnails .thumbnail.essai2 strong:focus, 
.thumbnails .thumbnail.essai2 strong:active {
    background-color: #5bc0de !important;
    color: white;
    display: block;
    text-decoration: none;
}


.well-lien {
        min-width: 250px;
		padding-bottom: 30px;
}

.carousel .carousel-inner {
    min-height: 400px;
}

.testimonial.style-2 small{
    color: #3498db !important;
}

.testimonial.style-2 .testimonial-text {
    text-align: justify;
}


dd {
    margin-bottom: 24px;
}


.imgnewsletter {
    max-width: 45%; !important;
}

@media only screen and (min-width: 992px){
	#mainnav .nav>li {
		padding-right: 20px; 
		
	}
}

/*#mainnav .nav .parent>.separator, #mainnav .nav .parent>a {
    padding-right: 15px;
}

#mainnav .nav-collapse {
    font-size: 14px;
}*/

p {
    text-align: justify;
}

.stades1 {
	/*background-color: red;*/
}

.stades2 {
	background-color: lavender;
}
.stades3 {
	background-color: aliceblue;
}
.stades4 {
	background-color: honeydew;
}
.rpa_stage1 {
	background-color: aliceblue;
}

.table-rpa_stage caption+tbody tr:first-child td, .ttable-rpa_stage caption+tbody tr:first-child th, .table-rpa_stage caption+thead tr:first-child th, .table-rpa_stage colgroup+tbody tr:first-child td, .table-rpa_stage colgroup+tbody tr:first-child th, .table-rpa_stage colgroup+thead tr:first-child th, .table-rpa_stage tbody:first-child tr:first-child td, .table-rpa_stage tbody:first-child tr:first-child th, .table-rpa_stage thead:first-child tr:first-child th {
    background: #123877;
    color: white;
    vertical-align: middle;
}

.table-rpa_stage td, .table-rpa_stage th {
    text-align: center;
	color: #133877;
	font-weight: bold;
}


ul.staff li img {
    margin-bottom: 5px;
}


.page-header a:active, .page-header a:focus, .page-header a:hover {
    border-bottom: 1px solid #163f87;
}

.page-header a {
    color: #163f87;
}

#mainnav .btn-navbar:active, #mainnav .btn-navbar:focus, #mainnav .btn-navbar:hover {
    background: #163f87;
}

#mainnav .btn-navbar {
    background: #3498db;
}

.img-wrap, .para-wrap {
    text-align: center;
}

#Mod234 p, #Mod235 p, #Mod236 p, #Mod237 p, #Mod238 p, #Mod239 p, #Mod240 p, #Mod242 p, #Mod244 p {
    text-align: center;
}

.banneritem {
	text-align: right;
}

ul.stafforl {
    list-style: none;
    margin: 0!important;
    padding-left: 20px;
}

@media (min-width: 767px){
	.row-fluid .thumbnails {
		margin-left: 0;
		position: relative;
		/*left: 15%;*/
	}
}

.item-image.pull-left, .pull-left.item-image {
    max-height: 100%!important;
}

