@import url(https://fonts.googleapis.com/css?family=Sanchez|Open+Sans:400,400italic,600,700);

* {
border: 0 none;
margin: 0;
outline: 0 none;
padding: 0;
}

button,
input[type="button"],
input[type="submit"] {
clear: both;
cursor: pointer;
display: block;
font-size: 100%;
height: 26px;
padding: 0 5px;
}

code {
background: #F8F8F8;
border: 1px solid #DDDDDD;
border-radius: 5px;
padding: 0 3px;
}

dd {
padding: 0 0 2px;
}

dt {
clear: left;
float: left;
font-weight: bold;
margin: 0 5px 0 0;
}

fieldset {
background: #F8F8F8;
border: 1px solid #DDDDDD;
border-radius: 5px;
clear: both;
display: table;
margin: 10px 0 20px;
padding: 15px;
}

form {
margin: 10px 0;
}

input[type="file"],
input[type="password"],
input[type="text"] {
border: 1px solid #DDDDDD;
height: 24px;
margin: 0 0 18px;
padding: 0 1%;
}

input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
border: 1px solid #AAAAAA;
}

label {
margin: 0 0 2px;
padding: 0 2px 0 0;
}

select {
border: 1px solid #DDDDDD;
height: 24px;
margin: 0 0 18px;
}

select option {
padding: 3px 5px;
}

select[multiple="multiple"] {
height: auto;
}

select[multiple="multiple"] option {
padding: 5px;
}

table {
border-spacing: 0;
width: 100%;
}

td, th {
padding: 5px;
}

textarea {
border: 1px solid #DDDDDD;
height: 130px;
margin: 1px 0 5px;
width: 480px;
}

ul {
line-height: 1.5em;
}

ul ul {
padding: 0 0 0 15px;
}

html {
height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
color: #6e6c6c;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
background-image : url(../images/bg.jpg);
background-repeat : repeat-x;
text-align: center;
padding: 0px;
-webkit-font-smoothing: antialiased;
}

a {
color: #26587d;
text-decoration: none;
}

img {
border: 0 none;
vertical-align: middle;
}

.pagination ul {
width: 100%;
padding: 0px;
}

.pagination ul li {
list-style: none;
float: left;
text-transform: uppercase;
padding-right: 10px;
}

.pagination div.tooltip {
display: none !important;
}

.contact-form dt {
margin-top: 15px;
}

.contact-form legend {
margin-bottom: 15px;
}

.contact h3 {
display: none;
}

.contact-position {
font-weight: bold;
}

.article-info-term {
display: none;
}

.tooltip-inner {
display: none;
}

.inner {
width: 1000px;
text-align: left;
margin: 0px auto;
overflow: hidden;
padding: 0px;
}

@media (max-width: 1040px) {
.inner {
width: 96%;
margin: 0px 2% 0px 2%;
}

#content .inner {
width: 92%;
margin: 0px 4% 0px 4%;
}
}
#content .inner .item-page{
position: relative;
    max-width: 860px;
    margin: 0px auto 0px auto;
    padding: 0px 100px 0px 0px;
    text-align: left;
    }

    @media(max-width:860px){
    #content .inner .item-page{
    	padding:0;
    }
 }


/* Top begin */
#top {
width: 100%;
text-align: center;
margin: 0px;
padding: 0px;
position: absolute;
    top: 0;
    left: 0;
}

#top .inner{
position: relative;
overflow: visible;
}

#top-right {
    width: calc(50% - 400px);
    border-bottom: 1px solid white;
    position: absolute;
    top: 105px;
    right: 0px;
}

@media(max-width:1040px){
#top-right {
/*	 width: calc(100% - 170px);*/
	 	 display: none;
}

#top-left {
	display: none;
}
}

#top-left {
    width: calc(50% - 510px);
    border-bottom: 1px solid white;
    position: absolute;
    top: 105px;
}

.moduletable.logo{
float: left;
padding-top:20px;
}


.moduletable.logo a{
display: block;
}

.moduletable.logo img{
width:230px;
height:auto;
}

div.mod-languages li{
margin-right:0;
}

.moduletable.langue {
    position: absolute;
    top:0;
    right:0;
}

.moduletable.langue a{
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background-color: #454445;
    padding: 5px 7px;
    display: block;
}

