/*
.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

body.loaded .fadein {
    opacity: 1;
}
*/


@keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
  }
/*
body  {
    animation: fadein 1s;
}
*/
.main {
    animation: fadein 1s;
}

#headerImage {
    animation: fadein 1s;
}
#home-tools {
    animation: fadein 1s;
}
#homeAnimation {
        
    display:    block;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: #f5f5f5;


    /*background: #ddd url(../images/logos/logo-ae-icon.svg) 50% 60% no-repeat;*/
                
}



#animationButton {
    width: 100px;
    position: fixed;
    top: 35%;
    left: 0;
    right:0;
    display: block;
    margin: 5% auto;
    visibility:hidden;
}
#animationButton img {
    width: 100%;
    
}

body {
    background-color: #f0f0f0;
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;

}
h2, .h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0px 15px 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.logo img {
    height:30px;
}

.box-list-item, .ssl-list-item {
    /*height: 350px; */
    position: relative;
    margin-bottom: 25px;
}
.box {
    border-radius: 4px !important;
    border: 1px solid #ccc;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,.25);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,.25);
    box-shadow: 0 0 5px 0 rgba(50,50,50,.25);
}

.box-item-descr, .ssl-item-descr {
    padding: 25px;
}

.box-item-list, .ssl-item-list {
    height: 100%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin: 0 -30px;
    display: block;
}

.box-item-list div.box-item-list-part, .ssl-item-list div.ssl-item-list-part {
    border-bottom: 1px solid #CCC;
        border-bottom-color: rgb(204, 204, 204);
    border-bottom-color: #CCC;
    font-size: 18px;
    font-size: 1.8rem;
    height: 70px;
    width: 100%;
    display: block;
    line-height: 70px;
    padding: 0 0 0 25px;
}
.box-list-item, .ssl-list-item {
   /* height: 350px;*/
    position: relative;
    margin-bottom: 25px;
}


.readmore-link {
    background: url(/img/icons/arrow-link-darkblue.svg) left center no-repeat;
        background-size: auto auto;
    background-size: 9px 15px;
    padding: 0 0 0 15px;
}

.icon-round {
	text-align: center;
	width:50px;
	height:50px;
	font-size: 24px !important;
	color: #ffffff;
 background-color: #4d0099;
 border-radius: 50%;
 border: 0px solid grey;
 padding:20px;
}
.black {
    color:#000000;
    font-weight: bold;
}
i.bleuciel {
     background-color: #00b8a8 ;
}
i.bleu {
     background-color: #2b7c99 ;
}
i.mauve {
     background-color: #3d3d69 ;
}
i.vin {
	 background-color: #4f1847 ;
}

i.bordeau {
	 background-color: #900C3F ;
}
i.rouge {
	 background-color: #c70038;
}
i.orange {
	 background-color: #ff5533;
}
i.jaune {
	 background-color: #ffbf00;
}
i.vert1 {
	 background-color: #aed45d ;
}
i.vert2 {
     background-color: #58c784 ;
}
i.grey {
	 background-color: #666666 ;
}

/*
h2 {
    font-weight: 400;
    font-family: Walbaum,Georgia,'Times new roman',serif;
}
*/

.dropdown-menu-abonne {
    position: absolute;
    top: 100%;
    left: 0% !important;
    width:250px;
    
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 0px;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #2a302f;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid #3596bd;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu-abonne > li > a {
        text-shadow: 0 0px 0 rgba(255,255,255,.25);
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;

    line-height: 1.8;
    color: #ffffff;
    white-space: nowrap;
    background-color: #2a302f !important;
}
.dropdown-menu-abonne > li > a:hover {
    color:#3596bd;
    color: #00B3D9;
    background-color: #2a302f !important;
        background-image: linear-gradient(to bottom,#2a302f 0,#2a302f 100%);
}



h3.light  a {
	color: #666666;
}


h4 .titleRubrique {
    
    color:#196735;
    text-transform: uppercase;
    border-bottom:4px solid #196735;
}

#contentGeneral {
    padding-top: 0px;
    /*min-width: 1200px;*/
}
.contentArticle {
    color:#394241;
}

.articleDateUpdate {
    color: #000;
    /*font-style: italic;*/
    padding:10px 0px 10px 20px;
    text-align: right;
}

/*Sommaire
============*/
.sommaireArticle {
    padding-bottom:10px;
}
/*
.sommaireArticle span:hover {
    color:#000000; 
    cursor: pointer;
}
*/
.sommaireTitleArticle {
    font-size:1em;
    color:#4e5a5e; 
}
.sommaireMotcle {
    font-size: 1em;
     font-family: Georgia;
     color: #94a8b0;
}
.classRubriqueLine {
    border-top: 1px solid #dddddd;
    padding-top:20px;
    margin-top: 10px;
}

.classArticleLine {
    border-top: 1px solid #dddddd;
    padding-top:30px;
    margin-top: 30px;
}
.classArticleUnderline {
    border-top: 1px solid #dddddd;
    padding-top:0px;
    margin-top: 10px;
}
.sommaireContent {
    font-size: 1em;
     color: #666666;
}

.classTitle {
    font-size: 1.6em;
    line-height: 1.35em;
    color: #122f3b; /*#889192; gris clair */

}
.classTitleSmall {
    font-size: 1.2em;
    line-height: 1.35em;
    color: #122f3b; /*#889192; gris clair */
    padding-bottom: 8px;
}

.classTitle:first-letter, .classTitleSmall:first-letter {
    text-transform: uppercase;
}

.titleArticle {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #dddddd;
}

.detailTitleArticle {
    font-size: 1.1em;
    color: #4e5a5e;
}

.lieuDate {

    padding: 10px 0px 20px 0px;
    color: #666666;
    font-size: 0.9em;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.lieuDateRight {
    text-align: right;
    padding: 10px 0px 20px 0px;
    color: #666666;
    font-size: 0.9em;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.BodyAfterHeading2 {
   /* font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
    color:#555555;


    font-family: Walbaumgrot,helvetica,arial,sans-serif; */
}
.BodyText1 {
    text-indent: 0px;
}


.underlineTitleRubrique {
    width: 25%;
    min-width: 80px;
    border-top: 4px solid #dddddd;
    margin: 0px 0px 0px 0px;
}
.datePublished {
    padding-left:0px;
    padding-bottom:5px;
    color:#666666;
    font-style: italic;
    display: block;
}

#titlePub {
    text-align: left;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: 400;
    line-height: normal;
    color:#000000;

    font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
}

#titlePubGreen {
    color:#00706b;
    text-align: left;
    padding-top: 20px;
    font-size: 1.3em;
    font-feature-settings: 'smcp';
    -moz-font-feature-settings: 'smcp';
-webkit-font-feature-settings: 'smcp';
-ms-font-feature-settings: 'smcp';

    font-family: Walbaumgrot,helvetica,arial,sans-serif;
}


