/*
Sidebar lexique
 */
.key_words_container{
    width: 100%;
    max-width: 268px;
    margin-left: -45px;
    margin-bottom: 50px;
}

.key_words_container .key_words_header{
    background-color: #00263c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 18px 5px;
}

.key_words_container .key_words_header i{
    margin-left: 10px;
    vertical-align: middle;
    display: none;
}

.key_words_container ul.key_words_list{
    background-color: #f6f6f6;
    padding: 0 25px;
    max-height: 800px;
    overflow-y: auto;
    margin-top: 0px;
}

.key_words_container ul.key_words_list li{
    padding: 20px 30px;
    border-bottom: solid 1px #dde1e3;
}
.key_words_container ul.key_words_list li:last-child{
    border-bottom: none;
}

.key_words_container ul.key_words_list li a{
    color: #00263c !important;
    font-size: 18px;
    text-decoration: none;
    line-height: 0.1;
    font-family: 'Bouygues Read',Arial,sans-serif;
}
.key_words_container ul.key_words_list li a:hover{
    text-decoration: underline;
}
.key_words_container ul.key_words_list li a.current_lexique{
    color: #109db9;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .key_words_container ul.key_words_list{
        max-height: 300px;
        display: none;
    }

    .key_words_container{
        margin: 30px auto;
        max-width: 400px;

    }

    .key_words_container .key_words_header i{
        display: inline-block;
    }

}
.row-lexique #sidebar{
    padding-top: inherit !important;
}/*
@media only screen and (max-width: 767px) {
    .row-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .row-mobile {
        display: none !important;
    }
}
*/
/*
Les class css lexique en dur
 */
.text_class_title {
    font-size: 18px !important;
    line-height: 1.6 !important;
    letter-spacing: .2px;
    color: #00263c !important;
    font-weight: 600;
}

.strong_class {
    font-weight: 600 !important;
}

.italic_class {
    font-style: italic !important;
}

.widget_cta_button {
    max-width: 183px !important;
}

.custom-img {
    padding: 0 11px !important;
}

.text_class {
    font-size: 18px !important;
}

