/*
Theme Name: thales-extranet
Description: Une description de votre thème
Author: Activbrowser
Author URI: https://www.activbrowser.com/
Template: maxwell
Version: 1.0
*/
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(assets/fonts/roboto_Condensed/RobotoCondensed-Light.woff) format('woff');
  }
  @font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(assets/fonts/roboto_condensed/RobotoCondensed-Regular.woff) format('woff');
  }
  @font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(assets/fonts/roboto_condensed/RobotoCondensed-Bold.woff) format('woff');
  }


  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(assets/fonts/roboto/Roboto-Light.woff) format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(assets/fonts/roboto/Roboto-Regular.woff) format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(assets/fonts/roboto/Roboto-Bold.woff) format('woff');
  }
:root{
    --white:#FFFFFF;
    --linegrey:#d1d1d1;
    --lightgrey:#fcfcfc;
    --grey:#e6e6e6;
    --buttomfootergrey:#EAEAEA;
    --middlegrey:#f8f8f8;
    --greyauthor:#7f7f7f;
    --darkgrey:#666666;
    --lightblue:#f4fafc;
    --middleblue:#e2f0f4;
    --turquoise:#00bbdd;
    --lightturquoise:#5dbfd4;
    --violine: #353581;

    --prelative:relative;

    --transition:0.5s;

    --fs5:0.3125rem;
    --fs10:0.625rem;
    --fs13:0.8125rem;
    --fs15:0.9375rem;
    --fs16:1rem;
    --fs17:1.0625rem;
    --fs20:1.25rem;
    --fs30:1.875rem;
    --fs34:2.125rem;
    --fs35:2.1875rem;
    --fs40:2.5rem;
    --fs42:2.625rem;
    --fs45:2.8125rem;
    --fs48:3rem;
    --fs50:3.125rem;
    --fs55:3.4375rem;
    --fs60:3.75rem;
    --fs65:4.0625rem;
    --fs70:4.375rem;
    --fs80:5rem;
    --fs100:6.25rem;
}