.underlineTitlePub {
    width: 40%;
    min-width: 80px;
    border-top: 4px solid #dddddd;
    margin: 5px 0px 10px 0px;
}



/*===========================================
navbar main
=============================================*/
/*  Vert Glucone: 00807b
    Vert moins bleu: 008060 */

.navbar-brand {
    display:inline-block;
 /* float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  
  */
  height: 80px;
  margin-left:20px;
}
.navbar-brand  > img {

 /* float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  
  */
  height: 80px;

}

.navbar-brand2 {
    display:inline-block;
    
    margin-left:20px;
}
.navbar-brand2  > img {

  /*height: 80px;*/

}


.navbar {
    position: fixed;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-nav {
     margin: 0px 0px; 
}
.navbar-toggle {
    color:#000000;
    border: 1px solid #000000;
    margin-top: 22px;
    margin-left:10px;
}

.navbar-toggle .icon-bar {
    background-color: #000000;
}

.navbar-inverse {
    background-color: #00807b !important;
    border-color: #00807b !important;
    background-image: linear-gradient(to bottom,#00807b 0,#00807b 100%);
    margin-bottom: 0px;
    height:62px;
}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #00807b;
    background-color: #00807b;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: -10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc;

}
/*========================================
navbar-main
==========================================*/
#navbar-collapse-1 .account {
    display: none;

    
}
#navbar-collapse-1 .account a {
    background-color: #00abd6;
    color:#ffffff;
    text-transform: none;
    padding: 10px 0px 10px 30px;
}
#navbar-collapse-1 .account a:hover {
    background-color: #00abd6;
    color:#122f3b;
}


.brand-text {
    color:#122f3b;
    line-height: 46px;
    font-weight: bold;
    font-family: Georgia,'Times new roman',serif;
    font-size: 1.9em;

}
.navbar-main {
    animation: fadein 1s;
     background-color: #ffffff;
     color:#444444;
     height:80px;
     z-index: 3000;

    height: 100px;
    padding-top: 10px;
}

.navbar .navbar-text-main {
    padding-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.navbar .navbar-text-main > a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 15px 30px 15px;

    text-transform: uppercase;
    color:#66757a;
    font-size:14px;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.navbar .navbar-text-main > a:hover {
    border-bottom: 0px solid #ffffff; 
    background-color: #f5f5f5; 
    color: #00abd6;

}

.navbar .navbar-main-button {
    padding-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar .navbar-main-button > a {
    margin-top:23px;
    margin-bottom:25px;
    padding: 6px 15px 6px 15px;
    text-transform: none;
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 50px;
    
}
.navbar .navbar-main-button > a:hover {
 background-color: #018aad;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-decoration: none;
}



/*


*/



.navbar-main-dropdown-menu {
    margin-top:30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:14px;
    background-color: #00abd6;
    font-family: 'Lato', sans-serif;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    right: auto !important;
    left: -25% !important;
}
.navbar-main-dropdown-menu:after {
  position: absolute;
  top: -10px;
  left: 43%;

  display: block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #00abd6;
  border-left: 11px solid transparent;
  content: '';
}
.navbar-main-dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 45%;
  display: block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0);
  content: '';
}

    


.navbar-main-dropdown-menu > li > a {
    font-size:14px;
    color:#ffffff;
    background-color: #00abd6;
    font-family: 'Lato', sans-serif;
}

.navbar-main-dropdown-menu > li:hover{
   
    color:#ffffff;
    background-color: #00abd6 !important;
   
}






.navbar .navbar-main > li > a {
     -webkit-transition: background-color 0.2s; /* Safari */
    transition: background-color 0.2s;
}

/*======================================
navbar boutons bleus
==========================================*/


#connextion-menu > li > a:focus {

    background-color: #00abd6;
}

#connextion-menu .open > a, #connextion-menu .open > a:focus {
    background-color: #00abd6;

}

/*========================================
navbar-abonne
==========================================*/
#navbar-bulletin {
    float:none;
    /*margin-left:100px;*/
    display: inline-block !important;
}

#bs-example-navbar-collapse-1 {

    
    float: none;
   /* margin-right: auto;
    margin-left: auto;
    text-align: center;*/
    display: inline-block !important;
}

#navbar-abonne-center {
    margin-left: auto;
    margin-right: auto;
}
.navbar-abonne {
    animation: fadein 1s;
    position: fixed;
    top:100px;
    border-color: #122f3b;
    background-color: #122f3b;
    float:none !important;
    margin:0 auto;
    padding:0px auto;
    border-radius: 0px;

    display: inline-block;
    text-align: center;
    height:50px;
    max-width:1170px;

     margin-left: auto;
   margin-right: auto;

}
/*
.navbar .navbar-abonne-item {
    padding-right:50px;
    padding-left:150px;
}
*/

.navbar .navbar-abonne-item > li > a {
    text-shadow: 0 0px 0 rgba(255,255,255,.25);
    padding-top: 13px;
    padding-bottom: 15px;
    padding-right:40px;
    padding-left:40px;
    
    color:#ffffff;
    font-size:14px;
    
    font-family: 'Lato', sans-serif;

}
.navbar .navbar-abonne-item > li > a:hover {
   
   background-color: #122f3b;
    color: #00abd6;
    padding-bottom: 12px;
    border-bottom: 3px solid #00abd6;;

}
.navbar-abonne > li > a {
    
    padding-top: 17px;
    padding-bottom: 15px;
    
    color:#ffffff;
    font-size:14px;
    border-right: 1px solid #3596bd;


}

.navbar-abonne > li > a:hover {
    border-bottom: 0px solid #ffffff;
    background-color: #00706b;
    background-color: #f5f5f5;
    color: #444444;

}

 .navbar-abonne > li > a {
     -webkit-transition: background-color 0.2s; /* Safari */
    transition: background-color 0.2s;
}

.navbar-toggle-abonne {
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 10px;
}
.navbar-toggle-abonne .icon-bar {
    background-color: #ffffff;
}




.col-no-padding {
    padding-right: 0px;
    padding-left: 0px;
}
.col-md-padding {
    padding-right: 20px;
    padding-left: 20px;

}
.col-lg-padding {
    padding-right: 20px;
    padding-left: 40px;
    padding-top:20px;
    padding-bottom: 20px;

}

.block-grey {
    min-height: 20px;
    background-color: #f5f5f5;
    
}
.block-border {
    border: 1px solid #eeeeee;
}

