@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*================================================================
         /*CODE CSS BOUTON RETOUR EN MODERATION*/

li.not-white:nth-child(8) > div:nth-child(1) > button:nth-child(1){
 display:none!important;
}
===============================================================*/






.row {
    margin: 0;
}

.hal-main-search-button {
padding: 0px 17px;
}
.sub-header {
  box-shadow: none;
}

/*=================================*/
/*=== AUTRES BUGFIX ===*/
/*=================================*/

.go-back.btn.float-right { /* Correction du chevauchement de la langue avec ajouter dans une autre langue dans le CV */
margin-top: 30px;
}

/*=================================*/
/*=== BARRE CSS BUGFIX ===*/
/*=================================*/

.btn-icon:hover { /* Hover inutile autour de l'écrou dans le menu Administer dans HAL, pour info l'Hover au curseur fait que l'objet n'est même pas rond mais ovale*/
     background-color: unset!important;
}



/*=================================*/
/*=== LOGO PORTAIL ===*/
/*=================================*/

.color-major-color > a:nth-child(1) { /* LOGO DU PORTAIL */
color: transparent !important;
background-image: url('../public/Logo_Portail_Petit.png');
height: 44px;
width: 100px;
display: block;
background-repeat: no-repeat;
}

.logo {
display:none!important;
}
.logo.small-menu {
display: none!important;
}
.website-navigation {
justify-content: center!important;
}

/*=================================*/
/*==== BARRE PORTAIL ====*/
/*=================================*/

#searchHeaderList {
margin: auto!important;
}


#ssheader-submit { /* Correction bug Scroll */
margin-left: unset;
margin-right: unset;
}

.btn-primary-orange { /* Changement de la couleur du btn +Déposer pour match avec l'orange du portail */
background: #ef6e42!important;
border: 1px solid #ef6e42!important;
}
.btn-primary-orange:hover {
background-color: #e23700!important;
}
#littleSearchBar:focus-visible { /* Changement de la couleur de la Bordure de la barre de recherche */
outline: 0px;
    background-size: 100%;
transition: .3s cubic-bezier(.25,.8,.5,1) 0s;
}

.hal-main-search-input { 
background-image: linear-gradient(0deg, #ef6e42 50%, #0000 50%);
    background-repeat: no-repeat;
background-size: 0px;
background-position: 50%;
    background-position-y: 20px;
transition: .3s cubic-bezier(.25,.8,.5,1) 0.4s;
}

#littleSearchBar:hover {
box-shadow: 0 3px 8px 0 #0000004f;
}

/*=================================*/
/*====== PAGE RECHERCHE ======*/
/*=================================*/

#facets-list {
    margin: 0;
    padding: 30px 15px 0 35px;
    max-height: 100%;
}

#search-advanced,
#search-simple,
#search-simple-form {
    padding: 30px 20px 0 20px;
    margin: 0
}

#facets-button {
    margin-left: 35px;
}


/*=================================*/
/*====== PAGE DEPOT ======*/
/*=================================*/

section.col-12:nth-child(2) > div:nth-child(2) { /* MARGIN VUE D'ENSEMBLE NOTICE */
margin-right: 90px;
}

.hal-option-button {
transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-action {
padding: 2px 5px!important;
margin: 5px;
}
.col-8.flex-74 {
padding-right: 90px;
}
.submission-form { /* MARGE PAR RAPPORT AU HEADER */
margin-top: 35px;
}

.upload-area, .upload-area:hover { /* CORRECTION D'UNE TRANSITION UNIQUEMENT SUR LE HOVER */
transition: .3s cubic-bezier(.25,.8,.5,1);
}
div.authors .div-author-role select { /* BORDER SUR DES DROPDOWN */
border: 1px solid #a2a2a2;
}
div.authors .author-affiliations .searchStructure:focus-visible { /* CHANGE DE STYLE FOCUS:VISIBLE SANS OUTLINE SUR LES BOX TXT AUT AFFILIATION */
outline: 0px;
border: 1px solid #337ab7;
box-shadow: 0 0 3px 0 #337ab7;
}
.btn-icon { /* CORRRECTION RATION DU LE BTN ... SUR LES AUTHS */
border-radius: 0px;
transition: .3s cubic-bezier(.25,.8,.5,1);
}

.step-author-actions { /* CORRECTION DE BGCLR */
background: #e9e9ed;
}

#affiliate_authors, #deaffiliate_authors { /* UNIFORMISATION DES BTS QUI N'ONT PAS DE STYLE */
background-color: #f9161600;
border: 1px solid transparent;
border-radius: .25rem;
color: #337ab7;
font-size: 1rem;
padding: .375rem .75rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
margin-top: -8px;
}
#affiliate_authors:hover, #deaffiliate_authors:hover { /* UNIFORMISATION DES BTS QUI N'ONT PAS DE STYLE HOVER */
color: #212529;
}
div.form-group.row input.input-flex, #qa, .input-group .form-btn-lang { /* CORRECTION HAUTEUR BTN ET INPUT */
height: 34px !important;
}