.d-none {
    display: none !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

@media only screen and (min-width:992px){
    .d-lg-block {
        display: block !important;
    }
}

@media only screen and (max-width:991px){
    .content-area, 
    .site-content .content-fullwidth {
        float: none;
        padding: 15px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }
}

/* RESET CSS */
ul,
ol,
li {
    list-style: none;
}
ol{margin:0;}
a{text-decoration:none;}

.clear{clear:both;}

body{
    background: var(--white) url(img/bg_header_1.jpg) no-repeat center top; 
    font-size:  1rem;
}

body,
.page-title,
.entry-title,
#footer h3.widget-title,
.archive-title{
    color:var(--darkgrey);
    font-family: 'Roboto', sans-serif;
 
}

.mt-3{
    margin-top:var(--fs48);
}

/* GENERAL */
.d-flex{display: flex;}
.justify-content-between{justify-content: space-between;}

.logo-people-online{
 background: transparent url(img/logo_pol.svg) no-repeat center;
 width: 135px;
 height: 61px;
 display: block;
 overflow: hidden;   
}

main.site-main{
 background:var(--white);
 padding:var(--fs30) var(--fs65) 0 var(--fs30);
}

@media only screen and (max-width:1560px){
    .logo-people-online{
        margin-left:15px;    }
    }

.site{
    background:transparent;
    max-width:100%;
}

.container-contenu{
    margin:0 auto;
    max-width:1560px;
    padding:0;
}

.site{
    padding:0;
}

.header-widget{
    margin:0;
}

.header-main{
    padding:var(--fs10) var(--fs15);
    background-color:var(--lightgrey);
}

.header-main .site-branding .custom-logo{
    width: 135px;
}

.content-contenu{
    display:flex;
}

.sidebar{
    background-color:var(--middlegrey);
    border-left:1px solid var(--linegrey);
    padding:var(--fs20);
}

.site-content{
    padding-bottom:0;
    padding-top:0;
}

.site-main-sidebar{
    float:right;
    width:74.2%;   
}

.content-area{
    background:var(--white);
    padding-top:var(--fs20);
    padding-bottom:var(--fs20);
    /*padding:15px 4em 0 4em;*/
}

.flex-wrap{
    flex-wrap:wrap;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

th, td {

    border: none;
}

@media only screen and (min-width:576px){
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width:959px){
    .content-contenu{
        flex-direction:column
    }
}

/* LINK */
.more-link{
    background:var(--turquoise);
}

.more-link,
.more-link:hover{
    transition:var(--transition);
}

/* TYPOGRAPHY - TITRE */
.post-wrapper .type-post .entry-content{
    font-size:var(--fs15);
}

.page-title,
.entry-title,
.archive-title{
    color:var(--lightturquoise);
    font-weight:300;
    font-size: 2.2rem;
}

/* SEARCH BAR */
.search-form .search-field{
    font-size: .9rem;
    height: 44px;
    border-color: var(--grey);
    border-right-color: rgb(230, 230, 230);
    border-right: 1px solid var(--grey);
}

.search-form .search-submit{
    background-color: #ffffff;
    color: var(--white);
    height: 44px;
    width: 44px;
    border: 1px solid var(--grey);
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 0px;
    transition: background-color ease .3s, color ease .3s;
    cursor: pointer;
}

.search-form .search-submit:hover{
    background-color: var(--turquoise);
    color: var(--turquoise);
    transition: background-color ease .2s, color ease .2s;
}

.genericon-search::before {
    background:url(img/loupe.svg) no-repeat left top;
    background-size: 20px 20px;
    content:"." !important;
    display: block;
    font-size: .9rem;
    text-align: center;
    width: 44px;
    line-height: 42px;
}

.search-form .search-submit:hover .genericon-search::before {
    background:url(img/loupe-hover.svg) no-repeat left top;
    background-size: 20px 20px;
    content:"." !important;
}

/* MAIN NAVIGATION */
.main-navigation-menu{
    padding:0 var(--fs15);
}

.main-navigation-menu ul {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.main-navigation-menu li {
    float: left;
    margin: 0 1.2em 0 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.main-navigation-menu a:link, .main-navigation-menu a:visited {
    color: #303030;
    text-decoration: none;
}

.main-navigation-menu > .menu-item-has-children > a svg {
    display: inline-block;
    margin: 0.5em 0 0 0.3em;
    content: '\f431';
    vertical-align: top;
    text-decoration: inherit;
    font-size: 16px;
    font-family: 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
}

@media screen and (min-width:60.001em){
    .main-navigation-menu a{
        font-size:0.84rem;
        line-height:var(--fs60);
        padding:0;
        position:var(--prelative);
        transition: color ease .3s;
        border-bottom: 1px solid var(--linegrey) !important;
        display: block;
        margin: -1px 0 0;
        font-family: 'Titillium Web', Tahoma, Arial;

    }

    .main-navigation-menu {
        display: block !important;
    }
    .main-navigation-menu {
        position: relative;
        float: left;
        margin: 0;
        padding: 0 var(--fs15);
        width: 100%;
        list-style-position: outside;
        list-style-type: none;
    }
}

@media screen and (max-width:60em){
    .main-navigation-toggle{
        border-top:none;
    }
    
    #main-navigation{
        position:absolute;
        right:0;
        top:60px;
        width:320px;
    }
    
    .main-navigation-menu {
        background: var(--white);
    }
    
    .main-navigation-menu ul.sub-menu{
        background:#F5F5F5;
      box-shadow:none;  
    }
    
    .main-navigation-menu a:link, 
    .main-navigation-menu a:visited,
    .main-navigation-menu .submenu-dropdown-toggle{
        color:#303030;
    }
}

.main-navigation-menu > li.current-menu-item > a{
    border-color:transparent;
}

.main-navigation-menu a:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00bbdd;
    transition: height ease .3s, opacity ease .3s;
    opacity: 0;
}
.main-navigation-menu a:hover:before,
.main-navigation-menu > li.current-menu-item > a:before{
    height: 3px;
    bottom: 0px;
    transition: height ease .2s, opacity ease .2s;
    opacity: 1;
}

.main-navigation-menu a:hover, 
.main-navigation-menu a:active, 
.main-navigation-menu > li.current-menu-item > a{
    color:var(--turquoise);
    transition: color ease .2s;
}

@media screen and (max-width:60em){
    .main-navigation-toggle{
        border-top:none;
    }
    
    #main-navigation{
        position:absolute;
        right:0;
        top:60px;
        width:320px;
    }
}
/* BREADCRUMB */
.breadcrumb{
    display:flex;
    justify-content: center;
    max-height: 95px;
    width: 100%;
}

.breadcrumb ol{
    display:flex;
    max-width: 1560px;
    padding:var(--fs15) var(--fs15) var(--fs15) 0;
    width:1560px;
}

.breadcrumb ol li a,
.breadcrumb ol li{
    font-size:var(--fs13);
}

.breadcrumb ol li{
    color:var(--white)
}

.breadcrumb ol li a{
    color:var(--grey);
}

.breadcrumb ol li{
    margin-left:var(--fs10);
}

.breadcrumb ol li:before{
    background:url(img/right-arrow.svg) no-repeat top left;
    content:"";
    height:var(--fs10);
    display: inline-block;
    margin-right: var(--fs10);
    width:var(--fs10);
}

.breadcrumb ol li:first-child:before{
    background:none;
    content:"";
    height:0;
    display: inline-block;
    margin-right: 0;
    width:0;
}

/* SINGLE POST */
.single-post .entry-header{
    border-bottom: 1px solid var(--linegrey);
    margin-bottom:var(--fs20);
}

.entry-header .posted-by{
    margin-right:var(--fs15);
}

.posted-by,
.posted-by a:link,
.posted-by a:visited,
.entry-meta{
    color:var(--greyauthor);
    font-size:var(--fs13);
}

.post-wrapper .entry-meta{
    float:none;
}

.posted-by,
.entry-meta{
    float:left;
    margin:var(--fs13) 0;
}

.entry-meta span::after{
    content:"";
}

.meta-category{
    background-color: var(--turquoise);
    border-radius:var(--fs5);
    padding: 0 var(--fs5);
    margin-left:var(--fs15);
    display: inline-block;
    height: 25px;
  
}

.meta-category a:link,
.meta-category a:visited{
    color:var(--white);
    
}
.meta-category a{
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .66rem;
    display: block;
}
/* ACCORDION */
.accordions .border-none {
    border: 1px solid #e2e2e2 !important;
}

.accordions .ui-state-default.border-none, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #FFF;
    border: 1px solid #e2e2e2 !important;
    border-radius:0;
    display:flex;
    flex-direction: row-reverse;
    font-weight: normal;
    color: var(--darkgrey);
    margin:0;
    padding: 0;
}

