/*
Theme Name: Jussieu

Author: Webmaster Inist-CNRS
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*****************************/
/* General *******************/
/*****************************/
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none;
}
html {
    font-size: 62.5%;
}
body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}
a {
    margin: 1px;
    text-decoration: none;
    color: rgb(32, 178, 170);
}
a:hover, a:focus {
    text-decoration: underline;
}
a img {
    border: none;
}
p, li {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    line-height: 3.1rem;
}
hr {
    margin-top: 2rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 1px solid #eee;
    border-color: rgb(101,85,124);
    box-sizing: content-box;
    width: 25%;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}
.bsbb {
    box-sizing: border-box;
}
.text-center {
    text-align: center;
}
/*****************************/
/* Header ********************/
/*****************************/
header {
    width: 100%;
}
/*****************************/
/* MENU **********************/
/*****************************/
.noclic {
    cursor:default !important;
}
nav {
    display: block;
    width: 100%;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-radius: 0px;
    border: 0;
    padding: 10px 5px;
    height: 58px;
}
.navbarpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-radius: 0px;
    border: 0;
    padding: 10px 5px;
    height: 58px;
    background-color: white;
}
.navbarpage .navbar-brand, .navbarpage .nav-main-link {
    color: rgb(32, 178, 170);
}
.navbar.scrolled {
  background-color: red !important;
  transition: background-color 200ms linear;
}
.navbar-brand {
    color: #e5e5e5;
    padding: 15px 15px 10px 15px;
    font-size: 26px;
    height: auto;
    font-family: 'Coda', cursive;
}
nav a:hover {
    text-decoration: none;
    color: #e5e5e5;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-collapse {
    border-color: #e7e7e7;
}
.navbar-right {
    display: inline-block;
    float: right!important;
    margin-right: 15px;
    list-style: none;
    padding-bottom: 5px;
}
.navbar-right li {
    display: inline-block;
}
.navbar-right li a {
    font-size: 16px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
    margin: 5px 20px;
    padding: 0;
    line-height: 28px;
    font-family: 'Coda', cursive;
    text-transform: capitalize;
}
.hamburger {
    display: none;
    float: right!important;
    margin-right: 15px;
    list-style: none;
    padding-bottom: 5px;   
}
.hamburger .langage {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
    padding-bottom: 5px;
}
.hamburger .langage li {
    display: inline-block;
    width: 40px;
}
.hamburger .langage li a {
    margin: 5px 20px;
    padding: 0;
    line-height: 28px;   
}
#menuflip{
    list-style: none;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 130px;
    z-index: 50;
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}
.nav-main-link {
    color: #e5e5e5; 
}
.lang-item {
    padding-top: 10px;
}
.lang-item img {
    width: 20px;
    height: auto;
}
@media screen and (max-width: 1093px) {
    .navbar {
        height: 100px;
    }
}
@media screen and (max-width: 868px) {
    .navbar {
        height: 58px;
    }
    .navbar-right {
        display: none;
    }
    .hamburger {
        display: inline-block;
    }
    .hamburgerMenu {
        cursor: pointer;
        float: right;
        position: relative;
    }
    .navbar .bar1, .navbar .bar2, .navbar .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }
    .navbarpage #menuflip {
        background-color: #fff;
    }
    .navbarpage .bar1, .navbarpage .bar2, .navbarpage .bar3 {
        width: 35px;
        height: 5px;
        background-color: rgb(32, 178, 170);
        margin: 6px 0;
        transition: 0.4s;
    }

 }
 @media screen and (max-width: 522px) {
}
/*****************************/
/* Homepage ******************/
/*****************************/
#wrapper {
    background: url("images/background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#overlay {
    background-color: rgba(40, 40, 40, 0.6);
    position: relative;
    height: 1020px;
}
.entete {
    padding: 177px 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}
.entete h2 {
    font-family: 'Maven Pro', "Helvetica", sans-serif;
    color: #fff;
    font-size: 6rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7rem;
    font-family: 'Raleway', sans-serif;
    padding: 5px 0px;

}
.container h2 {
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.container h3 {
        font-size: 2.4rem;
        margin-bottom: 4rem;
}
.textCenter {
    text-align: center;
}
.topPadding {
    padding-top: 1rem;
}
.contactform img {
    height: 110px;
    border: 0;
    vertical-align: middle;
}
@media (min-width: 768px){
    .container, .containerpage {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container, .containerpage {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container, .containerpage {
        width: 1170px;
    }
}

/*****************************/
/* Signatures ****************/
/*****************************/
.signList {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: space-between;
}
.blocSign {
    height: 295px;
    width: 285px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blocSign .logo {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
}
.blocSign img {
    max-width: 90%;
    height: auto;
}
.blocSign h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
.blocSign p {
    margin-bottom: 0;    
}
.blocSign .signTitle {
    line-height: 16px;
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
}
.blocSign .country {
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
}
.blocSign .date {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 25px;
}

/*****************************/
/* Page **********************/
/*****************************/
.containerpage {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7rem;
    font-family: 'Raleway', sans-serif;
    padding: 85px 10px 0px 10px;
    min-height: 800px;
}
.containerpage h1 {
    margin-bottom: 2rem;
}
.date {
    margin-bottom: 20px;
    font-style: italic;
}
/*****************************/
/* Support *******************/
/*****************************/
.support-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 800px;
}
.support-wrapper .item {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    opacity: 0;
}
.slider_nav {
    height: 50px;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.slider_nav span {
    cursor:pointer;
}
.item h2 {
    font-style: italic;
}

.item .date {
    margin-top: 5px;
    margin-bottom: 20px;
}
/*****************************/
/* Footer ********************/
/*****************************/
footer {
    background-color: rgba(26, 26, 26, 1);
    padding: 20px 0px;
    text-align: center;
}
.footerTitle {
    min-height: 100px;
}
.footerTitle h2 {
    color: #F2F2F2;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footerText {
    margin-top: 10px;
    font-size: 16px;
    color: #f3f3f3;
}
footer .nav-main-link {
    color: #f3f3f3!important;
    text-decoration: none
}
@media (max-width: 1271px) {
    .deco {
        display: none;
    }
}