#modal-typdoc .modal-dialog .typdoc-btn-group .dropdown-menu { /* MODIF DU PADDING BCP TROP LARGE PAR DEF */
padding: 3px 9px;
}

/*===========================================*/
/*====== PAGE ARTICLE======*/
/*==========================================*/

#document {
    margin: 0;
    padding: 0 0 0 10px;
}

/*===========================================*/
/*=== PAGE RECHERCHE AVANCEE===*/
/*==========================================*/


div.form-group.row input.input-flex, #qa , .input-group .form-btn-lang {
height: 35px!important;
}
.input-group span.input-group-btn button:hover {
background-color: unset;
}
div.form-group.row span.input-group-btn {
    transition: 0.2s;
}
.dropdown-menu.show {
max-height: 485px !important;
}
.hal-visualize-button {
background-color: #337ab7;
}
.hal-visualize-button:hover {
background-color: #09579a;
}

/*============================*/
/*====== GENERAL ======*/
/*============================*/


.stat-graph, .stat-spinner { /* CORRECTION DE MARGE SUR LA PAGE STATISTIQUE */
margin-left: 0px;
margin-right: 0px;
}

.website-navigation > ul.nav ul.dropdown-menu {
min-width: max-content!important;
box-shadow: 0 2px 4px 0 #0000002e;

}

.website-navigation > ul.nav > li > ul.dropdown-menu > li > a {
font-size: 16px !important;
line-height: 25px!important;
padding: 8px 21px !important;
}

body {
    background-repeat: repeat;
    background-position: left top;
    font-family: Raleway;
}


.row.fluid {
    margin: 0;
}

.row-fluid>.col-md-12 {
    padding: 0;
}

.form-horizontal .form-group {
    margin: 0;
}

.form-group {
    margin-bottom: 15px !important;
}

h1,
h2,
h3 {
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Raleway;
    font-size: 10;
}

div,
table,
label,
input,
button,
select,
textarea {
    /*font-family: Verdana, Geneva, sans-serif;*/
    font-family: Raleway;
    font-size: 10;
}

.container-fluid {
    padding: 0;
}


.container-blanc {
    background-color: #fff;
}

.container-gris {
    background-color: #f3f2f0;
}


.section-corps.custom-page {
    margin: 0 !important;
    padding: 0 !important;
}

.section-widget .widget,
.section-corps .widget {
    box-shadow: none !important;
}

.section-widget .widget .widget-header,
.section-corps .widget .widget-header {
    text-align: left;
    height: auto;
    margin-bottom: 0;
}


/*============================*/
/*====== PAGE D'ACCUEIL ======*/
/*============================*/

/*------ Bloc Recherche ------*/

#bloc-actualites,
#bloc-references,
#bloc-dernieres-pub {
    padding: 60px 0 60px 0;
}

#bloc-recherche {
    background: top left no-repeat #00a3a8 url("../public/trame.png");
    margin: 0;
}

#bloc-recherche-gauche {
    padding: 5% 2% 5% 2%;
    max-height: 400px
}

#titre-recherche {
    font-weight: 200;
    font-size: 30px;
    color: #ffffff;
    margin: 0;
}

#paragraphe-recherche {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

#bloc-recherche-droit {
    padding: 0;
}

#img-recherche {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: url('../public/image_recherche.ng.png') no-repeat;
    background-size: cover;
    background-position: left;
}

#img-recherche #w-recherche {
    width: 70% !important;
}

#w-recherche>.widget {
    background: none;
    border: none;
}

#w-recherche>.widget>.widget-header {
    /*Widget Recherche*/
    display: none;
}

#w-recherche>.widget .widget-content {
    padding-bottom: 0;
}