@media only screen and (min-width: 768px) {
    .actuality__bloc__section {
        margin-top: 37em !important;
        transform: translate(-50%, -50%) !important;
    }
}
@media screen and (min-width: 991px) {
    .desktop-only {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .mobile-only {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {
    .img_telephone_fixe {
        max-width: 200px !important;
        margin-left: 200px !important;
    }
}

.four_steps_bloc .four_steps_image_desktop {
    display: none;
}

.widget_video__section .video-pictogramme {
    left: 30%;
}

.widget_video__section {
    margin-bottom: 0;
    padding: 0px 0;
}

@media screen and (max-width: 767px) {
    .vid_container {
        padding-bottom: 10px !important;
        margin-bottom: 40px;
    }}

button.custom_category_layer_btn.button.button--invert{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 15px;
    border: 3px solid #00263c;
    color: #00263c;
    letter-spacing: .2px;
    background-color: transparent;
}
button.custom_category_layer_btn.button.button--invert:hover{
    background-color: #00263c;
    color: #ffffff;
    border: 3px solid #ffffff;
}
body.single-lexique .main-container .row-container .row-parent {
    max-width: 100%;
}
@media screen and (min-width: 960px) {
    body.single-lexique .custom-post-content {
        padding-left: 35px !important;
        max-width: 700px !important;
    }
}
li {
    line-height: inherit !important;
}
.custom-post-content li{
    font-size: 18px !important;
    padding: 10px 0 !important;
}
ul {
    margin: 0 !important;
}
.color-dark-blue:not(.valid):not(.mage-error) {
    color: #153b60 !important;
}
.material-icons{
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    font-family: 'Material Icons',serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';

}
.single-lexique .custom-post-content a span.strong_class{
    color: #109db9 !important;
}
.single-lexique .custom-post-content a span {
    color: #109db9 !important;
}
.single-lexique .custom-post-content a em {
    color: #109db9 !important;
}
.single-lexique a.lexique__page.back_link{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #109db9;
    margin: 40px 0;
    vertical-align: middle;
    display: block;
    text-decoration: none !important;
}
.single-lexique i.material-icons.medium{
    vertical-align: middle !important;
}
.single-lexique .is-tri .buttons .button.is-primary.is-inverted {
    color: #fff !important;
    margin-bottom: 0;
    max-width: inherit !important;
    padding: 10px !important;

}
@media screen and (max-width: 767px) {
    .single-lexique .custom-post-content .bloc-card {
        margin-top: 20px !important;
    }
    .single-lexique .is-tri .button{
        width: initial !important;
    }
}

/*
Page Lexique
 */
.column {
    width: 33.33%;
    float: left;
    margin-top: 25px;
}
.page-template-template-page-lexique .lexique_list_container{
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.page-template-template-page-lexique dl.lexique {
    margin: 25px 10px;
    max-width: 260px;
}
.page-template-template-page-lexique dl.lexique dt {
    color: #109db9;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 0;
    position: relative;
    font-family: 'Bouygues Read', Arial, sans-serif;
}
.page-template-template-page-lexique dl.lexique dd {
    font-size: 15px;
    padding-top: 4px;
    word-wrap: break-word;
}
.page-template-template-page-lexique dl.lexique dt:after {
    content: "";
    background-color: #d2d3d7;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 5px;
}
.page-template-template-page-lexique dl.lexique a, .page-template-template-page-lexique dl.lexique a:visited {
    text-decoration: none;
}
.page-template-template-page-lexique dd {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.page-template-template-page-lexique .main-wrapper a{
    font-family: 'Bouygues Read', Arial, sans-serif;
}
.page-template-template-page-lexique dt,
.page-template-template-page-lexique dd,
.page-template-template-page-lexique dl {
    line-height: inherit !important;
    margin: 0 !important;
}
.page-template-template-page-lexique dl.lexique a:hover,
.page-template-template-page-lexique dl.lexique a:active {
    text-decoration: underline;
}
.page-template-template-page-lexique dl.lexique dd:last-child {
    margin-bottom: 23px !important;
}

.page-template-template-page-lexique .lexique_page_banner_container {
    min-height: 300px;
    height: auto;
    width: 100%;
    padding: 0 40px 53px;
    color: #fff;
}
.page-template-template-page-lexique .banner_blue_background {
    height: auto;
    width: 100%;
    background: url(../img/transparent-noise-effect.png),url(../img/pattern-dark-logo-bte.svg) no-repeat,linear-gradient(#001117,#004b67);
    background-size: auto,100%,auto;
    background-position: top left,-400px -500px,top left;
}
.page-template-template-page-lexique .row-breadcrumb{
    border-style: inherit !important;
}

.page-template-template-page-lexique .post-breadcrumb li:last-child a {
    color: #fff !important;
}
.page-template-template-page-lexique .breadcrumb li a, .page-template-template-page-lexique .is-tri .breadcrumb li+li a:before {
    color: #fff !important;
}
.page-template-template-page-lexique .lexique_page_banner_container .banner_title {
    margin: 50px auto 10px auto;
    font-family: 'Bouygues Speak',Arial,sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    max-width: 960px;
    display: block;
}
.page-template-template-page-lexique .lexique_page_banner_container .banner_subtitle {
    margin: 10px auto 0 auto;
    font-size: 20px;
    font-family: 'Bouygues Read',Arial,sans-serif;
    line-height: 1.4;
    text-align: center;
    max-width: 960px;
    display: block;
}

@media (max-width: 767px) {
    .page-template-template-page-lexique   .is-tri .breadcrumb li + li a:before {
          top: 3px !important;
      }
        .page-template-template-page-lexique  .row-breadcrumb {
          padding: 7px 0 7px 0 !important;
      }
  }
  .page-template-template-page-lexique .is-tri .breadcrumb li + li a:before {
    top: 3px !important;
}
  .page-template-template-page-lexique .is-tri .breadcrumb li:not(:last-child) a span, .page-template-template-page-lexique .is-tri .breadcrumb li:not(:last-child) a:hover span {
      text-decoration: underline;
      text-underline-offset: 2px;
      font-family: 'Bouygues Read', Arial, sans-serif;
  }

@media (min-width: 1025px){
    .page-template-template-page-lexique .post-breadcrumb{
        margin-left: -150px;
    }
}
@media only screen and (max-width: 767px){
    .page-template-template-page-lexique .lexique_page_banner_container h1, .lexique_page_banner_container .banner_title {
        margin: 20px auto 10px auto !important;
        font-size: 30px !important;
    }
    .page-template-template-page-lexique .lexique_page_banner_container .banner_subtitle {
        margin: 8px auto 0 auto !important;
        font-size: 18px !important;
        padding: 0 !important;
    }
    .page-template-template-page-lexique .lexique_page_banner_container{
        padding: 0 !important;
    }
    .page-template-template-page-lexique .post-breadcrumb{
        margin-top: 10px;
    }
}
@media (max-width: 1024px){
    .page-template-template-page-lexique .post-breadcrumb{
        margin-top: 10px;
    }
}

.key_words_container ul.key_words_list li.current_lexique a{
    color: #109db9 !important;
    font-weight: 700;
}
@media screen and (max-width: 870px)
{
    .single-lexique .mobinav__tool,
    .page-template-template-page-lexique .mobinav__tool{
    line-height: 65px !important;
}

    .single-lexique .header__container .logo_container_mobile,
    .page-template-template-page-lexique .header__container .logo_container_mobile{
    line-height: normal !important;
}

}

.single-lexique img{
    margin-top : 15px;
}
@media only screen and (max-width: 767px) {
    .single-lexique .row-inner.row__layout {
        display: flex;
        flex-direction: column-reverse;
    }
    .col-12{
        width: 100% !important;
    }
    .row-container .row__layout{
        margin-top: 15px !important;
    }
}
.row-container .row__layout{
    margin-top: 95px;
}