#accordions-30 .accordion-icons {
    background: #fcfcfc;
    border-left:1px solid #e2e2e2;
    padding: 20px;
    width: 60px;
}

/* SIDEBAR MENU */
.sidebar ul{
    padding:0;
    font-size: 0.82rem;
}

.sidebar ul li{
    font-weight: 500;
    position:relative;
}

.sidebar li a{
    color: var(--darkgrey);
    font-weight: 400;
    transition: color ease .2s;
    display: block;
    padding-left:var(--fs30);
}

.sidebar li a:hover,
.sidebar li.current > a{
    color: var(--turquoise);
    transition: color ease .2s;
}

.sidebar li a:before{
    border-radius: 100%;
    background:url(img/check.svg) no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    position: absolute;
    margin: 7px 0 0 -30px;
    opacity: 0;
    transition: all ease .3s;
}

.sidebar li a:hover:before,
.sidebar li.current > a:before{
    opacity: 1;
    margin-left: -20px;
    transition: all ease .4s;
}

/* FOOTER WIDGET */
.post-layout-one-column .post-wrapper .type-post .wp-post-image {
    height: auto;
    width: 45%;
}
@media only screen and (max-width: 40em) {
    .post-layout-one-column .post-wrapper .type-post .wp-post-image {
        width:100%
    }
}

/* FOOTER WIDGET */
.primary-navigation-wrap{
    background: var(--white);
}

.main-navigation-menu ul{
    background: var(--white);
}
.main-navigation-menu ul a{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited{
    color: var(--darkgrey);
}

/* FOOTER WIDGET */
.footer-copyright{
    color:#8c8c8c;
    text-align:center;
}

.footer-copyright p{
    margin:0;
}
.footer-copyright .logo-thales-black{
    background: transparent url(img/logo_thales_black.svg) no-repeat center;
}

.footer-copyright .pol-logo-footer-thales {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    opacity: .4;
}
.footer-copyright .logo-thales {
    width: 135px;
    height: 61px;
    display: block;
    overflow: hidden;
}

.footer-wrap{
    border-bottom: 4px solid var(--turquoise);
}

.d-flex{
    display:flex;
}

.footer-widget{
    background:var(--middlegrey);
    flex-wrap:wrap;
    padding:var(--fs60) var(--fs15) var(--fs20) var(--fs15);
}

#footer h3.widget-title{
    font-size: .88rem;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 600;
}

#footer .footer-widget-menu{
    padding:0;
}

#footer .footer-widget-menu li a{
    color: var(--darkgrey);
    transition: color ease .2s;
    display: block;
}

#footer .menu-footer li a:hover{
    color: var(--turquoise);
    transition: color ease .2s;
}

#footer .footer-widget-menu li a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #00bbdd;
    position: absolute;
    margin: 7px 0 0 -18px;
    opacity: 0;
    transition: all ease .3s;
}