/*===================================================
Block white
=====================================================*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.block-white {
    min-height: 20px;
    background-color: #ffffff;
    
}

#block-white {
    font-size:1.1em;
   /*line-height: 1.4em;*/
    min-height: 20px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    background-image: none;
}
#block-white  h2 {
    font-size:1.2em;
    color: #444444;
    padding-bottom:15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;

}
#block-white .line {
    border-top: 1px solid #dddddd;
    padding-top:20px;
    margin-top: 20px;
}
#block-white  .datepub {
    text-align: right;
    font-size:1em;
    color: #00abd6;
    padding-bottom:15px;
}
#block-white  .classRubrique, #block-white  h3 {
    font-size:0.9em;
    color: #00abd6;
    padding-bottom:15px;
     text-transform: uppercase;
     line-height: 18px;
     font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

#block-white  h3 {
    font-size:0.9em;
    color: #00abd6;
    padding-bottom:5px;
     text-transform: uppercase;
     line-height: 18px;
     font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

#block-white .content {
    color: #4e5a5e;
}
#block-white .content a {
    color: #00abd6;
}
#block-white .icon-left {
    color: #00abd6;
    font-size: 1.2em;
    padding-right: 8px;

}
#block-white .icon-right {
    color: #00abd6;
    font-size: 1.2em;
    padding-left: 8px;

}

#block-white a {
    color: #00abd6;
}

#block-white .button-more a {
    color: #ffffff;
}
#block-white .button-more a:hover {
    background-color: #018aad;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-decoration: none;
}



#block-white label {
    /*color: #4e5a5e;*/
}
.no-padding {
    padding-left:0px;
    padding-right: 0px;
    padding-top:0px;
    padding-bottom: 0px;
    padding: 0px 0px 0px 0px !important;
    width:100%;
}

/*===================================================
Block dark
=====================================================*/
#block-dark {
    font-size:1.1em;
    line-height: 1.4em;
    min-height: 20px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 0px;
    background-color: #122f3b;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    background-image: none;
}
#block-dark  h2 {
    font-size:1.2em;
    color: #ffffff;
    padding-bottom:15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #174252;
}
#block-dark .chapo {
    color: #94a9b0;
    font-family: Georgia;
    font-size: 1.2em;
    padding-bottom:15px;
    padding-top:10px;
}

#block-dark .content, #block-dark p {
    color: #ffffff;
    padding:5px 0px 5px 0px;
   
}


 .arrow-left:after {
  position: absolute;
  top: 45px;
  left: -20px;

  display: block;
  border-right: 11px solid #122f3b;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  content: '';
}
 .arrow-left:before {
  position: absolute;
  top: 20%;
  left: -20px;
  display: block;
  /*border-right: 12px solid transparent;*/
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom-color: 11px solid #00abd6;
  /*border-bottom-color: rgba(0, 0, 0, 0);*/
  content: '';
}





#block-dark  .classRubrique {
    font-size:0.9em;
    color: #00abd6;
    padding-bottom:15px;
     text-transform: uppercase;
     line-height: 18px;
     font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

#block-dark .sommaireMotcle {
    font-size: 1em;
     font-family: Georgia;
     color: #94a8b0;
}

#block-dark .sommaireTitleArticle {
    font-size:0.9em;
    color:#ffffff; 
}

#block-dark .classRubriqueLine {
     border-top: 1px solid #174252;
    padding-top:10px;
    margin-top: 5px;

}
#block-dark .currentArticle {
   
    padding-left: 15px;
    margin-left: -40px;
    /*margin-right:45px;*/
    /*padding-right: -20px;*/
    border-left: 10px solid #94a8b0;

}
#block-dark .sommaireArticle:hover {
   /* background-color: #666666;*/
    cursor: pointer;
}

#block-dark  .fleche {
    color: #94a8b0;
    font-size: 1.2em;
}
#block-dark  .mention {
    color: #00abd6;
    padding:0px 15px 20px 15px;
    font-size: 1em;
    
}

/*===================================================
Block green
=====================================================*/

.block-green {
    min-height: 20px;
    background-color: #008060;
    
}

#block-green {
    font-size:1.1em;
    line-height: 1.4em;
    min-height: 20px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 0px;
    background-color: #008060;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    background-image: none;
}
#block-green  h2 {
    font-size:1.2em;
    color: #ffffff;
    padding-bottom:15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;

}

#block-green .chapo {
    color: #94a9b0;
    font-family: Georgia;
    font-size: 1.2em;
    padding-bottom:15px;
    padding-top:10px;
}

#block-green .line {
    border-top: 1px solid #dddddd;
    padding-top:20px;
    margin-top: 20px;
}



#block-green  h3 {
    font-size:0.9em;
    color: #ffffff;
    padding-bottom:5px;
     text-transform: uppercase;
     line-height: 18px;
     font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

#block-green .content {
    color: #ffffff;
}
#block-green .content a {
    color: #00abd6;
}
#block-green .icon-left {
    color: #ffffff;
    font-size: 1.2em;
    padding-right: 8px;

}
#block-green .icon-right {
    color: #ffffff;
    font-size: 1.2em;
    padding-left: 8px;

}

#block-green a {
    color: #00abd6;
}



/*================================================
Page content
===================================================*/
#pageContent {
    color:#666666;
}
#pageContent h2 {
    font-size: 1.2em;
    color: #444444;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#pageContent h3 {
    font-size: 0.9em;
    color: #00abd6;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 18px;
    font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

#pageContent .content {
    font-size:1em;
}

#pageContent a {
    color:#00abd6;
}

#pageContent .line {
    border-top: 1px solid #dddddd;
    padding-top:0px;
    margin-top: 20px;
}

#pageContent .h3Abonnement {
    font-size: 1em;
    letter-spacing: 0px;
    margin: 10px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
    color: #122f3b;
    background: url(../imagesTheme/boxBlue_32x32.png) no-repeat;
}
.articleContent {
    color:#5b6263;
}

/*=====================================================*/
.classMotCle {
    font-size:0.9em;
    color: #00abd6;
    padding-bottom:15px;
     text-transform: uppercase;
     line-height: 18px;
     font-feature-settings: 'smcp';
font-family: Walbaumgrot,helvetica,arial,sans-serif;
font-weight: bold;
}

#articleToolbar {
    text-align: right;
    padding-bottom:10px; 
}

#articleToolbar a {
    background-color:#fff;
    border:1px solid #dddddd;    
    height:30px;
    padding:6px 8px 6px 8px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    margin-right:5px;
}



.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    background-image: none;
}

#block-tools  {
    font-size:1.1em;
    line-height: 1.4em;
    min-height: 210px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 0px;
    background-color: #122f3b;
    color:#ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-bottom:0px;
    border-radius: 0px;

}

#block-tools a {
    color:#ffffff;
}

