html,
body {
    background-color: whitesmoke;
    font-family: "ErasItctDem", serif, sans-serif, monospace;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    padding-top: 1em;
    color: #103184;;
}
div * {
    margin: 0;
    padding: 0;
}
#ambert {
    margin-left: 0px;
    margin-top: 0px;

}
#ambert img {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

caption {
width: 100%;
border:solid 0px red;   
    
}


h1, h2 {
    /*font-family: "ErasItctDem", serif, sans-serif, monospace;   */
    font-size: 1em;
    color: darkred;
}
p {
    font-size: 0.8em;
    color: #103184;
    background-color: aquamarine;
}
input:focus {
    color: #103184;
    border-bottom: solid 2px red;
}
#titre {
    margin-top: 10px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    text-align: center;
    
}

/* debut du style de nav , rubrique de gauche */

.nav {
    border: solid black 0px;
    
    
}


.navbar-default {
    display: inline-block;
    
    width: 50%
    background-color: rgba(0,0,0,0);
    border-style:double;
    border: solid red 0px;
        
    
    }


#nav {
    border: solid 0px #004795;
    list-style-type: none;
    font-family: "ErasItctDem";
    text-align: right;
    padding-left: 0px;
    word-wrap: break-word;
}
#nav a {
    color: #103184;
    font-size: 1em;
    text-decoration: none;
    font-family: "ErasItctDem", serif, sans-serif, monospace;
    font-weight: 500;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
#nav>ul>:first-child {
    margin-top: 30px;
    list-style: none;
    white-space: nowrap;
}
#nav li {
    list-style: none;
    white-space: nowrap;
    height: auto;
    border-bottom: 11px solid whitesmoke;
}
#nav li>a:hover {
    text-decoration: none;
    color: darkred;
    font-size: 1.05em;
    width: 100%;
}

/* ----- fin de la rubriuqe navigato */


/*  début de la rubrique de droite fichiers */

#fichiers {
    border: solid 0px #004795;
    list-style-type: none;
    font-family: "ErasItctDem";
    text-align: left;
    padding-left: 3px;
    word-break: break-all;
}



#fichiers a {
    color: #103184;
    font-size: 1em;
    text-decoration: none;
    font-family: "ErasItctDem", serif, sans-serif, monospace;
    font-weight: 500;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
#fichiers li {
    list-style: none;
    white-space: nowrap;
    height: auto;
    white-space: nowrap;
    border-bottom: 8px solid whitesmoke;
}
#fichiers ul>:first-child {
    margin-top: 30px;
    white-space: nowrap;
}
#fichiers li>a:hover {
    text-decoration: none;
    color: darkred;
    font-size: 1.05em;
    width: 100%;
}





article {
    font-family: calibri serif sans-serif monospace;
    /*     background-image: url('./../src images/degrade_trans.png');*/
    font-size: 1em;
    color: #103184;
    border: solid 0px #103190;
    border-top: solid 1px #103184;
    padding: .8em;
    /* border-radius: 5px;*/
    box-shadow: 0px 0px 0px black;
    word-break: normal;
/*width: 48%; */
    height: 10%;
    float: left;
    margin: 10px 1px;
    overflow: auto;
    /*  resize: both;*/
    min-width: 32%;
    min-height: 8em;
    /*max-width: 50%;*/
    /*max-height: 400px;*/
}
.article_amb {
    font-family: calibri serif sans-serif monospace;
    /*     background-image: url('./../src images/degrade_trans.png');*/
    font-size: 1em;
    color: #103184;
    border: solid 1px #103190;
    padding: 0.1em;
    border-radius: 5px;
    box-shadow: 0px 0px 0px black;
    word-break: normal;
    width: 100%;
    height: auto;
    float: left;
    margin: 2px;
    overflow: auto;
    /*  resize: both;*/
    min-width: 32%;
    min-height: 8em;
    max-width: 100%;
    max-height: 400px;
}


.article_cache {
    /* si il n'existe pas et bien on galère pour agrandir le dernier article le scrool du navigateur est en retard */
    font-family: calibri serif sans-serif monospace;
    font-size: 1em;
    color: #103184;
    border: solid 1px #103190;
    padding: 0.2em;
    border-radius: 10px;
    box-shadow: 0px 0px 0px black;
    word-break: normal;
    width: 100%;
    height: 50px;
    visibility: hidden;
}

#rmenu {
    top: 5%;
    position: fixed;
    margin-left:80%;
    z-index: 100;
}

.ui-autocomplete {
    /* le resultat */
    position: absolute;
    top: 0px;
    left: 0;
    cursor: default;
    background-color: whitesmoke;
    font-size: 1em;
    height: 1em;
}

.ui-autocomplete-input {
    width: 100%;
    height: 80px;
    font-family: calibri serif sans-serif monospace;
    font-size: 1.5em;
    color: #103190;
    border-radius: 10px;
    border-style: hidden;
    border-bottom: solid 2px red;
    background-color: whitesmoke;
}
.ui-menu-item {
    background-color: whitesmoke;
}
.carousel-control

/* la gueule des fleches */
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #103190;
    text-align: center;
    text-shadow: 0px;
    opacity: 0;
}
.carousel-control.right {
    right: 0px;
    left: auto;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, transparent 100%);
}
.carousel-control.left {
    right: auto;
    left: 0px;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, transparent 100%);
}
.carousel-control a:hover,
.carousel-control a:focus {
    outline-width: 0px;
    outline-style: none;
    opacity: 0.2;
}