#footer .footer-widget-menu li a:hover:before{
    opacity: 1;
    margin-left: -14px;
    transition: all ease .4s;
}

.site-footer{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: var(--fs60) var(--fs15);
    clear: both;
    display: flex;
    justify-content:center;
    background-color: var(--buttomfootergrey);
}

.reseaux-sociaux .textwidget{
    display:flex;
    flex-wrap:wrap;
}

.reseaux-sociaux .textwidget a{
    height:var(--fs20);
    margin:0 var(--fs10) var(--fs10) 0;
}

.reseaux-sociaux svg{
    height:var(--fs20);
    width:var(--fs20);
}

.reseaux-sociaux svg path{
    fill: var(--greyauthor);
    transition:var(--transition);
}

.reseaux-sociaux svg:hover path{
    fill: var(--turquoise);
    transition:var(--transition);
}

a.back-to-top-btn{
    background:var(--buttomfootergrey);
    border:1px solid #dfdfdf;
    color:var(--greyauthor);
    display:block;
    padding:var(--fs10);
    text-align:center;
    transition:var(--transition);
    width:100%;
}

a:hover.back-to-top-btn{
    background:var(--middlegrey);
    transition:var(--transition);
}


.liste-news{
    display:flex;
    flex-wrap:wrap;
}
.liste-news+.load-more{
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
}
.liste-news figure{
    border:1px solid var(--middlegrey);
    margin:0 var(--fs20) var(--fs20) 0;
    position:relative;
    width:calc(33.33% - 20px);
}

.liste-news figure .meta-category {
    background-color: var(--turquoise);
    border-radius: var(--fs5);
    display: inline-block;

    margin-left: var(--fs10);
    padding: var(--fs5) var(--fs10);
    position:absolute;
    top:var(--fs10);
}

.liste-news figure:nth-child(3n-3){
    margin:0 0 var(--fs20) 0;
}

.liste-news figure h2{
    color:#242a75;
    font-size:0.9rem;
    font-weight:700;
}

.liste-news figure .img{
    overflow:hidden;
    height:160px;
}

.liste-news figure .img img{
    max-width: 100%;
    height: auto;
    overflow:hidden;
    margin: 0;
}

.liste-news figure figcaption{
    padding:var(--fs10);
    height: 75px;
}

.liste-news figure figcaption h2{
    margin: 0 10px;
}

.content-archive .intranet_article{

    margin: 0 0 2em 0;

}
.content-archive .intranet_article .entry-header{
    color: var(--darkgrey);
    font-family: 'Roboto', sans-serif;
  
}
.content-archive .intranet_article .entry-header .entry-title{
    font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
    main.site-main{
     padding:var(--fs30) var(--fs15) 0 var(--fs15);
    }
    
    .liste-news figure{
        width:calc(50% - 20px);
    }

    .liste-news figure:nth-child(3n-3){
        margin:0 var(--fs20) var(--fs20) 0;
    }

    .liste-news figure:nth-child(2n-2){
        margin:0 0 var(--fs20) 0;
    }
}

@media screen and (max-width: 576px) {
    .liste-news figure{
        margin:0 0 var(--fs20) 0;
        width:100%;
    }

    .liste-news figure:nth-child(3n-3){
        margin:0 0 var(--fs20) 0;
    }

    .liste-news figure:nth-child(2n-2){
        margin:0 0 0 0;
    }
}


/* PAGE 404 */
.error404{
    background: #00bbdd url(img/clouds.png) no-repeat center 100px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 1.2rem;
    border-top: 5px solid #00b1d2;
}

.error404 input[type="text"], .error404 input[type="email"], .error404 input[type="url"], .error404 input[type="password"], .error404 input[type="search"], textarea,
.error404 .search-form .search-submit{
   border:none;
}

.error404 .search-form .search-submit:hover{
   background:transparent;
}

.error404 .search-form .search-submit:hover .genericon-search::before {
    background: url(img/loupe-bleu.svg) no-repeat left top;
        background-size: auto;
    background-size: 20px 20px;
}

.pol_error_container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pol_error_logo {
    height:100px;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 160px;
}

.logo-pol-white {
    background: transparent url(img/logo_pol-white.svg) no-repeat center;
}

.pol_error_msg {
    position: relative;
    margin-top: 40px;
    padding-top: 50px;
}

.pol_error_robot {
    width: 100%;
    max-width: 310px;
    height: 260px;
    background: transparent url(img/robot.svg) no-repeat center center;
    position: absolute;
    top: 20px;
    right: -40px;
}

