/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*******************************************************
 *
 *
 * Page d'accueil
 *
 *
 *******************************************************/
#html-accueil,#body-accueil {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
    //background-color: #FFFFFF;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#accueil {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
 //   color: #000000;
}

#accueil div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
    //color: #000000;
}

#accueil div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
    //color: #000000;
}


#accueil a {
    color: #FFBC00;
    text-decoration: none;
}

#accueil a:hover {
    text-decoration: underline;
}

#accueil .contact-infos h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 250%;
    font-style: normal;
}


/*******************************************************
 *
 *
 * Page des contacts
 *
 *
 *******************************************************/
#html-contact,#body-contact {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
    //background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#contact {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    padding-top: 0;
    text-align: left;
  //  background-color: #4B97E2;
    color: #FFFFFF;
}

#contact .contact-infos {
    clear: both;
    width: 700px;
//  width: 60 %;
//  position: relative;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.3em;
}

#contact .contact-infos strong {
    font-weight: 400;
}

#contact .contact-infos span {
    float: left;
    display: block;
    padding-bottom: 30px;
}

#contact .contact-infos span.bureau {
// width: 45 %;
// background-color: #00FF00;
    width: 280px;
}

#contact .contact-infos span.adresses {
/ / width: 25 %;
/ / background-color: #00FF00;
    width: 210px;

}

#contact .contact-infos span.institutions {
/ / width: 30 %;
/ / background-color: #00FF00;
    width: 150px;
    text-align: right;
}

#contact h2 {
    color: #FFFFFF;
    margin: 0 0 30px 0;
    line-height: 1.2em;

}

#contact a {
    color: #FFFFFF;
    text-decoration: none;
}

#contact a:hover {
    text-decoration: underline;
}

#contact .contact-infos h2 {

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 250%;
    font-style: normal;
}


/*******************************************************
 *
 *
 * Page Recherche
 *
 *
 *******************************************************/
#html-recherche,#body-recherche {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
    //background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#recherche {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
    color: #FFFFFF;
}

#recherche div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
}
#recherche div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 120%;
    font-style: normal;
    margin-left: 5%;
}

#recherche #recherche-encadrements strong {
    font-weight: 400;
    color: #FFFFDF;
}

#recherche #recherche-projets strong {
    font-weight: 400;
    color: #FFFFDF;
}

#recherche div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
}

#recherche div li
{margin-top:7px;}
#recherche a {
    color: #FFBC00;
    text-decoration: none;
}

#recherche a:hover {
    text-decoration: underline;
}


/*******************************************************
 *
 *
 * Page Administration
 *
 *
 *******************************************************/
#html-administration,#body-administration {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
//background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#administration {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
    color: #FFFFFF;
}

#administration div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
}
#administration div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 120%;
    font-style: normal;
    margin-left: 5%;
}



#administration div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
}

#administration div li
{margin-top:7px;}
#administration a {
    color: #FFBC00;
    text-decoration: none;
}

#administration a:hover {
    text-decoration: underline;
}

/*******************************************************
 *
 *
 * Page Enseignement
 *
 *
 *******************************************************/
#html-enseignement,#body-enseignement {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
    //background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
   background-size: 100% 100%;
   // background-size: cover;
}

#enseignement {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
    color: #FFFFFF;

}

#enseignement div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
}
#enseignement div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 120%;
    font-style: normal;
    margin-left: 5%;
}




#enseignement div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  //  color: #FFFFFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
}

#enseignement-nuage{
    height:240px;
  margin-left: 100%;
}

#enseignement-img-nuage {
    display: inline-block;
    margin-left: -240px;

}

#enseignement div li
{margin-top:7px;}

#enseignement a {
    color: #FFBC00;
    text-decoration: none;
}

#enseignement a:hover {
    text-decoration: underline;
}

/*******************************************************
 *
 *
 * En-Tête des pages
 *
 *
 *******************************************************/

.header-logo {
    font-size: 1.3em;
    font-family: cursive;
    color:   #FFFFFF;
   // background-color: #4B97E2;
    opacity: 1;
    max-width: 150px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 100%;
    font-style: normal;
}
.header-principal {
   // background-color: #4B97E2;
    position: relative;
    top: 0px;
    padding:5px 5px;
    color:  #FFFFFF;
    margin: 0px 0px;

}
.header-interieur {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; /* on centre l'élément */
    padding: 0px 25px; /* on ventile un peu */

}
.header-interieur > * {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
/* Alignement du menu */
.header-nav {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 80%;
    font-style: normal;
    padding: 5px 50px;
}
/*
   Faire passer le menu en inline (inline-block, inline-table ou inline-flex) pour le rendre sensible à l'alignement à droite. Ses items aussi sont en inline.
*/
.header-nav ul,
.header-nav li {
    display: inline;
    list-style: none;
}
.header-nav a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: inherit;
}

.selected-a:after {
    text-decoration: none;
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    left: 5px;
    height: 1px;
    background-color: #FFFFFF ;
    opacity: 1;
}

.no-selected-a:after {
    text-decoration: none;
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    left: 5px;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0;
    transform: translateY(5px);
    transition: all .5s;
}

.no-selected-a:hover:after,
.no-selected-a:focus:after {
    height: 1px;
    opacity: 0.8;
    transform: translateY(0);
}

.header-nav a:focus {
    outline: none;
}

/*******************************************************
 *
 *
 * Page Logiciels
 *
 *
 *******************************************************/
#html-logiciels,#body-logiciels {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
//background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#logiciels {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
    color: #FFFFFF;
}

#logiciels div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
}
#logiciels div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 120%;
    font-style: normal;
    margin-left: 5%;
}

#logiciels #recherche-encadrements strong {
    font-weight: 400;
    color: #FFFFDF;
}

#logiciels #recherche-projets strong {
    font-weight: 400;
    color: #FFFFDF;
}

#logiciels div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
}

#logiciels div li
{margin-top:7px;}
#logiciels a {
    color: #FFBC00;
    text-decoration: none;
}


#logiciels div  strong {
    font-weight: 400;
    color: #FFFFDF;
}
#logiciels a:hover {
    text-decoration: underline;
}


/*******************************************************
 *
 *
 * Page Divers
 *
 *
 *******************************************************/
#html-divers,#body-divers {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment:fixed;
//background-color: #4B97E2;
    background-image:url("imageFond4.jpg");
    background-size:cover;
    margin:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#divers {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    padding-top: 0;
    text-align: left;
//  background-color: #4B97E2;
    color: #FFFFFF;
}

#divers div h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 180%;
    font-style: normal;
}
#divers div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 120%;
    font-style: normal;
    margin-left: 5%;
}



#divers div {
    text-align:justify; text-justify:newspaper;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFF;
//margin: 0 0 30px 0;
    line-height: 1.3em;
}

#divers div li
{margin-top:7px;}
#divers a {
    color: #FFBC00;
    text-decoration: none;
}


#divers div  strong {
    font-weight: 400;
    color: #FFFFDF;
}
#divers a:hover {
    text-decoration: underline;
}