#block-tools  h2 {
    font-size:22px;
    color: #ffffff;
    padding-bottom:10px;
    text-transform: uppercase;
}
#block-tools:hover {
    background-color: #122f3b;
    color: #ffffff;
    cursor: pointer;

}

#block-tools p {

    color: #94a9b0;
}
#block-tools b {
    color: #ffffff;
    font-weight: normal;
}
#block-tools {
    -webkit-transition: background-color 0.3s; /* Safari */
    transition: background-color 0.3s;
}



#headerImage {

width:100%;
text-align: right;
margin-top: 0px;
padding-top:80px;


}
.headerImageConnected {
    
    margin-top:0px;
}

.headerImageNotfixed {

width:100%;

padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;

/*    position: fixed;
    top: -190px;
  
    z-index: 2000;
    margin: 5% auto; 
    left: 0;
    right: 0;
    */
}

.headerImagefixed {

max-width:1200px;
/*    position: fixed;
    top: -190px;
  
    z-index: 2000;
    margin: 5% auto; 
    left: 0;
    right: 0;
    */
}


.headerLinks {
      position: absolute;
    top: 40px;
    right: 20px;
    width: 400px;
    height: auto;
    border: 0px solid #000000;

}
.headerLinksButton, .headerLinksButtonLang {
    text-align: center;
    margin-left:10px;
    
}
.headerLinksButton a {
    font-family: Arial, Verdana;
    font-size: 12px;
    color:#008f8a;
    
    background-color: #ffffff;
    border:1px solid #ffffff;
    border-radius: 20px;
    padding: 7px 10px 5px 10px;
}
.headerLinksButtonLang a {
    font-family: Arial, Verdana;
    font-size: 12px;
    color:#ffffff;
    
    background-color: transparent;
    border:1px solid #ffffff;
    border-radius: 20px;
    padding: 7px 10px 5px 10px;
}

.headerLinksButton a:hover {
    background-color: #008f8a;
    border:1px solid #ffffff;
    color:#ffffff;
    text-decoration: none;
}
.headerLinksButtonLang a:hover {
    
    border:1px solid #394241;
    color:#394241;
    text-decoration: none;
}

.linksButtonMore {
    text-align: left;
    padding-top:20px;
    border-top:1px solid #cccccc;
}
.linksButtonMore a {
    font-family: Arial, Verdana;
    font-size: 1.1em;
    color:#008f8a;
    
    background-color: transparent;
    
    padding: 7px 10px 5px 10px;
}
.linksButtonMore a:hover {
    color:#394241;
    text-decoration: none;
}
.headerLinksButtonIcon {
    padding-right:5px;
    font-size:1.2em;
}
.headerLinksButtonLangIcon {
    padding-right:5px;
    font-size:1.1em;
}
.roundButtonGreen {
    margin:40px;
    text-align:center;
}
.roundButtonGreen a {
    font-family: Arial, Verdana;
    font-size: 1em;
    color:#ffffff;
    background-color: #008f8a;
    font-weight: normal;
    text-transform: uppercase;
    border:1px solid #008f8a;
    border-radius: 20px;
    padding: 7px 10px 5px 10px;
}
.roundButtonGreen a:hover {
    background-color: #ffffff;
    color:#008f8a;
    text-decoration: none;
}

.buttonTool {
    padding-right:5px;
    font-size:1.1em;
}
.buttonTool a {
    font-family: Arial, Verdana;
    font-size: 1.2em;
    color:#008f8a;
    height:50px;
    width:50px;
    background-color: #ffffff;
    border:2px solid #cccccc;
    border-radius: 50px;
    padding: 5px 7px 5px 7px;
}

.site-name {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
   
    width: 100%;
    height: 100%;
    border: 0px solid #000000;
    padding:95px 0px 10px 0px;

    font-size: 4.5em;
    color: #ffffff;
    line-height: 1;
    font-family: "Times New Roman";
    border:0px solid #ffffff;
    font-family: Walbaum,Georgia,'Times new roman',serif;

    background-color: rgba(68, 68, 68, 0.2);
}

/*=============================================
Buttons more
===============================================*/
.button-more, .button-left {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width:150px;
}
.button-more a, .button-left a {
    font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;

    font-size: 0.9em;
    margin-left:20px;
    margin-top:23px;
    padding-top: 6px;
    padding-bottom: 7px;
    text-transform: none;
    background-color: #00abd6;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    min-width:150px;
}

.button-more i.fa, .button-left i.fa {
    padding-right: 5px;
}

.button-left {
    text-align: left;
    clear:both;
    margin-top:0px;
    margin-left: 0px;
}

.icon-left {
    padding-right: 5px;

}

.button-more-arrow {

    margin-top: 20px;
    margin-bottom: 20px;
    min-width:150px;
    color: #00abd6;
}
.button-more-arrow a {
  
    font-size: 0.9em;
    margin-left:0px;
    margin-top:23px;
    padding-top: 6px;
    padding-bottom: 7px;
    text-transform: none;
    background-color: transparent;
    color: #00abd6;
    padding: 5px 20px 5px 0px;
   
    min-width:150px;
}

/*#block-dark .button-more-arrow a {
  
    font-size: 0.9em;
    margin-left:0px;
    margin-top:23px;
    padding-top: 6px;
    padding-bottom: 7px;
    text-transform: none;
    background-color: transparent;
    color: #00abd6;
    padding: 5px 20px 5px 0px;
   
    min-width:150px;
}*/

.button-more-arrow i.fa {
    padding-right: 5px;
}

/*==============================================
Button power-off
================================================*/
.button-power-off {
    
    
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
    min-width:150px;
}
#block-white .button-power-off a {
   
    font-size: 0.9em;
    margin-left:0px;
    margin-top:23px;
    
    text-transform: none;
    background-color: #94a8b0;
    color: #ffffff;
    border-radius: 50px;
    padding: 7px 15px 7px 15px;
    
    min-width:150px;
    
}
.button-power-off i.fa {
    padding-right: 5px;
}

#buttonSubmitContactForm, 
#buttonSubmitFreeTrialForm, 
#buttonSubmitResetPasswordForm, 
.buttonSubmitSearch {
    font-size: 0.9em;
    
    margin-top:20px;
    margin-bottom:20px;
   
    text-transform: none;
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 50px;
    padding: 5px 20px 5px 20px;
   
    min-width:120px;

}
#buttonSubmitContactForm:hover, 
#buttonSubmitFreeTrialForm:hover, 
#buttonSubmitResetPasswordForm:hover, 
.buttonSubmitSearch:hover {
    color: #ffffff;
    background-color: #018aad;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
/*============================================================*/
    
#navbar-abonne-center {
    margin: 0 auto;
    display:inline-block;
}