.moduletable.home {
    display: block;
    float: right;
    margin-right: 50px;
    margin-top: 5px;
}

.moduletable.home a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.moduletable.home ul{
list-style: none;
}

@media(max-width:1040px){
.moduletable.langue{
right:44px;
}
.moduletable.home{
display: none;
}
}
/* Top end */

/* Header */
#header {
    position: relative;
}

#header .inner{
position:absolute;
left:50%;
top:0;
margin-left:-500px;
bottom:0;
}

@media(max-width:1040px){
#header .inner {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    bottom: 0;
    width: 92%;
    margin:0 4%;
}
}

.home .moduletable.header{
display: block;
}

.moduletable.header{
display: none;
}

.home .moduletable.header-mobile{
display: none;
}

@media(max-width:600px){
.home .moduletable.header-mobile{
display: block;
}

.home .moduletable.header{
display: none;
}
}

.moduletable.header-mobile{
display: none;
}

.moduletable.header-mobile img {
    width: 100%;
    height: auto;
    max-height: 160px;
}

.moduletable.header img{
width:100%;
height:auto;
}

.home .moduletable.header-sec{
display: none;
}

.moduletable.header-sec{
display: block;
}

.moduletable.header-sec img{
width:100%;
height:auto;
min-height: 150px;
}

.moduletable.tagline h3{
font-family: 'Sanchez', serif;
font-size: 36px;
font-weight: 400;
color: #ffffff;
line-height: 36px;
padding-bottom:20px;
}

.home .moduletable.tagline{
	display: block;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
color: #ffffff;
line-height: 26px;
    position: absolute;
    bottom:10%;
    max-width: 450px;
    text-align: left;
}

.moduletable.tagline{
display: none;
}

@media(max-width:1100px){
	.moduletable.tagline h3{
		font-size: 30px;
	}

	.home .moduletable.tagline{
			bottom:6%;
			}
}

@media(max-width:930px){
.home .moduletable.tagline{
	display: none;
}
}

@media(min-width:1300px){
.home .moduletable.tagline{
bottom:20%;
}
}

@media(min-width:1300px){
.en.home .moduletable.tagline{
bottom:30%;
}
}

/*Header end */

/* Menu begin */

#menu {
width: 100%;
text-align: center;
margin: 0px;
padding: 0px;
height: 50px;
position: absolute;
left: 0px;
top:41px;
}

#menu .inner{
overflow: visible;
}


@media (max-width: 860px) {
#menu {
display: none;
}
}

#menu .inner {
position: relative;
z-index: 99999;
}

@media (max-width: 1040px) {
#menu .inner {
width: 96%;
margin: 0px;
padding: 0px 2% 0px 2%;
}
}

.moduletable.menu {
    position: absolute;
    border-bottom: 1px solid white;
    padding-left: 151px;
    right: 0;
    top: 41px;
}

.fr .moduletable.menu {
    padding-left:196px;
}

@media(max-width:1040px){
.moduletable.menu
{
	display: none;
}
}

/* Dropdown Menu */
@media(min-width:1040px){
.moduletable.menu ul li:first-child{
display: none;
}

.moduletable.menu ul li ul li:first-child{
display: block;
}
}

.moduletable.menu ul {
list-style: none;
display: table;
width: 100%;
padding: 0px;
margin: 0px;
}

.moduletable.menu ul li {
display: table-cell;
text-align: center;
position: relative;
}

.moduletable.menu ul li a, .moduletable.menu ul li span.separator {
display: block;
padding: 30px 20px 10px 20px;
text-decoration: none;
border-image: url(../images/menu-divider.png) 1 round;
border-width: 0 1px 0 0;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
font-weight: 400;
color: #ffffff;
text-transform: uppercase;
background-color: transparent;
}

/*.moduletable.menu ul li:last-child a, .moduletable.menu ul li:last-child span.separator {
border-right: 0px none;
}*/

.moduletable.menu ul li a:hover, .moduletable.menu ul li span.separator:hover {
color: #fff;
background: #aaa;
text-decoration: none;
}

/*--- DROPDOWN ---*/
.moduletable.menu ul li ul {
background: #fff;
background: #165474;
list-style: none;
position: absolute;
left: -9999px;
display: block;
width: auto;
}

.moduletable.menu ul li ul li {
padding-top: 1px;
float: none;
display: block;
border-bottom: 1px solid #216284;
padding: 0 20px;
white-space: nowrap;
}