#w-recherche input {
    background-color: #fff;
    border-radius: 0;
    border: none !important;
    height: 50px;
    font-size: 16px;
    padding: 0 50px 0 20px;
    font-weight: 600;
    margin: 0;
}

#w-recherche input::placeholder {
    color: rgba(0, 0, 0, 1);
    font-style: italic;
}

#w-recherche input:focus {
    box-shadow: none;
}

#w-recherche input[type="text"] {
    color: #000000;
}

#w-recherche button {
    position: relative;
    top: 0;
    height: 50px;
    width: 50px;
    margin-left: 10px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #00a3a8;
}

#w-recherche .glyphicon-search::before {
    content: url('../public/loupe.png');
}

#w-recherche button>i {
    width: 100%;
}


/*------ Bloc Actualités ------*/

#bloc-actualites {
    margin: 0;
}

#bloc-actualites #actualites {
    padding: 0;
}

#bloc-actualites #actualites .widget-content {
    margin: 20px 0 0 0;
}

#actualites .widget,
#references .widget,
#texte-inte .widget,
#dernieres-pub .widget {
    background-color: transparent;
    border: none;
}

#actualites .widget-header,
#dernieres-pub .widget-header {
    font-size: 48px;
    color: #00a3a6;
    text-transform: capitalize;
    font-weight: 200;
    background: left center no-repeat transparent url("../public/triangles.png");
    padding: 0 0 0 40px;
    line-height: 50px;
    border: none;
}

#actualites .widget-feeds {
    display: flex;
    align-items: flex-start;
}

#actualites .feed.item.card {
    position: relative;
    background: right top no-repeat #dbd9d1 url("../public/trame_actu.png");
    margin: 0 10px 0 10px;
    padding: 50px 20px 40px 20px;
    flex: 1;
    border: none;
    border-radius: 0;
}

#actualites .card-header,
#actualites .card-body {
    padding: 0;
}

#actualites .card-header {
    border: none;
    background: transparent;
}

#actualites .card-header button {
    padding: 0;
}

#actualites .card-header button:focus {
    box-shadow: none;
}

#actualites .card-header button span[class^="icon-"] {
    font-size: 30px;
    color: #00a3a6;
    font-family: 'Raleway' !important;
    font-weight: bold;
    transform: none;
}

#actualites .card-header button[aria-expanded="true"] .icon-drop_down::before {
    content: "\0002D";
}

#actualites .card-header button[aria-expanded="false"] .icon-drop_down::before {
    content: "\0002B";
}

#actualites .feed.item:before {
    content: "";
    position: absolute;
    right: 0px;
    border-color: #fff #f3f2f0 #fff #fff;
    border-style: solid;
    border-width: 0px 40px 40px 0px;
    height: 0px;
    width: 0px;
    display: block;
    top: 0;
}


#actualites .feed.item .drop-down .icon-drop_down {
    position: absolute;
    top: 12px;
    right: 20px;
}

#actualites .widget .item:hover a.display {
    display: block;
}

#actualites .feed.item .title {
    color: #275663;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#actualites .feed.item .title:hover {
    color: #00a3a6;
}

#actualites .feed.item .dateFeed {
    display: block;
    color: #ef6e42;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

#actualites .feed.item>.description {
    color: #275663;
    font-size: 16px;
    font-weight: 400;
}

#actualites .feed.item>.description a:not(.btn-link) {
    color: #00a3a6;
    text-decoration: underline;
    font-weight: 700;
}

#actualites .feed.item>.description a:not(.btn-link):hover {
    text-decoration: none;
}


#actualites .feed.item>.description .btn-link span,
#actualites .feed.item>.description .btn-link span:hover {
    color: #00a3a6;
    font-weight: 700;
}

#actualites .feed.item>.description .btn-link span:last-child {
    text-decoration: underline;
}

#actualites .feed.item>.description .btn-link span:last-child:hover {
    text-decoration: none;
}

/*------ Bloc Références, Texte intégral... ------*/



.circle-g,
.circle-d {
    display: flex;
    align-items: center;
}

.circle-g {
    justify-content: flex-start;
}

.circle-d {
    justify-content: flex-end;
}

.circle-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

#bloc-references .widget-content { /* Aligments entre les 4 widget */
    padding: 0px 0px !important;
    margin: 0px !important;
}

#references,
#texte-inte,
#contact,
#connexion,
#Open-Access {
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#references .widget { /* Aligments entre les 2 widget Open Access et References */
    margin-top: 4px;
}