#contentGeneral .contentArticle a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 85%;
    color: #3596bd;
}
.main {
    background-color: #ffffff;
}
/*==========================================
Publication navigation mode
============================================*/

.pub-nav-mode {
    font-size: 0.8em;
    background-color: #eeeeee;
    border-left: 5px solid #00abd6;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    color:#94a8b0;
    text-transform: uppercase;
}
.pub-nav-mode a {
    color: #00abd6;
}

#arrows-left-right {
    /* vertical-align: middle;*/
   
font-size: 1.1em;
line-height:18px;

}
#arrows-left-right > span {
    color: #94a8b0;
    
    padding:0px 2px 0px 0px;
    padding:0px 5px 0px 0px;
display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    

    /*background-color: #dddddd;*/
}

#arrows-left-right .current {
    font-weight: bold;
    color:#000000;

}

.arrow-pubnav {
    padding:0px 3px 0px 3px;
}
#arrows-left-right .icon-left, #arrows-left-right .icon-right {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px; 
    padding-bottom: 0px;
    /*background-color: #dddddd;*/
}
/*==========================================
footer
============================================*/
.footer {
    
    background-color: #304f5c;
    color: #94a9b0;
    margin-bottom: 80px;
}


.button-twitter a {
    text-align:center;
    font-size: 0.9em;
    margin-left:0px;
    margin-right:10px;
    padding-top: 6px;
    padding-bottom: 7px;
    text-transform: none;
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 50px;
    padding: 5px 8px 5px 8px;
    text-transform: uppercase;
}
.link-twitter a {
    color: #00abd6;
}
.link-twitter a:hover {
    color: #ffffff;
    text-decoration: none;

}





footer {
    padding: 30px 20px;
    background-color: #304f5c;
    color: #ffffff;
}

footer a {
     color: #94a9b0;
}

footer a:hover {
     color: #ffffff;
     text-decoration: none;
}
footer .line {
    height:1px;
    width:150px;
    margin-top:15px;
    margin-bottom:10px;
    background-color: #94a9b0;
}

/*=============================================
Connection container
===============================================*/
#connectionContainer {
    position: fixed;
    top: 200px;
    width: 500px;
    background-color: #444444;
    color: #ffffff;
    z-index: 5000;
}
#connectionContainer td {
    padding:2px 5px 2px 10px;
}

.modal-dialog {
margin: 80px auto;
}

.modal-title {
    font-family: inherit;
    font-weight: 400;
    line-height: 1em;
    color: inherit;
    font-weight: 400;
    display: inline-block;
    font-size: 1.2em;
    color: #00abd6;

    text-transform:none;


    font-weight: 400;
}

/*=============================================
Login container
===============================================*/
#modalLoginForm .modal-dialog {
    max-width: 400px;
}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#modalLoginForm .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.login-modal-title {
    text-align:center;
    font-size: 1.4em;
    color: #00abd6;
    padding: 10px 0px 15px 0px;
    text-transform: uppercase;
    line-height: 18px;
    /*font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif; */
    font-weight: normal;
}

.login-modal-body {
    padding: 20px;
    
}
#modalLoginForm .form-group {
    margin-right: 0px;
    margin-left: 0px;
}


.login-error {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    text-align: center;
    color: #ff0000;
    display: block;
}

.login-error  i {
    margin-right:20px;
}

#modalLoginForm label {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}


.button-login {
    text-align: center;
    margin-top: 0px;
    padding-bottom: 0px;
    width:100%;
    min-width:150px;
    
}
.button-login a {
    font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
    width: 100%;
    font-size: 0.9em;
    
    margin-bottom: 0px;

    text-transform: none;
    background-color: #00abd6;
    color: #ffffff;
    border-radius: 50px;
    padding: 7px 20px 7px 20px;
    text-transform: uppercase;
    display:block;
    
}

.button-login a:hover {
    background-color: #018aad;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-decoration: none;
}

.button-login i.fa {
    padding-right: 5px;
}
.login-message {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: #999999;
    display: block;
    text-align: center;
    
}

.login-message a {
    color: #00abd6;
}


#loginContainer{  position:absolute; width:100%; height:100%; display:none;}
#filtre{  position:fixed; top:80px; width:100%; height:100%; background-color:black; opacity:0.7; z-index:5000;  filter:alpha(opacity=70); }
#div1{ 
    position:fixed;
    width: 500px;
    height: 400px;
    margin: 10% auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    background-color:white; 
   
    z-index:6000;
}

/*==================================================
Magnific popup
====================================================*/
#button-illustration:hover {
    cursor: pointer;
}
.vignette-first-row {
    margin-top:20px;
   /* position: relative;
    float:left;
    width:48%;
    padding-right:0px;
    display:block;
    */
    
}

.loupe {
    color: #00abd6;
    position: absolute;
   
   top:0px;
   left:0px;
    background-color:rgba(255, 255, 255, 0.7);
   
    
    margin: 0px;

  /*  height:86%;
    width:90%;
   
    */
    border:0px solid #000000;
    visibility: hidden;
    font-size: 16px;
    display:inline-block;
    width:100%;
    height:100%;
}
 .loupe svg { /*.fa-search-plus {*/
    font-size: 1em;
    padding-top:30%;
    padding-left:50%;
    margin-right:auto;
    width:40px;
    margin-left: -20px;

     border:0px solid #000000;
}
.loupe-center {
    font-size:3em;
    width:150px;
    padding:30px 180px 30px 180px;

   
    margin: auto;
   /* background-color: #dddddd;*/
}
.vignette-thumnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.vignette-thumnail:hover {
    border: 2px solid #00abd6;
    cursor: pointer;
    
    /* Pour masquer le bas en dégradé
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
    */
}

.vignette-date {

    font-size: 0.9em;
    color: #94a8b0;
    padding-bottom: 15px;

}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    z-index: 6000 !important;
}

.error-message {
    font-size: 1.1em;
    
    padding: 20px 10px 20px 10px;
    margin-bottom: 40px;
    margin-top: 40px;

    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-left: 5px solid #a94442;
}



.masked {
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}





.badge-danger {
    background-color: #dc3545;
    color: #ffffff;

}

.badge-green {
    background-color: #ffffff;
    color: #008060;
    padding: 2px 5px 2px 4px;
    font-weight: normal;

}
.badge-grey {
    background-color: #94a8b0;
    color: #ffffff;
    padding: 2px 5px 3px 5px;
    font-weight: normal;

}

/*======================================================
connection-message Box
=========================================================*/

.connection-message {
    text-align: center;
    font-size: 1.1em;
    
    padding: 10px 10px 10px 10px;
    margin-bottom: 40px;
    margin-top: 40px;

    color: #444444;
    background-color: #eeeeee;
    border-color: #ebccd1;
    border-left: 5px solid #94a8b0;

    border: 1px solid #dddddd;

    border-radius: 4px;

            -webkit-transition: background 0.3s; /* For Safari 3.0 to 6.0 */

        transition: background 0.3s; /* For modern browsers */
}