.moduletable.menu ul li ul li a, .moduletable.menu ul li ul li span.separator {
padding: 10px;
border-right: 0px none;
text-align: left;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
color: #ffffff;
text-transform: none;
}

.moduletable.menu ul li:hover ul {
left: 0;
}

.moduletable.menu ul li:hover a, .moduletable.menu ul li:hover span.separator {
background: #165474;
text-decoration: none;
}

.moduletable.menu ul li:hover ul a, .moduletable.menu ul li:hover ul span.separator {
text-decoration: none;
}

.moduletable.menu ul li:hover ul li a:hover, .moduletable.menu ul li:hover ul li span.separator:hover {
background: #165474;
}
/* End Dropdown menu */

.slicknav_menu {
display: none;
}

@media (max-width: 1040px) {
.slicknav_menu {
display: block;
position: absolute;
top: 0px;
right:0px;
z-index: 9999;
}
}

.slicknav_btn {
display: block;
background-image: url('../images/btn-menu.png');
background-repeat: no-repeat;
background-size: 20px 17px;
background-position: center center;
width: 36px;
height: 34px;
padding: 0px;
z-index: 2;
background-color: #454445;
}

.slicknav_btn.slicknav_open {
background-image: url('../images/btn-menu-close.png');
background-color: #165474;
    background-size: 16px 16px;
}

.slicknav_nav {
background-color: #165474;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
position: absolute;
top: 0px;
right: -20px;
z-index: 1;
    padding: 22px 80px 30px 30px;
    width: 270px;
    max-width: 180px;
}

.slicknav_nav .slicknav_arrow {
display: none;
}

.slicknav_nav a {
margin: 0px;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
font-weight: 400;
color: #ffffff;
text-transform: uppercase;
line-height: 20px;
text-align: left;;
padding: 10px 0px 10px 0px;
display: block;
}

.slicknav_nav .nav-child a {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
color: #ffffff;
text-transform: none;
line-height: 20px;
border-bottom: 1px solid #216284;
}

.slicknav_nav li {
    display: block;
    white-space: nowrap;
}

/* End Menu */


/* Content begin */
#content {
width: 100%;
text-align: center;
margin: 0px;
overflow: hidden;
padding: 0px;
background-image: url(../images/interior-footer-repeat.jpg);
background-position: bottom;
background-repeat: repeat-x;
padding-bottom: 200px;
}

.home #content{
background-image: none;
padding-bottom:100px;
}

#content ol,
#content ul {
padding: 0 0 10px 20px;
}

h1 {
display: none;
}

.blog h1 {
display: block;
color: #26587d;
font-size: 24px;
font-weight: normal;
padding-bottom: 15px;
}

h2 a, .componentheading, .contentheading, fieldset.adminform legend span, .contact-name {
display: block;
color: #26587d;
font-size: 21px;
font-weight: normal;
padding-bottom: 5px;
}

.home .blog h1{
font-family: 'Sanchez', serif;
font-size: 36px;
font-weight: 400;
color: #696968;
line-height: 30px;
padding:50px 0px;
text-align: center;
}

.home .blog h2 a{
	font-family: 'Sanchez', serif;
font-size: 24px;
font-weight: 400;
color: #165474;
line-height: 24px;
}

.home .blog{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #6e6c6c;
line-height: 24px;
}

.home .blog p.readmore a{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 600;
color: #ffffff;
background-color: #367a9d;
padding: 5px 20px;
}

.home .blog .span6{
    width: 48%;
    float: left;
    margin: 1%;
}

.home .blog .item{
    background-color: #e1e0df;
    height: 219px;
    position: relative;
    overflow: hidden;
    padding-left: 54%;
    padding-right: 2%;
}

.home .blog .item .page-header{
	position: relative;
    padding-top: 20px;
}

.home .blog p.readmore{
display: block;
padding-top:15px;
}