.pol_error_num {
    color:var(--white);
    font-size: 12rem;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    padding: 0;
    margin: 0;
    letter-spacing: -0.7rem;
}

.pol_error_details {
    clear: both;
    display: block;
    margin-left: 50px;
    margin-top: -17px;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.pol_error_int {
    clear: both;
    display: block;
    margin-left: 50px;
    font-size: .9rem;
}

.pol_error_search_container {
    width: 100%;
    max-width: 530px;
    margin: 30px auto;
    clear: both;
    display: block;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 13px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.pol_error_logo.logo-thales {
    margin-top: 130px;
    opacity: .8;
}

.logo-thales-white {
    background: transparent url(img/logo_thales_white.svg) no-repeat center;
}


/* LISTE DOCUMENT */
.searchbar-document {
    background-color:var(--lightblue);
    padding:var(--fs15);
}

.search-form-document {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    max-width: 300px;
    padding: 0;
    width: 100%;
}

.search-form-document .search-field {
    font-size: .9rem;
    height: 44px;
    border:1px solid var(--middleblue);
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5em 1.5em 0.5em 0.7em;
    min-width: 300px;
    width: 100%;
    -webkit-appearance: none;
}

.search-form-document .search-submit {
    background-color: var(--white);
    color: var(--darkgrey);
    height: 44px;
    width: 44px;
    border:1px solid var(--middleblue);
    border-left: 0px;
    transition: background-color ease .3s, color ease .3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.65em 0.75em 0 0.2em;
}

.search-form-document .search-submit:hover {
    background-color: var(--turquoise);
    color: var(--turquoise);
    transition: background-color ease .2s, color ease .2s;
}

.search-form-document .search-submit .icon-search{
    display: inline-block;
    padding: 0.2em 0 0.55em 0.45em;
    content: '\f400';
    vertical-align: middle;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-family: 'Genericons';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-form-document .search-submit .icon-search:before{
    background: url(img/loupe.svg) no-repeat left top;
    background-size: auto;
    background-size: 20px 20px;
    content: ".";
    display: block;
    font-size: .9rem;
    text-align: center;
    width: 44px;
    line-height: 42px;
}

.search-form-document .search-submit:hover .icon-search:before{
    background: url(img/loupe-hover.svg) no-repeat left top;
    background-size: 20px 20px;
    content: ".";
}

.table{
    margin: 0 0 40px 0;
    width: 100%;
    display: table;
}

.table .row.header {
    background: var(--white);
}

.row{
    background:var(--white);
    font-size: var(--fs15);
    display: table-row;
    width:100%;
}

.cell{
    border-bottom:1px solid var(--linegrey);
    display: table-cell;
    padding: 0.9rem;
}

.cell.date{
    color:var(--greyauthor);
    font-size: var(--fs13);
}

.row:nth-child(2n+1) {
    background: var(--middlegrey);
}

/*
FAQ
*/
.faq {width:100%;border:1px solid #dadada;clear:both;margin:20px auto;padding-bottom:0;position:relative;}

.faq ul.faq_list {padding:0;margin:0!important;width:100%;display:block;}
.faq ul.faq_list>li {width:100%;clear:both;padding:0 !important;margin:0 !important;list-style-type: none !important;}
.faq .faq_questionContainer {border-bottom:1px solid #e0e0e0;width:100%;display:inline-block;cursor:pointer;position:relative;padding:0;margin:0;}
.faq ul.faq_list>li:last-child .faq_questionContainer {border-bottom:0px;}
.faq .isOpen {border-bottom:1px dotted #cccccc !important;}
.faq .faq_questionContainer .faq_btnRead {width:64px;position:absolute;top:0;right:0;bottom:0;background-color:#fcfcfc;border-left:1px solid #efefef;}
.faq .faq_questionContainer:hover .faq_btnRead {background-color: #f2f2f2;}
.faq .faq_questionContainer .faq_btnRead .faq_arrow {width:11px;height:6px;background:transparent url(img/faq_arrow.gif) no-repeat top;position:absolute;margin:0 auto;top:50%;left:50%;margin-top:-3px;margin-left:-6px;}
.faq .faq_questionContainer .faq_question {width:540px;padding:22px 0 22px 20px;font-family:"Roboto Condensed";color:#666666;font-size: 1rem;}
.faq .isOpen .faq_btnRead {background-color: #00bbdf !important;}
.faq .isOpen .faq_btnRead .faq_arrow {background-position: bottom !important;}
.faq .faq_show_answer {display: none;font-size: .9rem;padding:30px 70px 30px 40px;border-bottom: 1px solid #efefef;line-height: 1.3rem;}
.faq .faq_show_answer ul {padding:10px 20px;margin:0;list-style-type: disc !important;}
.faq .faq_show_answer ul li {padding-left: 10px;}
.faq .faq_show_answer table {max-width:720px!important;}


.text-center{
    text-align: center;
}

.text-left{
    text-align: left!important;
} 

.float-left{
    float: left !important;
}

.card-body{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.table{
    width: 100;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td, .table th{
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
}

.table-sm td, .table-sm th{
    padding: .3rem;
}



/* Possible hors zone d'édition */
h1 {font-family: 'Roboto';font-weight: 300;font-size: 2.2rem;color:#5dbfd4;position:relative;padding-bottom: 20px;padding-top: 20px;}
.lead {color:#333333;font-weight: 600;font-size: 1rem;margin:0 0 30px 0;}

/* Headings */
.entry-content h2 {font-family: 'Roboto';font-weight: 300;font-size: 2rem;position:relative;margin-top: 40px;margin-bottom: 30px;color:#f93b2a;clear:both;}
.entry-content h3 {font-family: 'Roboto';font-weight: 300;font-size: 1.8rem;line-height:2.3rem;position:relative;margin-top: 40px;margin-bottom: 30px;color:#fa9600;clear:both;}
.entry-content h4 {font-family: 'Roboto';font-weight: 300;font-size: 1.6rem;margin-top: 40px;margin-bottom:15px;color:#002e40;clear:both;} /*96bf0d*/
.entry-content h5 {font-family: 'Roboto';font-size: 1.4rem;font-weight: 300;margin-top: 30px;margin-bottom:10px;clear:both;}
.entry-content h6 {font-family: 'Roboto';font-size: 1.2rem;font-weight: 300;margin-top: 30px;margin-bottom:10px;clear:both;}

/* Standards... */
.entry-content a {color:#00bbdd;text-decoration: underline;transition: color ease .2s;}
.entry-content a:hover {color:#ff5862;transition: color ease .2s;}
.entry-content p a {color:#00bbdd;text-decoration: underline;transition: color ease .2s;}
.entry-content p a:hover {color:#ff5862;transition: color ease .2s;}

/* Letterine */
.entry-content p.initial::first-letter {font-size:3.4rem;padding-right:0.6rem;float:left;font-weight: 300;}

/* Lists : ordered and unordered */
.entry-content ul {padding:0;margin:30px 40px;list-style-type: disc;}
.entry-content ul.list-unstyled {padding-left:0;}
.entry-content ul.list-unstyled li {list-style-type: none;padding-left: 0px;}
.entry-content ul.list-unstyled li::before {display: none !important;}
.entry-content ul  li {padding-left: 20px;}
.entry-content ul li {position:relative;list-style-type: disc;margin-bottom: 4px;}
.entry-content ul li > ul,
.entry-content ol li > ol {padding:0;margin-top:14px;margin-bottom: 20px;list-style-type: lower-alpha;}

.entry-content ul li > ul  li {margin-bottom: 2px;list-style-type: circle;}

.entry-content ol {padding:0;margin:30px 40px;}
.entry-content ol > li {padding-left: 20px;margin-bottom: 5px;}

/* Horizontal rule */
.entry-content hr {margin-top: 30px;margin-bottom: 30px;}
.entry-content hr.hr-smaller {width:100%;max-width:200px;border-top-color:#f5a623;margin-left:auto;margin-right: auto;left:0;right:0;}

/* Highlights */
.entry-content mark {border-radius: 3px;}
.entry-content mark.info {background-color:#00bbdd;color:#ffffff;}
.entry-content mark.info-marineblue {background-color:#242a75;color:#ffffff;}
.entry-content mark.warning {background-color:#edaf51;color:#ffffff;}
.entry-content mark.success {background-color:#99bb00;color:#ffffff;}
.entry-content mark.danger {background-color:#d93a49;color:#ffffff;}


/* Blockquote : NOUVELLE VERSION - Avril 2019 // ANNULE ET REMPLACE*/
 blockquote {border-left:none;color:#00bbdd;position:relative;text-transform: none;font-family: 'Roboto';font-weight:200;font-style: normal;text-align: left;padding-left:48px;padding-top: 5px;width: 90%;left:0;right:0;margin:15px auto 25px;font-size: 1.3rem;line-height: 1.5rem;}
 blockquote::before {content: '';background: transparent url(img/quote.svg);width:38px;height:48px;background-size:auto 26px;background-repeat: no-repeat; background-position:top left;font-family: 'Roboto';font-weight:900;padding-left:26px;color:#00bbdd;position:absolute;left:12px;top:0;z-index: 0;}

blockquote.text-right {width:100%;max-width:330px;margin-top:0;margin-left:36px;margin-bottom:20px;float:right;text-align: left !important;padding-top: 20px;border-top:1px solid #d0d0d0;}
blockquote.text-right::before {top:15px;}
blockquote.text-left {width:100%;max-width:330px;margin-top:0;margin-right:36px;margin-bottom:20px;float:left;padding-left: 48px;padding-top: 20px;border-top:1px solid #d0d0d0;}
blockquote.text-left::before {top:15px;}

blockquote small {color:#666666;font-size: .9rem;}

blockquote.text-right > footer {text-align: left;}
blockquote.text-left > footer {text-align: left;}
blockquote.text-center {text-align: left !important;width:60%;left:0;right:0;margin:0 auto;}


blockquote.bigger {font-size:1.5rem;line-height: 1.8rem;}
blockquote.bigger::before {width:100px;height:60px;background-size:auto 32px;padding-left: 30px;left:2px;}
 


/* Figure */
.entry-content figure {max-width:100%;margin-bottom:20px;display: inline-block;}
.entry-content figure figcaption {border-bottom:1px solid #e3e3e3;padding:10px 0;font-size:.8rem;}
.entry-content figure figcaption .caption {color:#333333;display:block;}
.entry-content figure figcaption .credit {font-size:.77rem;display:block;margin-top:4px;}

/* Callout boxes */
.callout_box {border:1px solid #e3e3e3;border-left:4px solid #e3e3e3;padding:14px 20px;display:block;}
.callout_box p {padding:0 !important;margin:0 !important;}
.callout_box + .callout_box {margin-top: 10px;}
.callout_box h1,
.callout_box h2,
.callout_box h3,
.callout_box h4,
.callout_box h5,
.callout_box h6 {font-weight: 500 !important;font-size: 1.2rem !important;color:#666666 !important;}

.callout_box.info {background-color:#ffffff;border-left-color:#00bbdd;}
.callout_box.info h1,
.callout_box.info h2,
.callout_box.info h3,
.callout_box.info h4,
.callout_box.info h5,
.callout_box.info h6 {color:#00bbdd !important;}

.callout_box.warning {background-color:#ffffff;border-left-color:#edaf51;}
.callout_box.warning h1,
.callout_box.warning h2,
.callout_box.warning h3,
.callout_box.warning h4,
.callout_box.warning h5,
.callout_box.warning h6 {color:#edaf51 !important;}

.callout_box.success {background-color:#ffffff;border-left-color:#99bb00;}
.callout_box.success h1,
.callout_box.success h2,
.callout_box.success h3,
.callout_box.success h4,
.callout_box.success h5,
.callout_box.success h6 {color:#99bb00 !important;}

.callout_box.danger {background-color:#ffffff;border-left-color:#fc3b4c;}
.callout_box.danger h1,
.callout_box.danger h2,
.callout_box.danger h3,
.callout_box.danger h4,
.callout_box.danger h5,
.callout_box.danger h6 {color:#fc3b4c !important;}

.callout_box h1,
.callout_box h2,
.callout_box h3,
.callout_box h4,
.callout_box h5,
.callout_box h6 {padding:0 !important;margin:0 0 20px 0 !important;}

/* Text Colors */
.text-red {color:#d93a49;}
.text-turquoise {color:#00bbdd;}
.text-marineblue {color:#242a75;}
.text-orange {color:#edaf51;}
.text-green {color:#99bb00;}

 /* User Card */
.intranet_page .pol__user-card {width:100%;max-width:360px;min-width:200px;border:1px solid #e3e3e3;padding:0;background-color: #ffffff;display: inline-block;}
.intranet_page .pol__user-card .card-head {width:100%;height:100px;background-color:#00bbdd;position:relative;}
.intranet_page .pol__user-card .card-avatar img {width:128px;height:128px;border:6px solid #ffffff;margin-top:20px;border-radius: 50%;}
	/* FIX images verticales, 21/03/2018. TGC */
	.intranet_page .pol__user-card .card-avatar-fix {width:128px;height:128px;border-radius: 100%;overflow:hidden;margin:20px auto 0 auto;left:0;right:0;border:6px solid #ffffff;position:absolute;}
	.intranet_page .pol__user-card .card-avatar-fix img {height:auto !important;border:0px;margin:0 !important;}

.intranet_page .pol__user-card h4 {font-size: 1.3rem;font-weight: 400;padding-top:0;margin-top: 0px;margin-bottom: 0px;padding-bottom: 6px;}
.intranet_page .pol__user-card .card-body {padding-top: 70px;}

.intranet_page .pol__user-card.align-right {
    float: right;
}
.intranet_page .pol__user-card.align-left {
    float: left;
}
.intranet_page .pol__user-card.align-center {
    margin-left: auto;
    margin-right: auto;
	display:block;
}


/* Detailed card */
.intranet_page .pol__detailed-card {width:100%;display: block;clear:both;}
.intranet_page .pol__detailed-card + .pol__detailed-card {border-top:1px solid #e3e3e3;}
.intranet_page .pol__detailed-card .card-picture {width:140px;}
.intranet_page .pol__detailed-card .card-avatar img {width:96px;height:96px;border:4px solid #ffffff;margin-top:20px;border-radius: 50%;}

	/* FIX images verticales, 21/03/2018. TGC */
	.intranet_page .pol__detailed-card .card-avatar-fix {width:96px;height:96px;border-radius: 100%;overflow:hidden;margin:20px auto 0 auto;border:4px solid #ffffff;}
	.intranet_page .pol__detailed-card .card-avatar-fix img {width:100% !important;height:auto !important;border:0px;margin:0 !important;}

.intranet_page .pol__detailed-card a {text-decoration: none;}
.intranet_page .pol__detailed-card .card-body {width: calc(100% - 140px);}

.intranet_page .pol__detailed-card-blue {background-color: #5dbfd4;color:#ffffff;border-radius: 6px;}
.intranet_page .pol__detailed-card-blue .card-avatar img {width:96px;height:96px;}
.intranet_page .pol__detailed-card-blue .card-body a {color:#ffffff;}
.intranet_page .pol__detailed-card-blue .card-body a:hover {color:#242a75;}
.intranet_page .pol__detailed-card-blue .card-body small {opacity:.8;}

.intranet_page .pol__detailed-card h4.card-title {font-size: 1.3rem;font-weight: 400;padding-top:0;margin-top: 0px;margin-bottom: 0px;padding-bottom: 6px;}

.intranet_page img {margin:10px auto;max-width:100%;height:auto;}
.intranet_page img.float-left {float:left;margin-right:16px;margin-bottom:10px;}
.intranet_page img.float-right {float:right;margin-left:16px;margin-bottom:10px;}



/*
ANCIENNE CSS
Récupération et correctifs
*/
.intranet_page .red {color:#d93a49;}
.intranet_page .green {color:#99bb00;}
.intranet_page .grey {color:#808080;}

.intranet_page table.borderTable {border-collapse: collapse;border:1px solid #e2e2e2;}
.intranet_page table.borderTable th {border:1px solid #e2e2e2;}
.intranet_page table.borderTable td {border:1px solid #e2e2e2;}
.intranet_page table.borderTable tr {border-collapse: collapse;border:1px solid #e2e2e2 !important;background-color: #fefefe !important;}

.intranet_page .img-left {float:left;margin-right:16px;margin-bottom:10px;}
.intranet_page .img-right {float:right;margin-left:16px;margin-bottom:10px;}

.entry-content{
    font-size: 1rem;
}
.intranet_article .entry-content, .intranet_article .lead {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.intranet_article header li{
    padding: 0;
    margin: 0 20px 0 0;
    display: inline;

}
.intranet_article  .infos{
    font-size: .8rem;
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    color: #808080;
    border-bottom: 1px solid #e3e3e3;
}
.intranet_article h1{
    margin : 0;
}
.intranet_article .news-infos-list{
    margin-bottom : 0;
}

.intranet_article .pol-article-picture-main.bigger{
    width: 120%;
    margin: 20px 0;
    display: block;
}


.intranet_article .pol-article-picture-main{
    float : right;
    width: 30rem;
    display: inline-block;
    margin: 0 -10% 20px 20px;
    clear: both;
    z-index: 20;
    position: relative;
}

.intranet_article .pol-article-picture-main img{
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
  
}

.widget-magazine-posts .medium-post{
    margin: 0 0 2em 0;
}

.home .site-main{
    padding-top: 0;
}
@media (max-width: 992px) {

}

@media (max-width: 767px) {
.intranet_page .pol__detailed-card .card-picture {width:100%;clear:both;display: block;text-align: center;}
.intranet_page .pol__detailed-card .card-body {clear:both;display: block;width:100%;}

}

/* Fix date home page */

.widget-magazine-posts-content .entry-header {
	display:flex;
	flex-direction:column;
	
}