.connection-message:hover {
    border: 1px solid #00abd6;
    background-color: #122f3b;
    color: #ffffff;
    border: 1px solid #ffffff;
    
    /*cursor: pointer; */
    /*
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
    */
}

.connection-message-subscription {
    text-align: center;
    font-size: 1.1em;
    
    padding: 10px 10px 10px 10px;
    margin-bottom: 40px;
    margin-top: 40px;

    color: #444444;
    background-color: #eeeeee;
    border-color: #ebccd1;
    border-left: 0px solid #94a8b0;

    border: 1px solid #dddddd;

    border-radius: 4px;

/*
    background-image: url("/_site/images/shaking-hands.jpg"); 
    width: 100%; height: 200px; background-size: 100%;
*/
    background-repeat: no-repeat;

     -webkit-transition: background 0.3s; /* For Safari 3.0 to 6.0 */

        transition: background 0.3s; /* For modern browsers */
    /*
    -webkit-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;

    */
}
.connection-message-subscription:hover {
    border: 1px solid #00abd6;

    background-color: #122f3b;
    background-image: none;
    color: #ffffff;
    border: 1px solid #ffffff;

    
    /*cursor: pointer; */
    /*
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
    */
}

.connection-message-subscription-image {
    text-align: center;
    font-size: 1.1em;
    
    padding: 80px 0px 0px 0px;
    margin-bottom: 40px;
    margin-top: 40px;

    color: #444444;
    background-color: #eeeeee;
    border-color: #ebccd1;
    border-left: 0px solid #94a8b0;

    border: 1px solid #dddddd;

    border-radius: 4px;


    background-image: url("/_site/images/shaking-hands.jpg"); 
    width: 100%; height: 200px; background-size: 100%;

    background-repeat: no-repeat;

    
    /*
    -webkit-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;

    */
}
.connection-message-subscription-image:hover {
    
    /*cursor: pointer; */
    /*
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
    */
}

.connection-message-mask {
    padding-top:10px;
     background: #ffffff; /*rgba(39,62,84,0.7);*/
     opacity: 0.8;
    overflow: hidden;
    height: 100%;
    z-index: 2;

    color: #444444;

     -webkit-transition: background 0.3s; /* For Safari 3.0 to 6.0 */

        transition: background 0.3s; /* For modern browsers */
}

.connection-message-mask:hover {
    border: 0px solid #00abd6;
    opacity: 1;
    background-color: #122f3b;
    background-image: none;
    color: #ffffff;
    border: 0px solid #ffffff;

}
.connection-message-label {

}

/*======================================================
ACCOUNT
=========================================================*/
.main-content {
    margin-top:20px;
}
.data-row .data-name {
    min-width: 14em;
    background-color: #ececec;
    color: #999999;
    font-size: 0.9em;
    vertical-align: top;
    display: inline-block;
    padding:5px;
}

.data-row .data-value {
    padding-left: 10px;
}


/*=============================================
Form bootstrap
==============================================*/
.field-error .control-label,
.field-error .help-block,
.field-error .form-control-feedback {
    color: #e62739;
}

.field-success .control-label,
.field-success .help-block,
.field-success .form-control-feedback {
    color: #2780e3;
}

.has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.form-control-feedback {
    width: 20px;
    top: 30px;
}


#freetrialForm {

}
#freetrialForm fieldset, 
#formQuickSearch fieldset,
#formParArticle fieldset, 
#formParPublication fieldset, 
#demandeAbonnementForm fieldset, 
#newsletterForm fieldset
{
    border: 1px solid #ddd !important;
    margin: 0;
    margin-top:10px;
    margin-bottom:15px;
    min-width: 0;
    padding: 10px;       
    position: relative;
    border-radius:4px;
    background-color:#f5f5f5;
    padding-left:10px!important;

}   
    
#freetrialForm legend, #formQuickSearch legend, #demandeAbonnementForm legend, #newsletterForm legend
{
    display:inline;
    width:auto;
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    border-bottom: 0px solid #ffffff;
    color: #00abd6;

    /*width: 35%; */
    /*border: 1px solid #ddd;
    border-radius: 4px; */
    padding: 5px 5px 5px 10px; 
    background-color: transparent;

    font-size: 0.9em;


    text-transform: uppercase;

    font-feature-settings: 'smcp';
    font-family: Walbaumgrot,helvetica,arial,sans-serif;
    font-weight: bold;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

form .row {
    margin-right: 0px;
    margin-left: 0px;
}



/*=================================
dashboard-x modification
====================================*/

.row [class^="col-xs-"], .row [class^="col-sm-"], .row [class^="col-md-"], .row [class^="col-lg-"] {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

 .x-hnavigation {
    position: fixed;
    float: left;
    width: 100%;
    background: #FFF;
    line-height: 70px;
    height: 70px;
    z-index:6000;
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-hnavigation-logo {
    float: left;
    width: 250px;
    height: 70px;
    margin-left:20px;
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-hnavigation-logo > a {
    float: left;
    /*width: 250px;*/
    height: 70px;
    
    background: url("/_site/images/logo-black.png") left center no-repeat;
    font-size: 0px;
    text-indent: 9999px;
    overflow: hidden;
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation > ul > li > a {
    display: block;
    float: left;
    line-height: 70px;
    padding: 0px 5px;
    margin: 0px 25px;
    font-size: 14px;
    font-weight: 600;
    border-top: 3px solid #FFF;
    color: #92ABB8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
        transition-property: all;
        transition-duration: 200ms;
        transition-timing-function: ease;
        transition-delay: 0s;
    position: relative;
}




.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features .x-features-search::after {
    position: absolute;
   /*font-family: "FontAwesome";
    content: "\f002";*/
    width: 150px;
    /*height: 26px;*/
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #8699AA;
    left: 5px;
    top: 5px;
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features .x-features-account {
    float: left;
  
    height: 70px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features .x-features-language {
    float: left;
    
    height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin: 0px 0px 0px 0px;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

/*===========================================================
MEDIA
=============================================================*/

@media only screen and (max-width: 400px) {
    #navbar-collapse-1 .account {
        display: block !important;
    }
/* A mettre pour les téléphones*/
    .x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features {
       
        min-width: 300px;
    }

    #block-white {
        padding: 20px 15px 20px 15px;
    }
    #block-dark {
         padding: 20px 20px 20px 20px;
    }
   


    
}



@media only screen and (max-width: 580px) {
    #navbar-collapse-1 .account {
        display: block !important;
    }

    #connextion-menu {
       display:none;
    }
    .navbar-brand {
        padding-left: 10px;
        min-width:230px;
        margin-left:0px;

        
    }
    .navbar-brand > img {
      height:60px;
    }

    .brand-text {
        font-size: 1.7em; 
    }

    .navbar-brand2 {
        padding-left: 0px;
        
        margin-left:0px;

        
    }
    .navbar-brand2 > img {
      height:60px;
      margin-left:0px;
    }


    .pub-nav-mode {
        min-height:60px;
    }
}

@media only screen and (max-width: 768px) {
    #navbar-collapse-1 .account {
        display: block !important;
    }
    [class^='col-xs-'],
    [class^='col-sm-'],
    [class^='col-md-'],
    [class^='col-lg-'] {
        margin-bottom: 0px;
    }

 /* Pour ne pas afficher l'icône imprimante
    ===========================================*/
    /*
    .isPrinter {
        display: none;
    }
    */


    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #connextion-menu .navbar-text {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }





    


   
    
}

@media (max-width: 979px) {
   

     #connextion-menu .navbar-text {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

    #navbar-collapse-1 .account {
        display: block !important;
    }

    #navbar-collapse-1 {
       max-height:600px;
       margin-top:80px;
       margin-left:0px;
       padding-left:0px;
       background-color: #304f5c;

    }

    .navbar-collapse {
        max-height: 600px;
        overflow-x: visible;
        padding-right: 0px; 
        padding-left: 0px; 
        border-top: 0px solid transparent; 
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); */
        -webkit-overflow-scrolling: touch;
    }

    .navbar .navbar-text-main {
        background-color: #666666;
    }

    .navbar .navbar-text-main a {
         background-color: #122f3b;
         padding:20px 0px 20px 30px;

    }
    .navbar .navbar-text-main a:hover {
         background-color: #122f3b;
         padding:20px 0px 20px 30px;
         
    }

      #home-tools {
        display: none;
    }

    #homeCarousel {
        display: block;
    }

    .navbar-brand  > img {
        height: 70px;
    }

    .navbar-brand2  > img {
        height: 70px;
    }



    
}