#references .widget-header,
#texte-inte .widget-header,
#Open-Access .widget-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    padding: 0;
    border: none;
}

#references .label-default,
#texte-inte .label-default,
#Open-Access .label-default {
    background-color: transparent;
    border: none;
    font-size: 28px;
    font-weight: 300;
}

#references .center-text,
#texte-inte .center-text {
    margin: 0;
}


#references {
    background-color: #275663;
}

#references .widget-header,
#references .label-default {
    color: #02dde1;
}



#texte-inte {
    background-color: #00a3a6;
}

#Open-Access {
    background-color: #00a3a6;
}

#Open-Access .label-default {
    color: #fff;
}

#Open-Access .widget {
    position: relative;
    margin-top: 15px; /* Aligments entre les 2 widget Open Access et References */
    padding: 0;
    background-color: #fff0;
    border: 0px solid #ddd0;
    /* -webkit-border-radius: 4px; */
}

#Open-Access .widget-header {
    color: #fff;
}

#Open-Access .widget-content {
    padding: 0px 14px;
    margin: -7px;
}

#texte-inte .widget-header {
    width: 50%;
    margin: 0 25% 0 25%;
}

#texte-inte .widget-header,
#texte-inte .label-default {
    color: #fff;
}

#connexion img {
    width: 20px;
}


#contact {
    background-color: #ef6e42;
    color: #fff;
}

#contact a,
#contact a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

#connexion {
    background-color: #e1dfd9;
    color: #ef6e42;
}

#connexion a,
#connexion a:hover {
    color: #ef6e42;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

/*------ Bloc Dernières publications ------*/

#dernieres-pub .widget-content {
    margin: 20px 0 0 0;
    padding: 8px 14px;
}

#dernieres-pub .widget-content .list-deposit {
    padding: 0;
}

#dernieres-pub .widget .media {
    border: none;
    margin-top: 15px;
    padding: 0;
}

#dernieres-pub .widget .media img {
    min-width: 40px;
}

#dernieres-pub .widget .media .media-left {
    margin-right: 10px;
}

#dernieres-pub .widget .media:first-child {
    margin-top: 0;
}

#dernieres-pub .widget .media:hover {
    background: none;
}

#dernieres-pub .widget .media-body a {
    color: #00a3a6;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#dernieres-pub .widget .media-body a:hover {
    text-decoration: none;
}


@media only screen and (max-width:991px) {

    /*------ Bloc Actualités ------*/

    .bloc-container {
        width: 750px;
    }

    #bloc-actualites #actualites .widget-content {
        padding: 10px 0 0 0;
    }

    #actualites .widget-header {
        font-size: 36px;
    }

    #actualites .widget-feeds {
        flex-direction: column;
        align-items: stretch;
    }

    #actualites .feed.item.card {
        margin: 10px 0 10px 0;
        padding: 20px;
    }
.color-major-color > a:nth-child(1) {
height: 50px;
margin-top: 6px;
}

}

@media only screen and (max-width:767px) {

    #bloc-actualites,
    #bloc-references,
    #bloc-dernieres-pub {
        padding: 30px 0 20px 0;
    }

    /*============================*/
    /*====== PAGE D'ACCUEIL ======*/
    /*============================*/

    /*------ Bloc Recherche ------*/

    #bloc-recherche-gauche {
        height: auto;
    }

    #titre-recherche {
        margin-top: 25px;
    }

    #paragraphe-recherche {
        margin: 15px 0 15px 0;
    }

    #img-recherche {
        height: 15vh;
    }

    #img-recherche #w-recherche {
        width: 100% !important;
    }





    /*------ Bloc Références, Texte intégral... ------*/

    .circle-g,
    .circle-d {
        justify-content: center;
        align-items: center;
        margin: 10px 0 10px 0;
    }


}



/***********************************************************/
/*Global*/
/***********************************************************/


.corps>h1 {
    display: none;
}

.titre_picto_hal h1,
.titre_picto_hal h2 {
    font-size: 48px !important;
    color: #00a3a6 !important;
    font-weight: 300 !important;
    background: url("../public/triangles.png") no-repeat 0px 3px;
    padding: 0 0 0 40px !important;
    line-height: 50px !important;
    border: none;
}

.titre_picto_hal h1:first-letter,
.titre_picto_hal h2:first-letter {
    text-transform: uppercase;
}