.home .pull-left.item-image {
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.home .blog .pull-left.item-image img {
    width: 100%;
}

@media(max-width:1040px){
.home .blog .span6 {
    width: 90%;
    margin: 1% 5%;
}

.home .blog .item {
    height: 200px;
    padding-left: 240px;
}

.home .pull-left.item-image {
    width: 219px;
    height: auto;
}

.home .blog p.readmore {
    padding-top: 15px;
}

.home .blog h2 a {
padding-bottom: 10px;
}
}

@media(max-width:550px){
.home .blog {
    width: 300px;
    margin: 0 auto;
}

.home .blog .span6 {
    max-width: 270px;
    margin: 0 auto 4% auto;
    float:none;
    width:100%;
}

.home .blog .item {
    height: auto;
    padding: 240px 4% 20px 4%;
}

.home .pull-left.item-image {
    width: auto;
}

.home .blog h2 a {
padding-bottom: 5px;
}
}

#content .item-page h2{
font-family: 'Sanchez', serif;
font-size: 36px;
font-weight: 400;
color: #165474;
line-height: 36px;
padding-top:40px;
padding-bottom: 30px;
}

.pull-left.item-image {
    float: right;
        margin-right: -100px;
}

@media(max-width:860px){
	.pull-left.item-image {
    float: none;
    margin:0;
}
}

@media(max-width:550px){
.pull-left.item-image img{
	width: 100%;
    height: auto;
    }
 }

 p.chrono_credits {
display: none;
}

.gbs3 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6e6c6c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin:0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.gbs3 .A {
    width: 100% !important;
}

.custom.contact {
    float: right;
    width: 50%;
    padding-left: 100px;
    margin: 0 50px 0px 20px;
    border-left: 1px solid #bababa;
}

.gbs3 .gcore-display-table {
    display: table;
    width: 100%;
}

input#send {
    border: 0px none;
    color: #ffffff;
    width: 120px !important;
    text-transform: uppercase;
    text-shadow: 0px 0px;
    margin: 0 auto 0 0;
	font-weight: 600;
	background-color: #367a9d;
}

@media(max-width:950px){
.custom.contact {
	max-width:450px;
    width: auto;
    padding:0;
    float:none;
    margin: 0;
    border-left: 0px none;
}
}
/* Content end */

/* about us */
.home #a-propos{
background-image: url(../images/home-img-about.jpg);
display: block;
background-size: cover;
}

#a-propos{
display: none;
}

.moduletable.propos h3{
	font-family: 'Sanchez', serif;
font-size: 36px;
font-weight: 400;
color: #ffffff;
    padding: 90px 0 50px 0;
    font-style: normal;
}
.moduletable.propos{
	font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 400;
font-style:italic;
color: #ffffff;
line-height: 26px;
text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 120px;
}
/* about us end */


/* Footer begin */
#footer {
width: 100%;
text-align: center;
margin: 0px;
overflow: hidden;
padding: 0px;
background-color: #434343;
}

.moduletable.contact{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #ffffff;
line-height: 22px;
margin-top:40px;
border-right: 1px solid #bababa;
width:26%;
float: left;
margin-bottom: 40px;
    padding-right: 10px;
}

.moduletable.contact a{
color: #367a9d;
font-weight: 400;
}

.moduletable.contact strong{
font-family: 'Sanchez', serif;
font-size: 24px;
font-weight: 400;
color: #ffffff;
}


.moduletable.menu-footer{
float:right;
width:70%;
padding-top:40px;
}

.moduletable.menu-footer ul {
    line-height: 1.5em;
    display: table;
    width: 100%;
}

.moduletable.menu-footer li {
    padding-bottom: 20px;
    list-style: none;
    display: table-cell;
}

.moduletable.menu-footer ul ul {
    padding: 0px;
    list-style: none;
    display: inline;
}

.moduletable.menu-footer li a, .moduletable.menu-footer li span{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	}

.moduletable.menu-footer ul li ul li {
    padding: 0px;
    float: none;
    width: auto;
    line-height: 15px;
    display: list-item;
 }

.moduletable.menu-footer ul li ul li a{
    font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #ffffff;
line-height: 24px;
text-transform: none;
}

@media(max-width:900px){
.moduletable.menu-footer{
display: none;
}

.moduletable.contact {
    width: 100%;
    margin: 40px auto 40px auto;
    text-align: center;
    border-right: none;
    padding:0;
}
}
/* Footer end */

/* copyright */
#copyright {
background-color: #373737;
}

.moduletable.copyright{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
color: #ffffff;
text-align: center;
line-height: 20px;
    padding: 12px 0;
}

.moduletable.copyright a{
color:#367a9d;
}
/* copyright end */