@media (min-width: 979px) {
    #homeCarousel {
        display: none;
    }
}

@media (max-width: 979px) {
    #navbar-collapse-1 .account {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #304f5c;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #304f5c;

        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;


        padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #00abd6;
    
    }
    .navbar-main-dropdown-menu {
        width:250px;
    }
    .navbar-nav .open .dropdown-menu a {
        background-color: #00abd6;
        padding-left:40px;
        padding: 10px 0px 10px 10px;
    }

    .navbar-main-dropdown-menu > li > a {
        font-size: 14px;
        color: #ffffff;
        background-color: #00abd6;
        font-family: 'Lato', sans-serif;
    }

    .navbar-main-dropdown-menu:before, .navbar-main-dropdown-menu:after {
    position: absolute;
    top: -10px;
    left: 45%;
    display: block;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    content: none;
}

    .marginleft-minus-70 {
        margin-left: -70px !important;
       
    }

    .noBorderLeft {
        display:none;
       
    }


    #navbar-main-account >  a {
        width:120px;
        
    }
   #connextion-menu .navbar-text {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}



    #bs-example-navbar-collapse-1 {
        float: right;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        /*display: inline-block !important;*/
        margin-top: 50px;
        background-color: #122f3b;
        
    }
    .navbar-abonne {
        text-align:left;
    }
    .navbar .navbar-abonne-item > li > a {
        padding-top:15px;
    }
    .navbar .navbar-abonne-item > li > a:hover {
       
       background-color: #122f3b;
        color: #00abd6;
        padding-bottom: 12px;
        border-bottom: 3px solid transparent;

    }
    .navbar-toggle-abonne {
        padding: 10px  12px 10px 12px;
        margin-top: 5px;
        border:0px solid transparent;
    }
    .navbar-toggle-abonne .fa {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 980px) {
     #navbar-collapse-1 .account {
        display: none;
    }
/*
    .x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features {
       
        background-color:#eeeeee;
    }
    #headerImage {

        width:100%;
        text-align: center;
        margin-top: 140px;


    }
    */
    #block-tools {
        padding: 20px 20px 20px 20px;
        min-height: 210px;
    }
    #block-tools h2 {
        font-size: 16px;
        padding-bottom: 0px;
    }
    #block-tools img {
        width:40px;
    }
    #block-tools p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 1200px) {
   
    .headerImageConnected {
    
        padding-top:50px !important;
    }

     #navbar-collapse-1 .account {
        display: none;
    }
/*
    .x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation .x-features {
       
        background-color:#eeeeee;
    }
    #headerImage {

        width:100%;
        text-align: center;
        margin-top: 140px;


    }
    */
    #block-tools {
        padding: 20px 30px 20px 30px;
        min-height: 210px;
    }
    #block-tools h2 {
        font-size: 16px;
        padding-bottom: 0px;
    }
    #block-tools img {
        width:40px;
    }
    #block-tools p {
        font-size: 1em;
    }
}

@media print { 
 /* All your print styles go here */
 .headerImageNotFixed, footer, #headerImage, #block-dark, #footer, #nav { display: none !important; } 

#block-dark { display: none !important; }
}







#navbar-connection {
    float:left;
   /*  display: inline-block !important;*/
}







#navbar-connexion {
    
   
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff0000;
    color:#ff0000;
    border-radius: 4px;

}
/*
.has-feedback label ~ .form-control-feedback {
    top: 28px;
}
*/
.form-horizontal .has-feedback .form-control-feedback {
    right: 25px;
     top: 26px;
}



/*==============================================
Pour transformer le camember en croix
=================================================*/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}



/*==============================================
Checkbox and Radio
================================================*/
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'Font Awesome 5 Pro';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }


.nav-pills > li > a {
padding: 5px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { 
    background-color: #00abd6;
    color: #ffffff !important;
    
}
.nav-pills > li.active > a:hover {
background-color: #018aad;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-decoration: none;

}


/*=============================================
select2
===============================================*/
.select2-results__option--highlighted {
    background-color: #00abd6 !important;
    color: white;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px !important;
    user-select: none;
    -webkit-user-select: none;
    padding-top:2px;
    padding-bottom:2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    margin-top: 2px;
}

/*==================================================
SEARCH
====================================================*/
#quickSearch, #parArticle, #parPublication {
    margin-top:20px;
}
#quickSearch .pointer:hover, #parArticle .pointer:hover, #parPublication .pointer:hover {
    color: #00abd6;
    cursor: pointer;
}

/*==================================================
PAGINATION
====================================================*/
#pagination .pagination > .active > a,
#pagination .pagination > .active > a:focus,
#pagination .pagination > .active > a:hover,
#pagination .pagination > .active > span,
#pagination .pagination > .active > span:focus,
#pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #ffffff !important;
    cursor: default;
    background-color: #00abd6;
    border-color: #00abd6;
    
}

