.metadata >div:first-of-type{
    align-items: center;
    /* vertical-align: middle; */
    align-self: center;
    
}
.card-img-top{
    height: auto;
}
.content .field--type-entity-reference{
    margin: 0;
}
.date-article-container{
    padding-bottom: 2em;
    border-bottom: 5px solid #F4F4F4;
    margin-bottom: 2em;
}
ul.no-style li{
    list-style: none!important;
    background: none!important;
}
ul.no-style li a{
    /*border-bottom:1px solid #162056;*/
    text-decoration: underline;
}
.content ul.pager li{
    padding-left: 0em;
    display: inline-block;
}
ul.pager{
    text-align: center;
    padding-left: 0;
    margin: 1rem 0 3rem;
}
ul.pager li{
    list-style: none!important;
    background: none!important;
    display: inline-block;
}
ul.pager li a{
    border: 2px solid #162056;
    border-radius: 50px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    padding: 0.55rem 2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.pager li a:hover{
    text-decoration: none;
    border: 2px solid #162056;
    color: #fff;
    background-color: #162056;
}
.block-field-blocknodearticlefield-image-banniere img{
    width: 100%;
    height: auto;
}

.node--view-mode-teaser .node__content{
    font-size: 18px;
    line-height: 20px;
}

h4.card-title{
    margin-bottom: 1em;
    margin-top: 1em;
}

.item-article a:hover{
    text-decoration: none;
}
.item-article .read-more{
    margin-top: 1em;
}
.item-liste-recherche .read-more .sprite{
    margin-left: 10px;
    transition: all 100ms ease-in-out;
}
.item-liste-recherche .read-more:hover .sprite{
    margin-left: 25px;
}
.item-article:hover .read-more{
    background-color: #fff!important;
    border-color: #162056!important;
    color: #162056!important;
}
.block-views-blockliste-articles-commun-block-1{
    background-color: #F4F4F4;
    padding: 2em 0;
    margin-bottom: 10px;
}
.listes-article .row{
    align-items: center;
    justify-content: center;
}
article.container{
    margin-bottom: 2em;
}
.views-exposed-form .form-radios label{
    background-color: #FFF;
    color: #162056;
    border: 2px solid #162056;
    border-radius: 25px;
    padding: 0.55rem 2rem;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}
.views-exposed-form .form-radios div.custom-radio{
    margin-left: 0px;
    padding-left: 0.7rem;
}
.views-exposed-form .form-radios label:before{
    display: none;
}
.views-exposed-form .form-radios input:checked ~ label {
    background-color: #162056;
    color: #FFF;
    border: 1px solid #162056;
  }

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

.force-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
   padding-left: 0px!important;
   padding-right: 0px!important;
}

.force-margin-false{
    margin-right: -30px;
    margin-left: -30px;
}
/*.site-footer .container >.row{
    margin-right: -30px;
    margin-left: -30px;
}*/
.block-saviez-vous{
    padding: 2em 1.5em;
}
.node--type-article .block-saviez-vous{
    margin-top: 1.5rem;
    border-radius: 10px;
}
.node--type-article .layout__region--second >div:first-of-type .block-saviez-vous{
    margin-top: 0rem;
}
.block-saviez-vous h4{
    margin: 1.5rem auto; 
}

.item-article{
    border-radius: 10px;
    overflow: hidden;
}

.block-discover-prowebce{
    color: #fff;
    position: relative;
}
.block-discover-prowebce h4{
    margin:0rem auto; 
    margin-bottom: 1rem;
}
.content-discover {
    position: relative;
}
.back-block{
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}


@media screen and (min-width: 576px){
    .force-container{
      max-width: 540px!important;
    }
}
@media screen and (min-width: 768px){
    .force-container{
      max-width: 720px!important;
    }
}

@media screen and (max-width: 993px){
    .node--type-article .layout__region.layout__region--first{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .node--type-article .layout__region.layout__region--second{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .layout.layout--twocol-section{
        display: block;
    }
}
@media screen and (min-width: 992px){
    .force-container{
      max-width: 960px!important;
    }
    .block-discover-prowebce h4{
        padding-right: 15%;
    }
}
@media screen and (min-width: 1200px){
    .force-container{
      max-width: 1140px!important;
    }

    .block-discover-prowebce h4{
        padding-right: 30%;
    }
}