@media(max-width:767px) {

    .titre_picto_hal h1,
    .titre_picto_hal h2 {
        font-size: 35px;
        line-height: 40px;
        min-height: 42px;
        background-position: 0px 0px;
    }
}



/***********************************************************/
/*Paragraphes*/
/***********************************************************/

#paragraphes {}

#paragraphes h1 {
    margin: 50px 0 30px 0;
}

#paragraphes .para {
    margin-bottom: 20px;
}

#paragraphes h2 {
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 500;
    color: #eb6f4a;
    margin: 0 0 8px 0;
}

#paragraphes h3 {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: bold;
    color: #275663;
    margin: 0 0 12px 0;
}

#paragraphes .para_texte {
    font-family: 'Raleway';
    color: #275663;
}

#paragraphes .para_texte p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;

    /* @include media-breakpoint-down(xs){
        font-size:18px;
    } */
}

#paragraphes .para_texte a {
    font-weight: bold;
    color: #00a3a6;
    text-decoration: underline;
}

#paragraphes .para_texte a:hover {
    text-decoration: none;
}

#paragraphes .para_texte ul {
    margin-bottom: 20px;
}

#paragraphes .para_texte li {
    /* background:url('../img/puce2.png') no-repeat 20px 8px; */
    font-size: 15px;
    line-height: 20px;

    /* @include media-breakpoint-down(xs){
        font-size:18px;
        background-position:20px 10px;
    } */
}


#paragraphes .para_img {
    margin-bottom: 20px;
}

#paragraphes .para_img img {
    width: 100%;
}

#paragraphes .para_img figcaption {
    font-size: 12px;
    line-height: 18px;
    /* color:#00a3a6; */
    margin-top: 5px;

    /* @include media-breakpoint-down(xs){
        font-size:18px;
    } */
}



/***********************************************************/
/*Widget map*/
/***********************************************************/

#widget_map {
    background: #f3f2f0;
    padding-top: 50px;
}

#widget_map .widget {
    border: none;
    background: none;
}

#widget_map .widget>h2 {
    background: url("../public/triangles.png") no-repeat 15px 3px;
    padding-left: 55px !important;
    text-transform: lowercase;
}

@media(max-width:767px) {
    #widget_map .widget>h2 {
        background-position: 15px 0px;
    }
}

#widget_map .widget .widget-content {
    padding: 8px;
}

#widget_map .widget>h2,
#widget_map .ui.grid {
    margin-right: auto;
    margin-left: auto;
}

.custom-page .widget-content .ui.grid {
    margin-top: 0 !important;
}

@media(min-width:768px) {

    #widget_map .widget>h2,
    #widget_map .ui.grid {
        width: 750px;
    }

    #widget_map .widget .widget-content {
        padding: 0px;
    }
}


@media(min-width:992px) {

    #widget_map .widget>h2,
    #widget_map .ui.grid {
        width: 970px;
    }

    #widget_map .widget .widget-content {
        padding: 0px;
    }
}

@media(min-width:1200px) {

    #widget_map .widget>h2,
    #widget_map .ui.grid {
        width: 1170px;
    }
}

#widget_map .ui.grid,
#widget_map .ui.grid>.row,
#widget_map .ui.grid>.row {
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#widget_map #countryinfo {
    box-shadow: none;
    background: none;
    margin: 5px 0 8px 0;
}

#widget_map #countryinfo h5 {
    font-family: Raleway;
    font-weight: bold;
    font-size: 16px;
}

#widget_map .slider-container .back-bar .pointer-label {
    background: none;
}

#widget_map .ui.stackable.grid {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#widget_map #mapcontainer {
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    margin: 25px 0 0 0 !important;
}

#widget_map #mapcontainer>.ui.grid {
    display: none;
}


/***********************************************************/
/*Header*/
/***********************************************************/
.logo {
    float: left;
    background-color: #f3f2f0;
    min-height: 120px;
    width: 30%;
    padding: 0 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo>table {
    z-index: 1;
    height: 100%;
}

.logo>table td {
    text-align: right;
}

.logo .section-corps {
    margin: 0;
}

.website-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    background: #f3f2f0;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 0;
}

.website-navigation>ul.nav {
    display: flex;
    justify-content: center;
    align-self: center;
    height: 100%;
    border: none;
}