.page-link {
    
}
#parArticle .page-item-active > a, 
#quickSearch .page-item-active > a,
#parPublication .page-item-active > a {
    color: #fff;
}
#quickSearch .page-item > a,
#parArticle .page-item > a,
#parPublication .page-item > a {
    color: #00abd6;
}
#quickSearch .arrow-item > a,
#parArticle .arrow-item > a,
#parPublication .arrow-item > a {
    color: #444;
    padding: 8px 12px 7px 12px;
    background-color: #f5f5f5;
    font-size:1.2em;
}


/*==========================================
Carousel
=============================================*/
.carousel {
    background: #122f3b;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50% !important;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;

    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
.carousel-control .fa-chevron-left {
    position: absolute;
    top: 50% !important;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;

    left: 50%;
    margin-left: -10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


.previousArticle {
    font-size: 18px;
    padding:0px 5px 0px 5px;
}
.nextArticle {
    font-size: 18px;
    padding:0px 5px 0px 5px;
}

.iconNavbarMain {
    font-size: 1.2em;
    padding-top:3px;
    padding-right:5px;
}

.iconNavbarMain_submenu {
    font-size: 1.2em !important;
    padding-top: 3px;
    padding-right: 5px;
}

.iconBarnavAbonne {
    font-size: 1.2em !important;
    padding-top: 3px;
    padding-right: 5px;
}


/*=================================================
Favoris
===================================================*/

.icon-trash a {
    color: #e62739 !important;
}

/*========================================
 QuickMessage
 =================================*/
#quickMessage {
  position:fixed;
  top:50%;
  left:50%;
  text-align:center;
  margin-left: -100px;
  padding:10px 20px 10px 20px;
  
  width:200px;
  border:1px solid #dddddd;
  z-index:    1000;
  color:#FFFFFF;
  background:#122f3b;
  opacity: 0;
  visibility:hidden;
  -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
  
}

.fa-external-link {
    
    padding-left:5px;
}


#fieldgroup_isDateFilter {
    padding-top:20px;
}

/*==================================
Calendrier
====================================*/
#ae_calendrier ul {
    /* list-style-type: none; */
    list-style: none; /* Remove default bullets */
    
}

#ae_calendrier ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #21556b; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

#ae_calendrier ul li {
    margin-top:20px;
    margin-top:0px;
    padding-bottom: 10px;
}

#ae_calendrier ul li strong {
    color:#21556b;
    font-family: Arial;
}

#ae_calendrier p strong {
    color:#21556b;
    font-size:1.2em;
}

/* ===================================
Comments
======================================*/
#comment-container {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 8px;
}
#comment-container td {
    border-top: 0px solid;
}
.comment-container-left {
    padding: 20px;
    margin:40px;
    border: 1px solid #ddd;
    background-color: #fff ;
    font-size: 16px;
    color: #4e5a5e;
}
.comment-picture {
    min-width: 48px;
    width: 80px;
    display: inline-block;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 16px;
}
.comment-picture img {
    position: absolute !important;
    max-width: 100px !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50% !important;
    left: 50% !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}
.comment-quote-left {
    font-size:18px;
    padding-left: 0px;
    padding-right: 7px;
    color:#00abd6;
}
.comment-quote-right {
    font-size:18px;
    padding-left: 7px;
    padding-right: 0px;
    color:#00abd6;
}
.comment-body {
    padding-top:10px;
}
.comment-text {
    
    font-size:16px;
    line-height: 30px;
}
.comment-star {
    color:#00abd6;
    font-size:14px;
}
.comment-author {
    width:100%;
    padding: 10px 0px 0px 0px;
    text-align: right;
    font-size:14px;
    color:#000;
}
.comment-function {
    width:100%;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size:12px;
    color:#666666;
}
.comment-company {
    width:100%;
    padding: 10px 0px 0px 0px;
    text-align: right;
    font-size:14px;
    color:#000;
}
.comment-logo {
    text-align: left;
}
.comment-logo img {
    max-width:200px;
    max-height:80px;
    
}

/*================================
NavbarLateral
==================================*/
#navbarlateral {

}
.navbarlateral-item a:hover {
    background-color: #00abd6;
    color: #fff;
}
.navbarlateral-item a {
    padding:10px 0px 10px 15px;
    background-color: #fff;
    color: #00abd6;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s;
}
.navbarlateral-item-current a {
    padding:10px 0px 10px 25px;
    background-color: #f5f5f5;
    color: #122f3b;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 4px solid #00abd6;
    
    transition: 0.3s;
}
.navbarlateral-icon {
    font-size: 1.2em;
    padding: 0px 10px 0px 0px;
}

.navbarlateral-link {
    font-size: 1.2em;
    padding: 0px;
}



/* Clear button styles
--------------------------------------------- */
/*
::-ms-clear {
    display: none;
  }
*/
  .input-button-clear {
    position:absolute;
    right:15px;
    margin-top: -30px; 
    padding-left:auto;
    z-index: 100;
    pointer-events: auto;
    cursor: pointer;
    background: #ccc;
  }
  .input-button-clear:hover {
    cursor: pointer;
  }
  .form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
  }


  /*====================================
  KIOSK
  ======================================*/
  .kiosk-container {
    border:1px solid #cccccc;
    padding:20px;
    max-width:700px;
    margin-bottom: 20px;
  }

  .kiosk-title {
    font-size:1.4em;
  }

  .kiosk-title a {
    
    text-decoration: none;

    
  }

  .kiosk-content {
    color: #666666;
  }

  .kiosk-read-button {
    float:right;
    right:10px;
  }

/*====================================
  Elections européennes 2024
  ======================================*/
  #block-white  .numBulletin_date {
    text-align: right;
    font-size:1em;
    color: #444;
    padding-bottom:15px;
}

.imageGroup1 {
    background-image:url('/_site/images/groupesParlementEuropeen/pg-logo.png');
}

/*====================================
  Graphiques
  ======================================*/
.intro-container {
    margin-top:0px;
    margin-bottom: 20px;
    padding:20px 30px 20px 30px;
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 1.15em; 
    color:#666666;
    background-color:#f5f5f5;
    border-radius: 4px;
}
.graphique-container {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding:10px;
}

.graphique-date {
    display: block;
    text-align: right;
}

/*====================================
  Titles
  ======================================*/
.main-grouptitle {
    padding-bottom: 20px;
    padding-top: 10px;
}

.main-title {
    font-size: 2.2em !important;
    line-height: 1.35em !important;
    color: #173a49 !important;
    border-bottom: 0px solid !important;
}