.website-navigation>ul.nav>li {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.website-navigation>ul.nav>li>a {
    white-space: nowrap;
    border: none;
    border-radius: 0;
    display: block;
    color: #000000;
    padding: 10px 22px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.website-navigation>ul.nav>li>a:hover {
    background-color: transparent !important;
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.website-navigation>ul.nav a:hover,
.website-navigation>ul.nav a.active {
    color: #00a3a6 !important;
}

.website-navigation>ul.nav a.active,
.website-navigation>ul.nav a.active:hover,
.website-navigation>ul.nav a.active:focus {
    border: none;
    background: none;
}


.website-navigation>ul.nav ul.dropdown-menu {
    top: 75% !important;
    border-radius: 0;
    border: none;
    min-width: 100%;
    transform: none !important;
    padding: 0 !important;
}

.website-navigation>ul.nav>li>ul.dropdown-menu>li>a {
    white-space: normal;
    font-size: 16px !important;
    line-height: 24px;
    padding: 3px 20px !important;
    color: #000000 !important;
}

.website-navigation>ul.nav>li>ul.dropdown-menu>li>a:hover,
.website-navigation>ul.nav>li>ul.dropdown-menu>li>a:active {
    background-color: #e9ecef;
    color: #000000 !important;
}


.website-navigation>ul.nav>li>ul.dropdown-menu>li:first-child>a {
    padding-top: 6px !important;
}

.website-navigation>ul.nav>li>ul.dropdown-menu>li:last-child>a {
    padding-bottom: 6px !important;
}

@media only screen and (max-width:1350px) {

    .website-navigation>ul.nav>li>a,
    .website-navigation>ul.nav>li>ul.dropdown-menu>li>a,
    .website-navigation>ul.nav ul.dropdown-menu {
        font-size: 1.1vw;
    }
}

@media only screen and (max-width:1199px) {
    .logo {
        width: 100%;
        float: none;
        justify-content: center;
    }

    .logo>table td {
        text-align: center;
    }

    .website-navigation {
        height: 80px;
    }

    .website-navigation>ul.nav>li>a,
    .website-navigation>ul.nav>li>ul.dropdown-menu>li>a,
    .website-navigation>ul.nav ul.dropdown-menu {
        font-size: 1.3vw;
    }

}

@media only screen and (max-width:767px) {

    .logo {
        height: 100px;
        width: 100%;
        float: none;
        justify-content: flex-start;
    }

    .logo>table td {
        text-align: left;
    }

    .logo>table td img {
        max-width: 100%;
        max-height: 60px;
        height: auto;
    }

    .website-navigation {
        height: auto;
    }

    .website-navigation ul.nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin: 0;
        width: 100%;
    }

    .website-navigation ul.nav>li {
        display: block;
        text-align: center;
        height: auto;
        margin: 0;
    }

    .website-navigation ul.nav>li>a {
        padding: 10px 8px;
        background: #ffffff;
        margin-bottom: 4px;
    }

    .website-navigation>ul.nav>li>a.active {
        background: #ffffff;
    }


    .website-navigation>ul.nav ul.dropdown-menu {
        top: calc(100% - 2px) !important;
        width: 100%;
    }

    .website-navigation>ul.nav>li>a,
    .website-navigation>ul.nav>li>ul.dropdown-menu>li>a,
    .website-navigation>ul.nav ul.dropdown-menu {
        font-size: 14px;
    }
}

.logo.small-menu {
    display: none;
}

@media(min-width:768px) {

    .small-menu {
        min-height: 80px;
        height: 80px;
    }
}

@media(min-width:1200px) {
    .logo.small-menu {
        display: flex;
    }
}
div.col-sm-4:nth-child(1)::after { /* LOGO INRAE-DIPSO DANS LE FOOTER */
    content: "";
    background-image: url('/public/inrae_dipso_logo_footer.png');
    height: 33px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width:1200px) { /* REPONSIVE LOGO INRAE-DIPSO DANS LE FOOTER */
    div.col-sm-4:nth-child(1)::after {
    content: "";
    background-image: url('/public/inrae_dipso_logo_footer_responsive.png');
    height: 58px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
}



/**************************************************************** DATATABLE *******************************************/
/******************************************************************************************************************************/

/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}


/****************************** mes styles CSS pour datable *****************************************************/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    color: #0CA7A9;
}

table.dataTable thead th,
table.dataTable tfoot th {
    color: #0CA7A9;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #ED9377;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #ED9377;
}

/* pour re-centrer la table dans la page */
.dataTables_wrapper {
    padding: 5vw;
}




